Hi! Can someone help me about the syntax or code for printing images in my forms?
I am currently using DJDE to print my forms. I need to print a signature image in my form in which my cobol batch program will determine the image file name to be printed. I have 10 signature images and in my PDL I added the following codes:
IMAGE=(IMAGE1, 3.50 IN, 1.50 IN)
where the IMAGE1 is the file name
3.50 IN = vpos
1.50 IN = hpos
When compiling the JDL it doesnt recognize the 'IMAGE1', the error message is 'Invalid Option, Str = IMAGE1, COL = 25
Can someone tell me what is wrong here? Or did I miss anything?
Thanks