priting with out any report [message #86005] |
Fri, 20 August 2004 06:17 |
fanni
Messages: 96 Registered: March 2004
|
Member |
|
|
i want to print some data from my fields on the form. can i set the location of the data of my data fields on the form to be printed on the specific location on the the page. i,e there is no report between the form and printer.
using any sort of pixel setting or any way does oracle support this type of handling
|
|
|
Re: priting with out any report [message #86051 is a reply to message #86005] |
Wed, 25 August 2004 13:48 |
Moi
Messages: 15 Registered: August 2004
|
Junior Member |
|
|
Oracle does supply a Print option for forms but it only does a snap-shot (version6 > and not too good either).
If you 'really' don't want to write a report, you could use the HOST command, to run BATCH script to execute an SQL command and directed its output to a printer, but a report is simpler (unless you want to use OLE2 and push the data into Word or Excel).
|
|
|