Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Builing and EXE with VFP3
Message
 
À
10/06/1998 22:32:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00107014
Message ID:
00107029
Vues:
23
>I am using VFP3. I have a project done with all the forms and tables done. When I compile the program to an EXE it compiles fine. However when I run my program, anytime a form hits a line "thisform.whatever" it gives me an error message that "thisform" is not an object. The thisform is the form name..
>
>Any suggestions???
>
>thanks,
>bob

Bob, are you using the "thisform.whatever" in a PRG? If so, you will have to pass the form name of the form calling the PRG as a parameter.

If this is not the case, check to make sure you have the correct hierarchy. For example a textbox on a page frame would be called as

thisform.MyPageFrame.Page1.MyTextBox.value

Of course you'll have to put the correct names for the pageframe, page, etc.

HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform