This topic is locked
[SOLVED]

 automatic field filled dont work in add pages?

3/3/2011 10:39:17 AM
PHPRunner General questions
C
caese author

Im new in Phprunner. I search in the forum messages and dont find an example about how to make a field filled with the results of the sum of two inputs in the add page.
Example:
Itemp_Price: The user input= 100.00

Quantity: The user input= 5
Total 100.00 * 5 = 500.00
How i need to make to see the value of 500.00 in the Total field BEFORE click on the add button?
Sorry about my english.

T
trek46 3/3/2011

Have you seen this:
http://xlinesoft.com/articles/how_to_use_calculated_fields.htm



Im new in Phprunner. I search in the forum messages and dont find an example about how to make a field filled with the results of the sum of two inputs in the add page.
Example:
Itemp_Price: The user input= 100.00

Quantity: The user input= 5
Total 100.00 * 5 = 500.00
How i need to make to see the value of 500.00 in the Total field BEFORE click on the add button?
Sorry about my english.

C
caese author 3/3/2011

Thanks. I will try it.

Thanks in advance