Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding Control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00348093
Message ID:
00348101
Vues:
28
>How can I add a text box to a grid and at the same time remove a edit box from a grid at run time ?
With MyGrid.Column1
   .RemoveObject("MyEditEox")
   .AddObject("MyTextBox","textBox")
   .CurrentControl = "MyTextBox"
Endwith
You might not need the .CurrentControl setting.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform