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:
01475445
Views:
37
>>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
>
Thanks.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform