Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to see only 15 records
Message
From
14/02/2000 12:46:23
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00305453
Message ID:
00331796
Views:
26
Remove Views will slow your system down if you have clients with slow connections. Views try to self-update every time you add,delete, update the data automatically which can bring a lot of traffic to the network remote connection.

I usually store data sources in cursors and then keep a copy in objects so I can refresh the cursors in the event a Revert is needed.

you can create objects with the
SCATTER NAME ObjectName MEMO command.

and then attach that object to a property of the form you previously created.

good luck

andres
Previous
Reply
Map
View

Click here to load this message in the networking platform