T
|
thesofa 9/15/2006 |
When a user adds a new customer and they give that customer an account number which is unique, if the data is rejected due to duplicate account number it empties the form data. Is there a way I can populate the input boxes in the case of the above error so they don't have to retype all the info in again . I know I can save the data in before add event but can't see a way to place them into the form boxes.
|
![]() |
kujox author 9/15/2006 |
That does seem to be what I want. |
![]() |
Sergey Kornilov admin 9/15/2006 |
In PHPRunner 3.1 use postvalue("value_fieldname") as a Default value. Replace fieldname with the actual field name. |
![]() |
kujox author 9/16/2006 |
In PHPRunner 3.1 use postvalue("value_fieldname") as a Default value. Replace fieldname with the actual field name.
|