Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Com objects in the project
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01475340
Message ID:
01475357
Vues:
49
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform