Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I change Class name
Message
De
02/09/1998 08:15:09
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00132237
Message ID:
00132265
Vues:
22
>I have a textbox.
>Baseclass = Textbox
>Class = Textbox
>Library = None
>
>I copy and paste the textbox.
>Then the resultant textbox reads as follows:
>Baseclass = Textbox
>Class = Embossedfield
>Library = C:\MyDirectory\Libs\WizStyle.vcx
>
>Is this supposed to happen and how can I copy and paste a textbox object and retain the same class and library settings?
>
>Thanks for your help.
Steve,
When you copy&paste you also copy properties, events and methods. Probably you're copying from a wizard generated form. Instead drag&drop fields from project managers data tab. You can also change class and classlib later opening the form as a table :
use myform.scx  && form myform
replace all class with "textbox", classloc with "" ;
   for class = "embossedfield"
use
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform