regarding quries using in oracle forms [message #223915] |
Mon, 12 March 2007 04:51 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
prakash2007
Messages: 14 Registered: March 2007
|
Junior Member |
|
|
hi to all,
i trying to develop the project by using oracle forms and reports.. now i have some doubt in form i want to clear all the fields in form by using button command.. and also i need to send the mail from forms or report and print the data from reports...
thanks in advance....
|
|
|
|
|
|
Re: regarding quries using in oracle forms [message #255841 is a reply to message #225900] |
Thu, 02 August 2007 01:09 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
scosco
Messages: 12 Registered: July 2007 Location: Port louis
|
Junior Member |
|
|
This may help u for the printing part:
SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_DESTYPE,printer);
//not necessary to pout this one//SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_DESTYPE,'\\LOCATION OF PRINTER');
|
|
|