Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi page access
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00400755
Message ID:
00403272
Views:
14
I just joined in and have come across this situation before. First determine if the control you will jump from has changed:

llRetVal = (EVAL(oForm.ActiveControl.ControlSource) = oForm.ActiveControl.Value)

or

(VAL(GETFLDSTATE(-1)) % VAL(REPLICATE("3", LEN(GETFLDSTATE(-1))))) = 0

Run something like this in the Valid. The return value should tell you where you need to go (.f. {user has made a change} = jump to the next page).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform