Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't type in grid textbox or see value in active cell
Message
De
19/11/2003 07:41:16
 
 
À
19/11/2003 07:16:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00851340
Message ID:
00851349
Vues:
8
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform