Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data getting junk in the Views
Message
 
To
11/05/2000 02:41:35
Shaheer Shamsi
Boston Education & Software Technologies
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00367529
Message ID:
00368442
Views:
21
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform