Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I add an object to a class at design time?
Message
From
30/05/2005 05:19:27
 
 
To
30/05/2005 05:12:01
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01018288
Message ID:
01018494
Views:
9
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform