Print All Pages [message #86944] |
Mon, 22 November 2004 17:40 |
rupa
Messages: 41 Registered: August 2002
|
Member |
|
|
Hi!
In my form my block is fetching some records. I want to print all the records. I use Print command but it's giving only current screen print out. If I want to print out all the records in my block, what I have to do? Is there any altrenate way there to get all the records to be printed out???
Thanks,
Rupa
|
|
|
Re: Print All Pages [message #86947 is a reply to message #86944] |
Mon, 22 November 2004 19:06 |
Himanshu
Messages: 457 Registered: December 2001
|
Senior Member |
|
|
Hi,
If you want to print the data then either you need to create a Report & call it from your form.
If you want data in text format then then make use of TEXT_IO package & write the data into a txt file.
HTH
Regards
Himanshu
|
|
|
Re: Print All Pages [message #87006 is a reply to message #86947] |
Sun, 28 November 2004 11:54 |
hudo
Messages: 165 Registered: May 2004
|
Senior Member |
|
|
Hello Himanshu,
I'm also searching for a possibility to print from a form
and experienced that the TEXT_IO package is removed with newer database versions (see "print form" in this forum). Is there a way to use this package nevertheless with a newer database ?
Exists a stand-alone version from this package ? Where can it be found ?
Thanks for your attention
|
|
|