I have the following situation:
Impromptu report has to have values located in precise positions on the page in order to be printed to a specialized printer.
Data for the report comes from a stored procedure that returns a ref cursor. I tried to use combination of database-specified spacing and fonts in Impromptu in order to place values in needed locations, but to no avail.
The other idea that I have is to create one row of text boxes with the correct locations on the report.
Then, to retrieve a record set from DB and, based on the number or records, create corresponding number of copies of the row of text boxes on the report. After that, assign appropriate values to each text box.
When I looked through Impromptu automation properties and methods, I did not find anything that would allow me to accomplish that.
Please let me know if this is doable or if anyone ever succedded at similar task using another approach.
Thanks.
Impromptu report has to have values located in precise positions on the page in order to be printed to a specialized printer.
Data for the report comes from a stored procedure that returns a ref cursor. I tried to use combination of database-specified spacing and fonts in Impromptu in order to place values in needed locations, but to no avail.
The other idea that I have is to create one row of text boxes with the correct locations on the report.
Then, to retrieve a record set from DB and, based on the number or records, create corresponding number of copies of the row of text boxes on the report. After that, assign appropriate values to each text box.
When I looked through Impromptu automation properties and methods, I did not find anything that would allow me to accomplish that.
Please let me know if this is doable or if anyone ever succedded at similar task using another approach.
Thanks.