Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How declare GotFocus() in grid
Message
From
14/07/1999 06:28:30
Rolandas Jakeliunas
Kaunas University of Technology
Kaunas, Lithuania
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
How declare GotFocus() in grid
Miscellaneous
Thread ID:
00241177
Message ID:
00241177
Views:
62
Hi,

I declare grid, for example:

SqlString = [SELECT ... INTO CURSOR cstring'
&SqlSalyga
thisform.grid1.RecordSourceType=1
thisform.grid1.Readonly=.T.
thisform.grid1.RecordSource = 'cstring'
thisform.grid1.show

Now I need declare GotFocus() function, for example:

thisform.grid1.column1.text.GotFocus()...

I not use classes.
I declare GotFucus in grid1 object, but when use code shown above, gotfocus not work.

Realy need help.
R.J.
Next
Reply
Map
View

Click here to load this message in the networking platform