3.2.0

How to Sort

i CAn someone ghwelp with this, I have seen posts saying just call the sort fiunction but when i try that I get:
Object doesn't support this property or method: 'sort'

My code is server side vbscript / asp (below)
Pleasea dvise hwo to call sort.

Thanks.

dim objAxpDB
Set objAxpDB = Server.CreateObject("AxpDB.DBView")
objAxpDB.DisplayNavBar="both"
objAxpDB.RecordsPerPage=40
objAxpDB.Width="100%"
objAxpDB.EditOptions="none"
objAxpDB.GridDisplayIndex=false
objAxpDB.FooterText="AMS V2"
objAxpDB.ApplyCellFormattingToExcel=true
objAxpDB.ConnectionString = myConn
objAxpDB.sql=strSQL
objAxpDB.sort 3, "descending" <!-- gives an error
objAxpDB.WriteHtmlTable
Set objAxpDB = Nothing


Craig
December 18,

This topic is archived.

See also:


Back to support forum