Gaaaz
|
| Posted: 05/09/2003, 9:15 AM |
|
Hello,
I have a strange problem... I have a listbox with town names (it is in the header section, so it is included in every page).
When the listox is displayed it must be sorted by english names (fieldname is selected and order by is set), But it isn't...
does anyone have a suggestion?
Thank you,
Gaaaz
|
|
|
 |
jhp
|
| Posted: 05/10/2003, 7:26 AM |
|
You must use custom code in the Before Build Select event of the listbox. The sortby does not work.
example:
TbltownBasics.town_Name.DataSource.ORDER = " town ASC"
Typein listbox in the ccs help they have examples.
|
|
|
 |
|