Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Referenced files not included in project
Message
De
08/03/2004 11:11:54
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00884005
Message ID:
00884109
Vues:
9
>Could you give an example of how you 'make an explicit call' to the form or prg?


Imagine the folowing code in one of my PRGs:
Do Case
Case m.nOption=1
	m.cForm="Myform1"
Case m.nOption=2
	m.cForm="Myform2"
	Otherwise
m.cForm="Myform3"
endcase

do &cform.

return
do form Myform1
do form Myform2
do form MyForm3
This way, when I build the project. the three forms are included in the project.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform