Refresh Setting in Visual FoxPro Has Effect on Buffered Data

ID: Q152246


The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, versions 3.0, 3.0b, 6.0


SUMMARY

The setting of Refresh in Visual FoxPro has a direct effect on buffered data. If the command:


   SET REFRESH TO 0,0 
is issued in a program, or if:

   REFRESH=0,0 
is placed in the Config.fpw file, the buffers are never refreshed due to the second parameter being a zero (0).


MORE INFORMATION

The setting of Refresh will have an effect on the Browse and also have an effect on the Grid container.


REFERENCES

Please see the "Set Refresh" topic of Visual FoxPro Online Help.

Additional query words: VFoxWin

Keywords : kbenv kbVFp300 kbVFp600 FxenvConfigfp
Version : WINDOWS:3.0;3.0b;6.0
Platform : WINDOWS
Issue type :


Last Reviewed: August 20, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.