svorlow
Posts: 18
|
| Posted: 08/03/2006, 3:27 PM |
|
Hi,
as I have produced a quite long html page based on Codecharge it is nessacery to jump directly to a Record after executing the grid with an error. So I placed a link
<a href="jump_to_on_validation_error><a>
With this link I can jump directly to the record. But it seems to be impossible to do this after Validation Error (Validation Event of the record, exiting with an error). I tried to set
$Redirect =$Redirect . "#jump_to_on_validation_error"
but this does not work cause codecharge resets
$Redirect=""
directly after the event (just in case the Validition is false).
The same problem occures when a user uses Link, some sorter or page selector.
Any Idea?
Best regards from germany
Stephan
|
 |
 |
|