Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drawing a click event in a grid
Message
From
20/07/2001 15:34:09
 
 
To
20/07/2001 14:46:46
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00533303
Message ID:
00533330
Views:
10
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform