Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Packing the project
Message
De
09/07/2003 02:15:09
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00808032
Message ID:
00808324
Vues:
14
Hi --sb--,

Like I posted to Hilmar, I checked all my files and cannot find any bloat in any of them including the class files. This is what got me curious to find out why? When I manually open my files and pack them there is no reduction in file size. Hence, I was wondering when/how they are getting packed. I thought perhaps when you do project clean up but as you say its not. So perhaps when you save them after editing? Anyway, I'm glad there's no bloat (except around my waist :)

Thanks for the feedback!


>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
>
>
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform