Frank.
Frank Cazabon
On 29/04/2013 01:17 PM, Gene Wirchenko wrote:
But what does that do for the validation on that control? You
have bypassed it with that return, right? What if you still need it?
Gene,
I'm not sure I'm following your question. Here's typical code you can
use in a Valid event:
LOCAL luReturn
m.luReturn = 0
IF This.FieldIsValid()
m.luReturn = this.NextObject
ENDIF
Return m.luReturn
So your valid code will run, then you decide where you want to go next.
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.