Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GRID with 2 or more views
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
GRID with 2 or more views
Divers
Thread ID:
00566512
Message ID:
00566512
Vues:
43
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
Le travail est un moyen, pas une fin.

Louis Hudon
Hydro-Québec
Informatique en Équipement
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform