Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid refresh
Message
From
02/04/2000 01:48:37
Walter Meester
HoogkarspelNetherlands
 
 
To
01/04/2000 14:13:27
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00353931
Message ID:
00354000
Views:
14
Micheal,

A little trick that works for me; put this in the refresh of your grid:
lLockscreen=THISFORM.Lockscreen
THISFORM.Lockscreen=.T.

nHeight=THIS.Height
THIS.Height=THIS.HeaderHeight+THIS.RowHeight
DODEFAULT()
THIS.Height=nHeight

THISFORM.Lockscreen=lLockscreen
Call the refresh from your textbox, and this should work
Walter,



>Hi, after moving a files record pointer using "skip", how do I repaint the grid.
>
>I do not want to "set focus" to the grid.
>
>"Help" says using "thisform.grid1.refresh()" should work but it will not reflect the changes. What am I doing wrong ???
>
>Thanks in advance.
>
>Kind regards,
>Mike Mayo
Previous
Reply
Map
View

Click here to load this message in the networking platform