Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Packing the project
Message
From
09/07/2003 02:15:09
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00808032
Message ID:
00808324
Views:
15
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform