Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to do use 'Alias' ? Instead of put the table in Data
Message
From
17/03/2003 23:11:21
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
17/03/2003 23:09:10
Agnes Cheng
DynamicTech Consultants Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00764049
Message ID:
00766874
Views:
24
>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)
Previous
Reply
Map
View

Click here to load this message in the networking platform