If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
hi, im quite new in Informix...
currently im try to print an image file to 4gl report, can i do so and what are the syntax?
Im been searching the forum and none of them seem can help
Using Informix IDS v10 on AIX platform.
hope some one can help, thanks in advance
I tried something similar some time ago. I used the print to file option in windows to get the output that is send to the printer in a file. If you send this file to the printer, it will generate your image. Then you can use Tyveleyn's recomendation about PRINT FILE , or you can load the file to a blob field and then print that.
It worked for HP printers