Ask a Question related to ASP Database, Design and Development.
-
Tolgay Gül #1
Table sort
Hi
I would like sort table. The table is createobject method (open a function
and use SAP connection) and the table not use recordset. is it possible sort
table for example or how can i sort table columns.
Thanks
set objTable = myFunc.tables ("Sales")
objTable.sortColumn="SalesID", Asc
Tolgay Gül Guest
-
Sort Table Feature
Has anyone else received the following javascript error when attempting to sort a table with DreamWeaver 8? TypeError:... -
sort tablename in sql table
hi.. i have several tables where I need to sort the column name in a table; asc order.. how can i do that? ex: table is abc column name: yahoo,... -
Sort a repeat region in a table by clicking on the table headers
Sort a repeat region in a table by clicking on the table headers for ASP some help on this topic pls.. Rgds MeTin -
To sort the table per fields
Hi alll can anyone tell me how i can make links with one recordset (or more) which each link is gonna sort the etails on the table for example my... -
Ado sort error-Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB.
Ado Sort -Relate, Compute By, or Sort operations cannot be done on column(s) whose key length is unknown or exceeds 10 KB. hi, guys i have asp... -
Tolgay Gül #2
Table sort
Hi
I would like sort table. The table is createobject method (open a function
and use SAP connection) and the table not use recordset. is it possible sort
table for example or how can i sort table columns.
Thanks
set objTable = myFunc.tables ("Sales")
objTable.sortColumn="SalesID", Asc
Tolgay Gül Guest
-
Mark Schupp #3
Re: Table sort
What kind of object does MyFunc.Tables return if it is not a recordset?
--
Mark Schupp
Head of Development
Integrity eLearning
[url]www.ielearning.com[/url]
"Tolgay Gül" <tolgay@veezy.com> wrote in message
news:u8Wqu4yhDHA.3700@TK2MSFTNGP11.phx.gbl...sort> Hi
>
> I would like sort table. The table is createobject method (open a function
> and use SAP connection) and the table not use recordset. is it possible> table for example or how can i sort table columns.
>
> Thanks
>
> set objTable = myFunc.tables ("Sales")
>
> objTable.sortColumn="SalesID", Asc
>
>
>
>
>
>
>
>
Mark Schupp Guest



Reply With Quote

