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.
'Page ' + ALLTRIM(STR(_PAGENO)) + ' of '+ ALLTRIM(STR(pnPages))
PRIVATE pnPages
LOCAL lcfile
lcFile = SYS(3)+".tmp"
lnHandle = FCREATE(lcFile)
FCLOSE (lnHandle)
WAIT WINDOW 'Calculating Page Count...' NOWAIT
REPORT FORM &cRepName TO FILE (m.lcfile) NOCONSOLE
ERASE (m.lcfile)
pnpages = _PAGENO
WAIT CLEAR
REPORT FORM &cRepName TO PRINTER PROMPT PREVIEW
RETURN