valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 131 132 133 134 135 136 137 138 139 140 > >>
Questions & Answers
Q: I just purchased your SiteMap XML Software and I am completely lost! I have no idea what folder to upload the files to on my ftp server. Do they go in the public_html folder or WHERE exactly? Once I have the files in the correct location on the server where to I go to use the site generator?
A: Follow the Installion Instructions in the Help file https://bizpep.com/sitemapxml/ ie ..."To run the software on your server the software files (sitemapxml.php and smxpc.js) must both be uploaded to your server. They can be uploaded exactly the same as any normal web page. Once uploaded you can open the file sitemapxml.php from your server in a browser; JavaScript must be enabled;"... So upload to your public folder and then simply open the file sitemapxml.php in your browser ie in your browser address bar input http://www.yourdomain name.com/sitemapxml.php (where http://www.yourdomain name.com/ is your actual domain). Follow the help file and you will be fine.
Question and Answer Item 10729 - Browse All Question and Answer Items
Q: I have created a forecast(budget in QuickBooks) Unlike the QuickBooks Lists-The report account numbers do not show on the report in alphabetical order. When I try to create a budget in Excel,(with account numbers listed in alphabetical order) I cannot import it into QuickBooks. Does the budget compiler give me the option to rearrange the account numbers in excel, and then import the budget into QuickBooks with the account numbers in alphabetical order?
A: You can import the Imp.iff file (created by the Budget Compiler QuickBooks when you create a New Budget) into Excel. From a new Excel Workbook go Data, Get External Data, Import Text File,. Use all files and Delimited. This will import into excel and can then be sorted via Excel. You can then save the sort Excel file as a Text file (Tab delimited), name it Imp.iff and import back into QuickBooks. I am not sure if this provides what you are looking for but you can give it a try to see if it suits.
Question and Answer Item 10728 - Browse All Question and Answer Items
Q: I'm looking for a program that will allow me to do this... page 1 = a place for the user to type in their thoughts on something, submit that, then surf other places in the site. page 2 = a place for the user to "see" what they wrote on page 1 as well as a place for the user to type in new thoughts (yes, there's other content here to refocus the users thoughts. page 3 = a page that displays what the user wrote on pages 1 & 2 as well as other predone content so the user can print it all out (html or pdf). Can your software do this specifically with its multi-page feature - to allow the user to surf around the site before finishing the form?
A: It can do some of it but not all. Form1 processing uses session variables and will remember form content until it is submitted (or the site is left), so you can surf to other pages on the site. The only standard display available is the confirmation page on submit (Display as HTML before Submission). This only shows the submitted variables. However if you set up your second form to include the same Form fields as the first and apply Maintaining Form Content in these fields as per the Help file https://bizpep.com/form1/ then the submitted data so far will be displayed. You can also add any other content you like here. Re the print there is no pdf facility. You maybe best having a play to see if it suits.
Question and Answer Item 10727 - Browse All Question and Answer Items
Q: Trying out free evaulation software. It does not let me input any data. How am I to evaluate it? Where is the final result ie, dollar value of practice in the example?
A: If you have macros enabled you will see an Input sheet. Input cells (blue) are not protected and are the only cells that should be changed for the software to function correctly. Follow the instruction for use, there is also a Help file online at https://bizpep.com/businessvaluation.html
Question and Answer Item 10726 - Browse All Question and Answer Items
Q: I'm having a problem with multiple pages for forms. I get an error that a Required Field is Missing, yet that variable is not even defined in my form.
A: If you are getting a Required Field missing then it must be set as a required field in the processing code of the form. Look in your form code (ie open it in a text editor) and check the value of the Defined Required Form Fields variable $defrequired. Remove the names of the field that is causing the problem if it is not required. See the Help file for details https://bizpep.com/form1/ ..
Question and Answer Item 10725 - Browse All Question and Answer Items