Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert before
Message
From
05/07/2006 13:03:53
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
05/07/2006 12:47:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01133860
Message ID:
01133922
Views:
16
>
>Left_T (in left grid)                   Right_T (in right grid)
>---------------------------------------------------------------------------------
>01  L1  l2   ...                        R1    R2   ....    01
>                                        R3    R4   ....    01
>02  L3  L4   ...                        R5    R6   ....    02
>                                        R7    R8   ....    02
>                                        R9    R10  ....    02
>                                        R11   R12  ....    01
>03  L4  L5   ...                        R13   R14  ....    03
>                                        R15   R16  ....    03
>
>Now record  R11 R12 ... 01  must be removed behind  R3  R4  ...  01
>
You didn't give cursor creation code and it's still not very understandable. Maybe you mean something like:

use Customer in 0 && to left grid
use orders in 0 order tag cust_id && to right grid
set relation to cust_id into 'orders' in 'customer'
browse nowait
select customer
browse

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform