Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabling default dblClick on memo field in grid
Message
From
02/01/2013 16:38:26
 
 
To
02/01/2013 15:31:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01561100
Message ID:
01561115
Views:
50
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform