Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does anybody know what the REFRESH() function is useful
Message
From
31/03/2004 13:51:30
 
 
To
31/03/2004 08:33:57
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00891049
Message ID:
00891257
Views:
23
>
>With REFRESH you can requery only current record or a range around the running record.
>
>A simple example:
>
>- put a RV into a grid with 10 visible rows
>- on Column1.DynamicFontShadow = "EMPTY(REFRESH(10,10,m.this.Recordsource))"
>
>
>You can have a automatic refresh for the backend data,
>without a big impact even if reccount(m.this.Recordsource)>100000.
>
>Other examples:
>- monitor of shared dynamic data,
>- check when remote rows locked are unlocked
>- write a shared data area for intraclient communications.
>- refresh a VFP cache database for the backend database
>- Etc....

Hi Fabio,

So it's useful for refreshing data in the background? Do you have one more useful example? Have you used REFRESH() in a real life application?

Thank you very much.

Luis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform