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.
llDone = .f.
lnStart = seconds()
DO WHILE Not llDone
DOEVENTS
IF 0<adir(laDir,'OutputFile.pdf')
lnHnd = FOPEN( 'OutputFile.pdf' )
if lnHnd>0 && file was no longer locked, it could be opened
FCLOSE(lnHnd)
llDone = .T.
ENDIF
ENDIF
if lnStart+60 > seconds()
* Only wait a minute for process to complete
llDone = .t.
ENDIF
ENDDO