Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Drawing a click event in a grid
Message
De
20/07/2001 15:34:09
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
20/07/2001 14:46:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00533303
Message ID:
00533330
Vues:
9
>I'm attempting to draw a grid using code instead of the properties menu. When I try to draw a click or a double click event into the grid, I am given the error that the double click property is read only. Is there a way to get around this or alter the read only property of the click event so I can input my data?

What are you doing? How are you creating (drawing?) the grid? For example:
DEFINE CLASS MyGrid AS GRID
  PROCEDURE CLICK() && Grid click fires on empty rows only.
    *!* Do some stuff
  ENDPROC
ENDDEFINE
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform