Mr.Rao
oRs:SetOrder( "age" )
// or
oRs:Sort := "age"
//
? oRs:Sort // to know the present sort order
Is it possible to sort by more than one column?
example :
oRs:SetOrder( "age,date,id,..." )
// or
oRs:Sort := "age,date,id,..."
//
? oRs:Sort // to know the present sort order
Att
Joao Carlos
VinheSoft
↧