valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 311 312 313 314 > >>
Questions & Answers
Q: When I am in QB, and I go to Print, I do not have the option to choose Excel/Lotus as save options. I have ASCII Text, Tab Delimited, or Comma Delimited.
A: The export file is a .csv file (comma separated values) .You can see an example of a PL.csv (can be opened in Excel) file included with the software download. Comma Delimited is the same as csv. For if the formatting is correct you should be able to use Comma Delimited.
Question and Answer Item 10928 - Browse All Question and Answer Items
Q: We have 7 locations to enter, so would I export each location separate as PL1.csv, PL2.csv, etc... then hit UPDATEPL and it will bring each location into the Compiler?
A: The Compiler only imports 1 PL.csv file so you cannot combine them within the Compiler. You could pre process the PL files in Excel by creating a new PL file that is simply a combination of the different locations and then importing to the Compiler.
Question and Answer Item 10929 - Browse All Question and Answer Items
Q: First I want to say that your Form1 software is GREAT and very easy to use. I am having a problem with the Designer Form I created and cannot locate the error or why I get the error message. When I complete filling in the form online and hit the Submit button I get directed to a new web page with the following error message: Please use the Return to Form above to return to the form and complete the required field Zip Code. The zip code IS filled in and I even included the full 9 digits. I examined the code for the Designer Form I created but could not locate the reason for the error msg.
A: In the Form you have <input type="text" name="Zip Code" value=""/> ie name is "Zip Code" with a space. It is best not to use spaces in field names...use Zip_Code instead and then check that your $defrequired = includes the exact match ie if the form field name is Zip_Code then the $defrequired must include Zip_Code not Zip Code. This applies for all fields. You can check your form code by opening your form file in a text editor (not a html editor). The $defrequired variable should only include exact matches to field names. If you played around with your designer form (adding / removing fields) you may have old values set in t in this variable. If you continue to have difficulaty send me you form file as an email attachment and I will have a look for you.
Question and Answer Item 10421 - Browse All Question and Answer Items
Q: This may be a dumb question but what should be the URL link for the Submit Button. Should I link the Submit button to the URL location of the form1.php file?
A: The submit button is not linked it should simply be <input type="submit" value="Submit Form"/> or similar as set by the Builder. Because it is a type submit when it is clicked it causes the form action value to be called. The form action (using a single file form) is form action="<?php if(!isset($_SERVER)){$_SERVER=$HTTP_SERVER_VARS;}echo $_SERVER['PHP_SELF'];?> which is simply php code for call yourself.
Question and Answer Item 10422 - Browse All Question and Answer Items
Q: Firstly I'd like to thank you for putting BAS-I.C on the market. = I am a sole operator as a business (well bearly in business ) and I was an avid operator of E-record for all my BAS stuff. I think from an very newbie aspect your product fills a great void. At this time, I would like to know about access to the data that I enter. Can you kindly confirm that I alone is the only person who has access to the stored data. I understand that the data is stored on my computer but can you confirm that no-one from your end has access to what I store.
A: Only you can access your data from the browser and computer it was saved on. No other access it possible it is locally saved and only accessible locally... see http://bas-i.com.au/questions.html?item=3D48 . Thanks.
Question and Answer Item 2058444 - Browse All Question and Answer Items