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.
* Examples:
dOneMonthFromNow = GOMONTH(ldDate,1)
dSixMonthsAgo = GOMONTH(ldDate,-6)
SELECT *;
FROM MyTable;
WHERE MyTable.Date <= ldDate;
INTO CURSOR Results READWRITE
etc.