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.
IF OX.NUMBEROFEMAILS>0
? 'First Email:'
FOR LNI = 1 TO OX.NUMBEROFEMAILS
? OX.RETRIEVE(LNI)
LCEMAIL = OX.MSGCONTENTS
STRTOFILE('----Email#'+TRAN(LNI)+'--------'+CRLF ;
+LCEMAIL+CRLF,'c:\data\email\Email.txt',.T.)
ENDFOR