Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HOWTO: Prevent memo firing up on double-click in a grid
Message
De
06/01/2005 06:39:59
 
 
À
06/01/2005 03:03:10
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MySQL
Divers
Thread ID:
00974616
Message ID:
00974635
Vues:
24
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform