Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get a list of forms in a project?
Message
 
To
22/09/2006 12:45:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01156525
Message ID:
01156548
Views:
17
Carlos,

Prueba
clear
close all
modify project YourProject nowait noshow
loProject		= _vfp.Projects(1)
for each loFile in loProject.Files
	if loFile.Type = 'K'
		? loFile.Name
	endif
endfor
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Reply
Map
View

Click here to load this message in the networking platform