Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AddProperty Method Error
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00149402
Message ID:
00149631
Views:
37
Hi Mark,

Try a line class on each page with something like this in it's UIEnable...
IF lEnable
    FOR EACH loControl IN This.Controls
       IF TYPE("loControl.TabOrder") = T_NUMERIC and loControl.TabOrder = 1
            loControl.SetFocus()
            EXIT
        ENDIF
     NEXT
ENDIF
Mike Feltman

F1 Technologies
Previous
Reply
Map
View

Click here to load this message in the networking platform