Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Find a class in the objects of a form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01620254
Message ID:
01620269
Vues:
46
>I have this error on a form: "Error instantiating class. Cannot find c:\punch\lib\vfxobj.vcx"
>I know that "c:\punch\lib\vfxobj.vcx" does not exist anymore.
>How can I find which object in the form which uses that class so I can change it to the proper class in the new directory (without going through all the very many objects)?
>
>Thanks
>Raymond

Hi Raymond:

Another method you have: Convert your form to text with FoxBin2Prg, change your class in text and regenerate your form with 1 click.

I think that changing it like this, is really simple:
	ADD OBJECT 'Textbox1' AS textbox WITH ;
		Height = 13, ;
		Left = 120, ;
		Name = "Textbox1", ;
		Top = 12, ;
		Width = 245, ;
		*< END OBJECT: BaseClass="textbox" />
https://vfpx.codeplex.com/wikipage?title=FoxBin2Prg

Regards.-
Fernando D. Bozzo
Madrid / Spain
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform