Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disabling default dblClick on memo field in grid
Message
De
02/01/2013 16:38:26
 
 
À
02/01/2013 15:31:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01561100
Message ID:
01561115
Vues:
49
>Apparently, the default behavior in a grid (with default columns) when you double-click on a memo field is to open up a new window with the value in a textbox.
>
>Is there a way to disable this default behavior?

I just ran a test, and this solution was successful.
Use (_foxcode)
Browse Normal Name xx Nowait 
xx.column6.RemoveObject("text1")
xx.column6.AddObject("text1","textbox")
Browse last
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform