Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change Class Library
Message
De
18/09/1998 01:05:28
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
17/09/1998 22:13:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00138055
Message ID:
00138085
Vues:
22
>Maybe its just me, or is it hard to manipulate classes. Its like when myself, the beginer, realizes I should've put my class library in another Directory, I have to do most of the work over.
>
>For instance if I have a form based on one of my form classes, and then I move the VCX I can't even try to locate it.
>
>Or if I could Drag and Drop a class from Library to Library in the class browser.
>
>I think my main question is: Can I change the class of an object (label, textbox, ect.) after I added it to a form on the form designer?
>
>PS. I'm using VFP 5.0. Maybe its chnaged in 6, or maybe its in 5 and I'm not as smart as I hoped I was ;-).
Open scx as a table. Replace class and classloc.
* Change all textbox classes
* with mytextbox from c:\myclasses\mylib.vcx
use myform.scx
replace all class with "mytextbox",;
  classloc with "c:\myclasses\mylib.vcx" ;
  for class="textbox"
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform