Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't type in grid textbox or see value in active cell
Message
From
19/11/2003 07:41:16
 
 
To
19/11/2003 07:16:07
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00851340
Message ID:
00851349
Views:
9
Hi Peter
....
FOR i = 1 TO .COLUMNCOUNT
      WITH .Columns(m.i)
          .RemoveObject('Text1')
          .ADDOBJECT('_Text1','_TextBox')
          ._Text1.visible = .T.
* or      STORE .ADDOBJECT('_Text1','_TextBox') TO ._Text1.visible
*         .CurrentControl = '_Text1'  && not necessary
     ENDWITH
ENDFOR
...
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform