how get direct print

To discuss Oracle Forms & Reports related technical issues.
Post Reply
mfa786
Posts: 51
Joined: Thu Jun 01, 2006 4:37 am
Location: Pakistan

how get direct print

Post by mfa786 »

Hi master,

Sir I have report that contain two page sir my need is I not want preview I want direct print and not want all page my requirement only page 2 not want page 1

Sir please give me idea how I get direct print and only page no 2

Thanks aamir
ahmadbilal
Posts: 615
Joined: Mon Sep 18, 2006 1:32 am
Location: United Arab Emirates
Contact:

Post by ahmadbilal »

Which Version and output method u r using
mfa786
Posts: 51
Joined: Thu Jun 01, 2006 4:37 am
Location: Pakistan

Post by mfa786 »

thnks for your reply
sir i use oracle form 6i and report also

and use this method




declare
emppara paramlist;
begin


emppara :=create_parameter_list('aamir');
Add_Parameter(emppara, 'PARAMFORM', TEXT_PARAMETER, 'NO');
add_parameter(emppara,'p_1',text_parameter,:ysdate);
add_parameter(emppara,'p_2',text_parameter,:yedate);
add_parameter(emppara,'p_3',text_parameter,:acode);
add_parameter(emppara,'p_4',text_parameter,:syid);
Run_Product(REPORTS, 'd:\iqramfa\expbugvari', SYNCHRONOUS, RUNTIME,FILESYSTEM,emppara, NULL);


Destroy_Parameter_List(emppara);

end;



sir please give me idea

thanks
Kashif
Posts: 137
Joined: Wed Apr 26, 2006 5:57 am
Location: Pakistan
Contact:

Post by Kashif »

Add this Parameter in ur Parameter List for directprinting

Add_Parameter(emppara, 'DESTYPE', TEXT_PARAMETER, 'PRINTER');
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest