Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Packing the project
Message
 
 
À
08/07/2003 12:10:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00808032
Message ID:
00808248
Vues:
12
Hi Jos,

I don't think there is any built-in way but it's easy to write code to do that.
loProject = _vfp.ActiveProject
FOR EACH loFile IN loProject.Files
	IF INLIST(loFile.type, "V", "K")
		lcFileName = loFile.name
		* PACK it
	ENDIF
ENDFOR
>Hi --sb--.
>
>Thanks for that info. Does this mean we have to / should pack the contained files ourselves or is this perhaps handled automatically somewhere?
>
>PS. Happy belated 4th July to you and all.
>
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform