michelle
|
| Posted: 04/08/2002, 7:24 AM |
|
Hi, I am new to Codecharge and what I have seen impresses me.
I am trying to modify the Portal sample application, so that on startup of the default page, it shows a set of articles that belongs to a particular category ... for instance, on start up, I want to see only the articles whose category_id = 1.
However, I want to give the users the ability to show any other category (including showing all articles), if they so want.
What is the best way to go about this?
Thanks in advance.
|
|
|
 |
Alex Alexapolsky
|
| Posted: 04/08/2002, 8:03 AM |
|
Simply create a menu Form with a few URLs,
each with a different parameter value
|
|
|
 |
Olivier
|
| Posted: 04/09/2002, 1:30 AM |
|
I will prefer a Grid form with the category table. Use the category_desc field as an URL and output the category_id.
Now, if you add a new catgory, your menu will also incorporate this category.
|
|
|
 |
|