Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HOWTO: Prevent memo firing up on double-click in a grid
Message
From
06/01/2005 06:39:59
 
 
To
06/01/2005 03:03:10
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MySQL
Miscellaneous
Thread ID:
00974616
Message ID:
00974635
Views:
25
>Dear All,
>
>Would anyone help me to solve the problem for firing up a memo window when double click memo in a grid?
>
>Thanks in advance!

Put this into the TextBox Dblclick for stop the open memo window sequence:
NODEFAULT
Put this into a EditBox.DblClick method for open a memo window:
DEFINE WINDOW editWindow AT 10,10 SIZE 20,20 ;
  IN DESKTOP ;
  SYSTEM;
  TITLE "Edit this";
  CLOSE FLOAT GROW
MODIFY MEMO (m.this.controlSource) WINDOW editWindow && NOEDIT for readonly
RELEASE WINDOWS editWindow
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform