valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 51 52 53 54 55 56 57 58 59 60 > >>
Questions & Answers
Q: Can I do multiple equations, each with a different result name?
A: Using Form1 Mathematical Functions you can only have one equation. With javascript you can do all the equations required and then simply set the values as fields and post the form.
Question and Answer Item 2058221 - Browse All Question and Answer Items
Q: I would like to post the results to a mysql database in addition to GM via e-mail.
A: The Form1 GoldMine and Form1 MYSQL are separate packages. You cannot post to both databases with the standard software. Do do this would require software modifications.
Question and Answer Item 2058222 - Browse All Question and Answer Items
Q: Can you tell me if each different form i generate and put i n my website has to have it's own unique configuration settings and process ing code generated by form1? Or can I copy and paste?
A: You can copy and paste and just edit as required in a text editor.
Question and Answer Item 2058223 - Browse All Question and Answer Items
Q: Can you tell me if I can add fields in a form a display in real time - I guess using a js - inside an xhtml doc. Where does the java script go - in the xml?
A: Yes, using javascript you can simply add remove elements in real time ie add a form field (or remove it, hide it...etc). As javascript runs in the users browser they must have javascript enabled. The best approach is to do this using DOM elements, for some basic info see http://www.w3schools.com/jsref/dom_obj_all.asp . You can see this method in use at http://www.stockpriceanalysis.com/stockpriceanalysis.html input a Stock Code ie Goog and click Add and a new row of form fields is added. To do this for your forms you would need to develop specific javascript it can be included in the head or body or in a separate js file, it depends on what it is doing and how.
Question and Answer Item 2058224 - Browse All Question and Answer Items
Q: I run a 7 day, 2 shift operation. This is a 5 day schedule. Can I expand it to 7 days?
A: Yes click Add Shift and input the shift parameters. It is probably worth reading the Help file that is packaged with the software and also online at https://bizpep.com/shiftscheduler.html
Question and Answer Item 2058220 - Browse All Question and Answer Items