At 11:23 AM 9/14/2004 -0400, James Giger wrote:
Jay,
... The tabbing order is not working correctly. It happens on fields that have an On Exit EEP, which do calculations of variables on the form.
Take a look at the Tab Order Settings in Form Designer.
Form Designer | Layout | Change Tab Order
The EEP works fine, but it brings you to a field that has been already entered instead of the next field in the tab order.
Create a new Custom On Exit EEP on a new column, such as:
PAUSE 2 USING 'This is a test!' ICON INFO RETURN
Save the form.
EDIT USING formname or ENTER USING formname
Tab through the fields and see what happens when you see the message: This is a test!
After clicking on the [OK] button, does the cursor stays on the same field or the next field?
Hope that helps!
Very Best R:egards,
Razzak.
