Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do form error from application object
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00672882
Message ID:
00672892
Vues:
13
>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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform