Hi,
It´s possible to print a code in a barcode format? There is a extensible framework to generate this in a new window or pdf?
Regards
Rui
I haven't tried it in EAM, but do print barcodes in IPS via SSRS. As long as the barcode font is on the server and the reports use the font, it works perfectly. I suspect it would be similar in EAM, but I haven't tried that.
Hello,
I can do it by report but what I need in this case is print a code in barcode when clicking in a check box or button for example.
So for that I need extensible framework to popup a new window with the printable barcode (pdf or so)
Would using IDM print be an option? It supports 'overlays' and barcoding.
The environment here is unclear to qualify the use of IDM.
Gotcha. Looking forward to all responses, as hopefully this has been already done by someone.
In this case it´s not used IDM.
You can achieve it as below, I believe you already have a code which shall be printed in barcode
1. Use a udfbutton, override the onclick event of this button in extJS framework.
2. In this override javascript funtion, open the new window and print the barcode in that. Use the same function, which is used by EAM to generate the barcode from code.
Vivek
Thanks for you comments.
In this case I cannot use a udfbutton because this will start from a User defined screen and doesn't exist button.
But I can use a checkbox. Regarding your #2 which function are your talking? At the moment I don´t have any. Only in Cognos.
Yes you can use a checkbox button also. On checked event of the checkbox, you need to call a javasccript funtion, this function you can write yourself in ExtJS, which will open a new window and display the bardcode.
Hi Vivek,
I understand that. I don't need all code, only need the function which will open a new window and print the barcode. Just an simple example.
Hi All,
Sorry I am posting my question here, as I couldn't find a more relevent group to check with. Please help me redirect to the right Group if needed.
We are using Cloud or SaaS Model of Infor Solution (includes applications like EAM, IDM, ION Desk). We have a requirement to Print Barcode Labels from EAM Application. I have installed the EAM Barcode Application at ON-Premise windows machine that is connected to Barcode Printer.
Now I am able to print the labels manually from within the EAM Barcode application, but when I try from EAM application, It gives the below error message
@SATO CL4NX 203dpi~PARTS FOR STORE TO STORE RECIEPTS~1~0~Received.xml'"
I have already raised this with HxGN support teams, but couldn't fix the issue after multiple round of discussions.
Posting it here so if any of us has had faced similar issue can help.
Regards,
Praveen
Yes You will need a ext framework to do that.
You can show the barcode in screen...