Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data getting junk in the Views
Message
 
À
11/05/2000 02:41:35
Shaheer Shamsi
Boston Education & Software Technologies
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00367529
Message ID:
00368442
Vues:
20
Hi Shaheer,

What i normally do is: include the remote views at the data environment of my form, and change the BUFFERMODE property to 5 (table buffering) and change the NODATA property to true; you can do this by code, doing:

USE myView NODATA
CURSORSETPROP('Buffering', 5)

This way, my forms load very quickly, because no data is requested to the server. When my user click NEW i just do an APPEND to my view; when my user asks for a record and make a REQUERY to the view (since my views are "parametrized", it means, my WHERE clause has a condition -- in my case, i have the primary key).
Normally, i don't have junk at my views... i don't know if this philosophy is the best, but it's been working!

Hope it helps!

Say something,

Ricardo
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform