Home » Developer & Programmer » Reports & Discoverer » report6i and form6i
report6i and form6i [message #90068] Thu, 21 October 2004 14:42 Go to next message
Nora
Messages: 2
Registered: August 2002
Junior Member
hi ,

can anybody tell me how can i run report6i from form6i ?? i need it in details please cause i don't have any idea about it :(

regards,

Nora
Re: report6i and form6i [message #90081 is a reply to message #90068] Sat, 23 October 2004 05:14 Go to previous messageGo to next message
subbarao
Messages: 9
Registered: March 2002
Junior Member
hi nora
u can go through the developer 6i pdf which u will get online
read that pdf u can easily get out of those problems
ok bye
if u r any problems u can contact me
Re: report6i and form6i [message #90084 is a reply to message #90068] Sat, 23 October 2004 09:20 Go to previous messageGo to next message
raviranjan
Messages: 41
Registered: April 2004
Member
hello

just open a new form and take a button and
on when-button-press trgger

DECLARE
plid paramlist;
whercl VARCHAR2(1000);
BEGIN
plid :=create_parameter_list('dsb');
add_parameter('dsb','MODE',TEXT_PARAMETER,'CHARACTER');
run_product(REPORTS,'PRINT_ORDER',SYNCHRONOUS,RUNTIME,
FILESYSTEM,'plid',NULL);

destroy_parameter_list('plid');
end;
Re: report6i and form6i [message #90298 is a reply to message #90068] Wed, 26 January 2005 03:34 Go to previous message
AHLAM
Messages: 1
Registered: January 2005
Junior Member
I run A report from form but i have a problem .
I cant the output on screen
-
please tell me how can i see it
Previous Topic: serial nos
Next Topic: Discoverer 3.1.44 patch
Goto Forum:
  


Current Time: Sun May 12 09:51:23 CDT 2024