Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rows in a grid
Message
From
26/07/2006 06:47:11
 
 
To
26/07/2006 06:43:43
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01140096
Message ID:
01140097
Views:
21
>Hi there,
>I have a grid whose rowsource is refreshed regularly (each 20 seconds).
>Each time it's refreshed the grid display the first record of the table.
>Is there a way to show almost the same situation on the screen ?
>
>Thx
>Alessio

In the timer:
lnRecord=recno('yourtable')
..timer fires
goto lnRecord in yourtable
yourgrid.refresh()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform