November 7, 201312 yr Hello to all of the Board! I have a php site that generates barcodes. It's used company wide so i can't change that. I'm trying to print EAN13 barcodes via a script - using the Insert From URL function with a calculation. The URL depends on our product stock code. How do i syntax the script? So far I have: Insert from URL [select; No dialog; ProductRegister::EAN13Calc, "192.168.2.1/ean13.php?stockcode=" & product::stockcode] But it doesn't work. is my syntax correct? How do I append a field value onto the URL? Thanks, H Ean13CALC is a container field.
November 7, 201312 yr is my syntax correct? It seems to be; if you want to be sure, try using the Open URL step with the same calculation. Then examine what exactly is the server's response, e.g. file type.
November 7, 201312 yr Author Thank you! I have some server admin help tomorrow so they can have a good look around. They're not big on FM so i just needed to know if i have it right. Thanks again.
Create an account or sign in to comment