Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Editing text on a combobox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00801442
Message ID:
00801610
Vues:
20
Because you are blanking out the critical combo properties.

I would accomplish this by having both a combo and a textbox in the fomr. The textbox is initially Visible = .F. the button click would be something like...
WITH Thisform
   .Lockscreen = .T.
   .Textbox.Value = Thisform.combo.displayvalue
   .Combo.Visible = .F.
   .Textbox.Visible = .T.
   .Lockscreen = .F.
ENDWITH
Now the user can edit in the textbox. When tyhey are done just reverse the sequence.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform