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
Mark Schupp - 30 Sep 2003 17:02 GMT
What kind of object does MyFunc.Tables return if it is not a recordset?

Signature
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
> Hi
>
[quoted text clipped - 7 lines]
>
> objTable.sortColumn="SalesID", Asc