Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data buffering without a data environment
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00409637
Message ID:
00409772
Views:
23
>I open up all my tables, and set databuffering in a Start up program and have removed all files from the data environment.
>
>However, when I go to save, a message saying that the files are not buffered is appearing, even though I have set up buffering in the startup program. I have left the Form buffering to default.
>
>Is it losing the Buffering somewhere ?
>
>regards,
>
>Gerard

How do you set up buffering in the Startup program? Without the use of the Dataenvironment, you need to explicitly set the buffering for each table/view opened.

Ex.
use mytable
=cursorsetprop("Buffering",5,"mytable")

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform