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:
01475445
Vues:
38
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform