Jack
|
| Posted: 05/04/2002, 5:32 AM |
|
I was examining the Portal application which comes with CCS. On page "Articles", there is a grid form titled "SVEC Articles." I tried to reproduce the same grid myself using the grid wizard on the same page. After I do the join of articles and event_categories table, I get Contol Source of my fields as articles.article_desc, articles.category_id, articles.article_title. Then I try to see the result and nothing can be seen. Only if I remove "articles." from these contol sources, leaving them as article_desc, category_id, article_title then I get the correct results.
Why is this happening? When I select the Contol SOurce from the drop down list, it is by default with "articles." So, do I need to remove this part in order to make it work each time? Or am I missing something?
Thanks.
|
|
|
 |
Nicole
|
| Posted: 05/06/2002, 5:13 AM |
|
Jack,
I suppose you really missing something, but it is difficult to say what as it's unknown what steps you've followed to create Grid.
May be it makes sense to try again and in case you get the same result, please provide the sequence of steps you follow.
BTW, what db do you use for design time and what connection?
|
|
|
 |
|