Karen
|
| Posted: 03/01/2002, 7:23 AM |
|
I would like to know how to pass the parameter after an error (using $sFormErr) in before update. I have a page which has 2 forms, one record type and one grid type. It is sort of a master and detail page, with the record type form being the sales header and the grid type form being the sales lines.
In both forms, I have the order number as an input which is required and transferred. In the record type form, I have coded an error check in the before update event. However, when there is an error, the order number is not transferred as a parameter and hence, causing an error in the select statement in the grid type form since the order number could not be determined. How do I force the parameter thru? Or what else can I do? Pls help. Thanx.
|
|
|
 |
Karen
|
| Posted: 03/03/2002, 7:26 PM |
|
I've tried setting $sActionFileName and then setting the header but this just brings me back to the page without displaying the error message. Someone, pls help. I'm using PHP/MySQL.
|
|
|
 |
|