Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid & Activate Cell upgrade quirk
Message
From
12/10/1998 05:01:23
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00145831
Message ID:
00145845
Views:
51
>>
>>Hi again, Sarah.
>>
>>You don't happen to have Form.LockScreen = .T., because that might prevent the action you want to take. Probably not. You might also try to requery() the source-view if indeed it is a view you have as a source.
>>
>>Holding my thumbs
>
>Lockscreen is new to 5? It was .f. The child of the grid is a table, not a view.

Too bad, I strongly suggest views in that kind of situation...and any other, for that matter. Avoid direct use of tables; I don't have a single action performed directly at a table in several big applications (3.0 & 5.0). Its safer, easier to update/revert changes and, after all, what the views are for.
Apart from that, something like
grid.columns(1).SetFocus()
should do it, as Cetin explained in his posting earlier.
Danijel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform