valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Questions & Answers
Q: If you know of an online service that will provide everything I need to get my online form setup and the visitor information emailed to me, please provide the URL link.
A: bizpep.com provide a hosted form processing service. All you need do is set up an account at https://bizpep.com/host.php (free for 7 days) and point your form action to your bizpep account.
Question and Answer Item 10414 - Browse All Question and Answer Items
Q: I downloaded the trial version, but the UPDATEPL function is not working. When I click enable Macros it comes up with a pop up File Error: Data may have been lost... I was hoping to see what it looked like.
A: If when you enable Macros you receive an error your Excel installation may not be compatible with the software. In which case you will need to try it on a different installation. If you are using Excel on Vista or XP it is most likely a Microsoft error that requires an update for Excel to run correctly. See the Office Compatibility Pack Service Pack 1 at http://www.microsoft.com/downloads/details.aspx?FamilyId=9A1822C5-49C6-47BD-8BEC-0D68693CA564&displaylang=en with further details at http://support.microsoft.com/kb/940289 . Operationally the trial version is the same as the evaluation version so you should be able to see and test all key operations.
Question and Answer Item 10927 - Browse All Question and Answer Items
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