csierra
Posts: 123
|
| Posted: 03/05/2008, 11:08 PM |
|
Hi all, I have this form, it is not firing the OnValidate event; my question is, does the record component must have at least one field marked as required for this to fire? Why is it not firing? any idea kindly appreciated
_________________
Yes! I Can!!! |
 |
 |
mrachow
Posts: 509
|
| Posted: 03/06/2008, 1:47 AM |
|
A note only.
For a grid I found that the record before show event does not fire if there are no records selected. This behaviour ist plausible but unfortunately not consistent for the scripting languages. For example under PHP ist does always fire.
_________________
Best regards,
Michael |
 |
 |
csierra
Posts: 123
|
| Posted: 03/06/2008, 2:36 AM |
|
Thanks, I have solved the issue I had a bug inside a includable running a custon Class, buy no error was reported.
_________________
Yes! I Can!!! |
 |
 |
|