Validate on Write, not LostFocus (OpenInsight Specific)
At 03 JUL 1998 11:42:16AM Duane Pekse Aldata wrote:
I would like my form to check if all required fields are filled on the write event, instead of on the lostfocus event of the individual controls. That way, the user can fill in the controls in any order they wish to, without a required property on a control preventing them from leaving until it is filled.I seem to remember this question being posted before, but I can't find the answer now.Thanx.Duane PekseAldata Software
At 03 JUL 1998 12:10PM Carl Pates wrote:
Duane,
You need to alter field of the IOOPTIONS property of the window to TRUE in it's create event.
eg
IOOptions=Get_property( @Window, "IOOPTIONS" )
IOOptions=True$
OPOPtions=Set_Property( @Window, "IOOPTIONS", IOOptions )
World Leaders in all things RevSoft