Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Printing in character mode (urgent)

205010Dec 28 2002 — edited Jan 2 2003
Hi,

We would like to print the contents of the report in bold,italic and compressed format wich i have made in character mode (mode=character).

i work with:
Reports Builder 6i,
Win 2000,
a generic/text only printer(matrix printer: EPSON LQ-580).

i have tied to call the bold.prt in DESFORMAT, and i have entred bold on and bold off in the section of "code after" and "code before", but no changes occurs when i print the report

Thanking You in advance.

Comments

SURFThru
You could make all the columns as parameters in the update stored procedure.

Then on your table adapter add the call to the update stored proc. Name the update prc_your_update_name. Then in your code you can just run ta.prc_your_update_name(field1,field2,....). Not sure if this is what you are looking for and maybe you want to avoid typing all the colunms as paramters.

Edited by: SURFThru on Jun 22, 2011 1:45 PM
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 30 2003
Added on Dec 28 2002
7 comments
3,023 views