Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Packing the project
Message
 
 
To
08/07/2003 12:10:35
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00808032
Message ID:
00808248
Views:
13
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform