Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to do use 'Alias' ? Instead of put the table in Data
Message
De
17/03/2003 23:11:21
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
17/03/2003 23:09:10
Agnes Cheng
DynamicTech Consultants Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00764049
Message ID:
00766874
Vues:
23
>Dear Tracy,
>I try your method, It did a great improvement.Thanks a lot.
>Now, i need to face the 2nd step.
>
>I am using the control source in all the form.
>Do I still do the same work ?
>Remove all the tables, and open it in the 'Load Event' ?
>However, How Can I set the buffer is "5" ?
>
>Thanks for your kind help again
>From Agnes

To control buffering programmatically, you use the CursorSetProp command, for instance:
#DEFINE TABLE_BUFFERING 5
select 0
use Table1 order "Field1" alias Table1
CursorSetProp("Buffering", TABLE_BUFFERING)
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform