|
|
|
|
|
|
|
|
Re: how can i send print command from form to printer? [message #129904 is a reply to message #129766] |
Wed, 27 July 2005 04:24 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
manjuvasu
Messages: 22 Registered: May 2005
|
Junior Member |
|
|
hi,
u can use host command.first u will be generating u'r report from form.save it to a file,as u will give in set_report_object_property-----destype,file
set_report_object_property-----desname,'filename'
run_report_object will be used.now,u'r report will be in gn filename.
then host('print ...\filename');
the ... mentions u'r printer path and printer name.
is this u need.
|
|
|
|