Can someone verify this bug -OR- is this a bug ??
If you have a form used for ADD (enter), and you wish to do the error
checking at the field level (which I do), it appears that you cannot have
an eep on the last field, and have it work correctly to validate the field.
Is this something that was reported earlier, and I missed ?
Create a form, using concomp, and only have two fields....say company(field
1) and custstate (field 2).
Then within the form create variable such as vstate text = custstate
Then on the custstate field, use an on exit eep (to insure that the field
is not null) by inserting the following code:
IF VSTATE IS NULL THEN
PAUSE 2 USING ' STATE IS MISSING '
SKIP TO CUSTSTATE
RETURN
ENDIF
RETURN
Then, save the form
Next, run the form and leave the custstate field blank.
The record gets added (with the blank state field), and THEN the field gets
checked for null, and you get the error message
What am I missing ????.
Jim
========================================
Jim Schmitt
Ohio Software Services
2211 Lake Club Drive
Columbus, Oh 43232
Phone 1-614-863-1850
Fax 1-614-863-0325
E-mail [EMAIL PROTECTED]
========================================