Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GRID with 2 or more views
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00566512
Message ID:
00566518
Views:
9
>Hi all,
>
>I've 2 vues:
> VUE_MASTER(MST_ID, MST_CHD_ID)
> VUE_CHILD(CHD_ID, CHD_DESCRIPTION)
>
>I have a grid with 2 columns:
> COLUMN1.CONTROLSOURCE = "VUE_MASTER.MST_ID"
> COLUMN2.CONTROLSOURCE = "VUE_CHILD.CHD_DESCRIPTION"
>
>INDEX ON VUE_CHILD.CHD_ID
>RELATION with VUE_MASTER MST_CHD_ID.
>
>CoLumn1.HEADER1.CLICK() ==> INDEX ON VUE_MASTER.MST_ID
>COLUMN2.HEADER1.CLICK() ==> (I'd like to order my grid by CHD_DESCRIPTION)
>
>HOW can I order my grid my a field located in my child table?
>
>Thanks a lot

I don't think, you can :( It would break relation. Can you create one accumulative view instead?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform