Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sys(1104) - how to use?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01044131
Message ID:
01044157
Views:
14
The SYS(1104) clears memory buffers that VFP uses to access and process data. It's recomended to use it after processing large tables. Overusing it will certanly affect your application performance because it takes time to flush buffers and re-read data for open tables.

>I am following a thread on a problem with the SUM command in VFP 7. One note by Microsoft is that this behavior will be less likely to occur if the sys(1104) function is used.
>
>I have not previously used this function and I would like to be fully aware of any potential repurcussions of using this function before implementing. One primary question I have: What memory is cleared? Will this lose memory variables, etc.?
>
>Also I have a procedural question: Would it be good programming practice to add this throughout the application, for instance in the Release method of all forms? Refresh method?
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform