Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GRID with 2 or more views
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
GRID with 2 or more views
Miscellaneous
Thread ID:
00566512
Message ID:
00566512
Views:
42
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
Next
Reply
Map
View

Click here to load this message in the networking platform