Hi,
In the below Code, the QR Code is generated in the Element defined by ElementID, how can I save the generated QR image to an image file on disk where it can be retrieved and displayed elsewhere?
Glo:st.remove('<123>')
Glo:st.remove('<125>')
Glo:st.remove('<10>')
Glo:st.remove('<13>')
ElementData = 'QRDisplayForm?RefNo =' & p_web.GSV('RefNo') & '& CustID =' & p_web.GSV('CusttID')
ElementID = 'Ticket_QR'
p_web.script('generateQrCode('& '''' & CLIP(elementID) & '''' & ',' & '''' & Clip(ElementData) & '''' & ');')
TIA
Vic