Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I add an object to a class at design time?
Message
De
30/05/2005 05:19:27
 
 
À
30/05/2005 05:12:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01018288
Message ID:
01018494
Vues:
10
another idea:
...
#Define ThisformTextBox1 Thisform.Textbox1

Procedure ...
   #If .f.
      Local ThisformTextBox1 As TextBox
   #Endif
   ...
Endproc
...
Then type:

"thisform." (intellisense drop for Form class) Choose "textbox1", then CTRL+LEFTARROW, remove "." CTRL+RIGHTARROW or END, type "." (intellisense drop for TextBox class).

Bye, Olaf.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform