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.
SET SAFETY OFF
SELECT ReportData
SCAN
cDatamatrixStr = <something>
< pass cDatamatrixStr to the Datamatrix API to generate DMImage.jpg > && Despite changing data, always write to the same Image Filename (.jpg, or .bmp)
REPORT FORM MyReport NOCONSOLE TO PRINTER && In this Report Form consistently reference DMInage.jpg in an Image Object
< you might want to copy or move off the DMImage.jpg in case you might need it later >
< if so, consider renaming it at that time so that it can be readily found again >
ENDSCAN