Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to see only 15 records
Message
De
14/02/2000 12:46:23
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00305453
Message ID:
00331796
Vues:
25
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform