Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data buffering without a data environment
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00409637
Message ID:
00409772
Vues:
24
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform