See the SORT portion of the script at the bottom of the post.
q=
Query
ANSWER: RIV:AnswerTopOffices.DB
Coastal.DB | SalePrice | ListName |
| CALC SUM ALL AS SalePrice | Check |
EndQuery
if not q.executeQbe()then
errorShow()
return
endif
If Not tc.open("RIV:AnswerTopOffices") then
errorShow()
Return
endIf
Sort "AnswerTopOffices.db"
ON "SalePrice" D
EndSort
This sort fails? Nothing seems to work.
Any assistance wold be greatly appreciated.
Thanks much. Rick
q=
Query
ANSWER: RIV:AnswerTopOffices.DB
Coastal.DB | SalePrice | ListName |
| CALC SUM ALL AS SalePrice | Check |
EndQuery
if not q.executeQbe()then
errorShow()
return
endif
If Not tc.open("RIV:AnswerTopOffices") then
errorShow()
Return
endIf
Sort "AnswerTopOffices.db"
ON "SalePrice" D
EndSort
This sort fails? Nothing seems to work.
Any assistance wold be greatly appreciated.
Thanks much. Rick