Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot add FXP programmatically
Message
De
13/02/2003 10:49:59
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Titre:
Cannot add FXP programmatically
Divers
Thread ID:
00752699
Message ID:
00752699
Vues:
49
Hi all,

How do I add an FXP file to a project programmatically? Consider the following snippet which I thought would have added the FXP file.
* create a test program
strtofile([wait window 'Hello World'],'test.prg',.t.)
* compile the test program
compile test.prg
* delete the test program
delete file test.prg
* create a test project
modify project test nowait
* add the compiled file
_vfp.ActiveProject.Files.Add('test.fxp') && does not add the file!!!
TIA.
ramil
~~ learning to stand still
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform