Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid.ActiveRow behavior
Message
From
15/12/1996 14:14:06
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Grid.ActiveRow behavior
Miscellaneous
Thread ID:
00015158
Message ID:
00015158
Views:
106
For a specific reason, one of our form is using the Grid.ActiveRow property to compare its value with our form property which represents the last active row of the grid.

So, basically, we have this in the Grid.AfterRowColChange():
IF ThisForm.Grid.PreviousRow<>ThisForm.Grid.ActiveRow
   ...
ENDIF
The problem is that this is slow when having 450000 records.

It seems that the grid ActiveRow is having a weird behavior which slows down the system.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform