Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
REPLACE ALLL ID WITH RECNO()
lnCampaign = 0
lnID = 0
SELECT TheTable
SCAN
IF TheTable.CamPaignID <> lnCampaign
lnID = 0
lnCampaign = TheTable.CampaignID
ENDIF
lnID = lnID + 1
REPLACE ID WITH lnID
ENDSCAN
... still didn't work. Might have to rethink process.