Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GRID with 2 or more views
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00566512
Message ID:
00566518
Vues:
10
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform