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.
*======================================
store fcreate(fname) to _TEXT
IF _TEXT = -1 && Can't create low-level file
&& then exit program
WAIT WINDOW 'Cannot create the Client Contact XML file, press a key to exit'
RETURN
ENDIF
SET TALK OFF
SET TEXTMERGE ON NOSHOW && Enable text merge,
&& with no output to screen
SET TEXTMERGE DELIMITERS TO && Default text merge
&& delimiters <<,>>
TEXT
<?xml version="1.0" encoding="UTF-8"?>
<PdfUpload xmlns:xsi="[URL unfurl="true"]http://www.w3.org/2001/XMLSchema-instance"[/URL] xsi:noNamespaceSchemaLocation="D:\xsd\PdfUpload.xsd">
<PhpFileName>pdf</PhpFileName>
<URL><<alltrim(o_catalog('domain eval', 'client', 'website', '"' + client.website + '"'))>></URL>
<PDF>Submit</PDF>
<jobno><<alltrim(str(jmast.jobno))>></jobno>
<pdfname><<alltrim(m.cWebFile)>></pdfname>
<pdfdate><<xmldate(date())>></pdfdate>
<pdfnote><<m.cWebStat>></pdfnote>
</PdfUpload>
ENDTEXT
=FCLOSE(_TEXT)
*========================================
<table>
<tr>
<td><<alltrim(table1.field1)>></td>
<td><<alltrim(table1.field2)>></td>
</tr>
</table>