Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How declare GotFocus() in grid
Message
From
15/07/1999 07:11:54
 
 
To
15/07/1999 05:19:29
Rolandas Jakeliunas
Kaunas University of Technology
Kaunas, Lithuania
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00241177
Message ID:
00241701
Views:
13
Hi Rolandas.

>> My problem is - how describe function without form designer? <<

You mean that you have defined your grid class in code instead of visually? If this is the case, You code the method just as you would any procedure.

In the prg, after you define your grid class like so:

DEFINE CLASS MyGrid AS Grid

You add the line:

FUNCTION AfterRowColChange

Your code here...

ENDFUNC

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform