Frank S.
|
| Posted: 04/22/2005, 7:48 AM |
|
Is it possible to display a join between two tables in a label within a grid? I am able to join two tables and display the results with a listbox but need to do it as a label.
Thanks,
Frank
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 04/22/2005, 11:01 AM |
|
Sure, you can join as many tables as you like, as shown in CCS tutorial: http://docs.codecharge.com/studio/html/QuickStart/Creat...citRelship.html
Then the labels will display all those fields from joined tables: http://docs.codecharge.com/studio/html/QuickStart/Creat...citRelship.html http://docs.codecharge.com/studio/html/QuickStart/Creat...stLivePage.html
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Frank S.
|
| Posted: 04/22/2005, 11:25 AM |
|
Thanks, Peter, saw that but was wondering how to open that Visual Query Builder to edit a label field in the data grid.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 04/22/2005, 11:42 AM |
|
You can click the [...] button in the Data Soruce property of the grid, then click "Build Query".
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Frank S.
|
| Posted: 04/22/2005, 11:47 AM |
|
Sorry, I've been highlighting the label itself and trying to open that thing...
Duh,
Thanks for your help,
Frank
|
|
|
 |
|