B
BigD
Hi,
I am using FP2003. I have the tutorial to complete mathematical
calculations on a form before sending it to a database. The problem is that
one of the values depends on a choice made by a customer. For example, the
item price depends on the item size chosen.
Item1Size Item1Price Item1Qty Item1SubTotal
40 X 40 69.99
40 X 50 79.99
40 X 60 89.99
etc...
Item2Size Item2Price Item2Qty Item2SubTotal
Total Qty ordered ??????? Total invoice ??????????
The results then have to be posted on the screen before sending it to the
database. I have the tutorial explaining about the input.asp and send.asp
file. How do I put all this together? How do I solve the logical condition
problem and do I use the input.asp file for it?
BigD
I am using FP2003. I have the tutorial to complete mathematical
calculations on a form before sending it to a database. The problem is that
one of the values depends on a choice made by a customer. For example, the
item price depends on the item size chosen.
Item1Size Item1Price Item1Qty Item1SubTotal
40 X 40 69.99
40 X 50 79.99
40 X 60 89.99
etc...
Item2Size Item2Price Item2Qty Item2SubTotal
Total Qty ordered ??????? Total invoice ??????????
The results then have to be posted on the screen before sending it to the
database. I have the tutorial explaining about the input.asp and send.asp
file. How do I put all this together? How do I solve the logical condition
problem and do I use the input.asp file for it?
BigD