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.
SELECT NAMEREF,FULLNAME(TITLE,FORENAME,SURNAME) FROM FCTUSER WHERE SIGNATORY ORDER BY NAMEREF INTO CURSOR CFCTAUTH
SELECT CODE, DESCRIP FROM MYTABLE ORDER BY CODE INTO CURSOR TMPTABLE
select statno,astatus from tbl_status order by statno into cursor tmpStatus