Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Com objects in the project
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01475340
Message ID:
01475357
Views:
48
This message has been marked as a message which has helped to the initial question of the thread.
>Hi everybody,
>
>I have an application with the user interface. When I check the Servers tab of the Project Info I see several classes listed as servers. Unfortunately, I can not see the whole file name due to not enough room in this tab (and that form is not resizable). How can I find out what are these classes and make them not servers?
>
>Thanks in advance.


One way would be to use automation:

Open the project and run code similar to this:
loProject		= _VFP.Projects(1)
for each loServer in loProject.Servers
	? loServer.ServerClassLibrary
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
Next
Reply
Map
View

Click here to load this message in the networking platform