Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simulate Browse Freeze in a grid
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01287373
Message ID:
01288540
Views:
10
>That's pretty much what I came up with too... Perhaps it's best to just use a browse. The grid isn't used for editing anyway.
>
>The ultimate objective is to refresh other controls on the form based upon the presence or absence of a value in column4 of each row. The only reliable way I've found to do that is using AfterRowColChange. (Wish I had a dollar for every time I've needed a grid.lostfocus method!) However, AfterRowColChange doesn't execute if the user clicks in columns 1, 2 or 3. That's why I was trying to restrict them to column 4...

Hi Lynda,

Your observation is incorrect. The AfterRowColChange is fired every time focus is moved to new row or column.
Anyway, why not use AllowCellSelection = .F. ?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform