Refresh Setting in Visual FoxPro Has Effect on Buffered Data (152246)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 3.0
  • Microsoft Visual FoxPro for Windows 3.0b
  • Microsoft Visual FoxPro for Windows 6.0

This article was previously published under Q152246

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.

Modification Type:MajorLast Reviewed:10/15/2003
Keywords:kbenv KB152246