Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to filter record in buffering mode
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00489764
Message ID:
00490236
Views:
11
Try This

In the data environment, add the same table twice.
Change the alias property of both tables to Different Values and set appropriate filter
Like this

Cursor1.Alias = "MyTable_1"
Cursor1.Filter = "Id = 'A'"

Cursor2.Alias = "MyTable_2"
Cursor2.Filter = "Id = 'B'"

Tell me what happens .
Regards
Hiten K M

( The best and the worst are yet to come .. keep coding ! )

My Resume >>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform