J
James
Hello I have the following code...
SortForm ("MediaType")
OrderBy = "Acending"
Then By ("Title")
OrderBy = "Acending"
It does not work at all...
I would like the sort order to sort the mediatype in
acending order and then the title by acending order so
that when its finished it will have a media type in
alphabetical order and the titles for that media type in
alphabetical order then when it goes to the next media
type (when the user scrolls down) It goes to teh next
media type and then the titles for that are all
alphabetical order...
How do I achieve this?
Many Thanks
James
SortForm ("MediaType")
OrderBy = "Acending"
Then By ("Title")
OrderBy = "Acending"
It does not work at all...
I would like the sort order to sort the mediatype in
acending order and then the title by acending order so
that when its finished it will have a media type in
alphabetical order and the titles for that media type in
alphabetical order then when it goes to the next media
type (when the user scrolls down) It goes to teh next
media type and then the titles for that are all
alphabetical order...
How do I achieve this?
Many Thanks
James