Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do form error from application object
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00672882
Message ID:
00672892
Views:
14
>My application object sets the environment, opens tables and calls the main form. All methods run fine until the runapp() method. the parameter is passed fine bur when the the line "do form" executes, I get an error:
>"Invalid subscript reference", which hangs the app and I have to "End Task" to kill it. Any ideas?
>
>
>LPARAMETERS cForm_to_Run
>
>DO FORM &cForm_to_Run
>READ EVENTS
>
Try to use name expression
DO FORM (cForm_to_Run)
What's the value of cForm_to_Run variable at the time of error?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform