Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid jumps
Message
From
08/06/2005 10:13:23
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01021350
Message ID:
01021360
Views:
18
If you are able to trap when this happens, you can add some code like this
thisform.lockscreen=.t.
lnDummy=yourgrid.height
yourgrid.height=20 && or whatever value gives only one record
yourgrid.height=lnDummy
thisform.lockscreen=.F.
>Hi everybody,
>
>If I have an ordered set of records in a grid (just few records, so there is no scrolling) and I change value in the record's field, so it now becomes the last in the order, the whole grid jumps to the top and shows only one record. How can I prevent such behavior?
>
>Thanks in advance.
Previous
Reply
Map
View

Click here to load this message in the networking platform