Hi,
I need to write a small job to send data to Infoprint printer.
So far I have managed to read a file and send the formatted data to the printer.
Now I need to print data objects (*.tif, *.gif, *.jpeg, ..).
I have installed the data objects in a resource library using AFP Resource Installer.
In the Printer’s profile I have added the path where to find these resources.
Now I have read 10 times the PPFA manual at the chapters where their talk about CMR, DATA OBJECTS,… The examples they show only explain the topics they are dealing at this point.
Ex
“DEFINE cmrX12 CMRNAME ‘@blablabla’
CMR bm1 PRINTFILE INSTR;
COPYGROUP cg2:
CMR jm4 INSTR;
“
That doesn’t tell me how to actually print the DATA OBJETC.
I have sent similar post in another forum a few months ago. My question was read 10ths time, but never answered. Nobody asked me what I mean or to be more specific.
All I need is to get an object (a *.tif file) and send it to the printer.
I am not a main frame programmer, but I need to write simple jobs to test my printer.
Can anybody help?
Thanks you.