USE THIS PROCEDURE TO SEND EMAIL
CREATE OR REPLACE PROCEDURE JOYEMAIL (pivcFromName IN VARCHAR2
,pivcFromEmail IN VARCHAR2
,pivcToName IN VARCHAR2
,pivcToEmail IN VARCHAR2
,pivcSubject IN VARCHAR2
,pivcBody IN VARCHAR2
,pivcCcName IN VARCHAR2 := NULL
,pivcCcEmail IN VARCHAR2 := NULL
,pivcBccName...
i use portal30 and i have developed a report for web application.
Is possible don't ask to an anonymous visitor the username e password to run the report ???
http://194.119.xxx.xxx/pls/portal30/PORTAL30_DEMO.EXAMPLE_MENU.show
j use this string : is correct ???
this may be an example ...........................
PROCEDURE CALL_REPORT_PARAM ( var_report varchar2) is
out_file text_io.file_type;
plid paramlist;
the_param varchar2(15) := 'tmpdata';
BEGIN
OUT_FILE := TEXT_IO.FOPEN('SALVA.BAT' ,'W');
VAR_STRINGA := 'XCOPY ' ||...
ok thank's i have found the solution....
j have relinked the server application path to the http// default images directory, and here j have put the ico images (*.gif). I see that work well also the animated gif....
Hallo,
j use oracle9i application server release 1.0.2.2.2a on windows NT 2000 professional.
My problem is that j can't display icon on button when j use forms in applications.
My installation is non d:\oracle\806. Someone kwow the exactly step to obtain the icon on forms on the application...
1) you must create a when-new-item-istance and insert this string
if :global.var_item <> :system.cursor_item then
if :global.var_item <> '-' then
SET_ITEM_PROPERTY(:global.var_item, VISUAL_ATTRIBUTE, 'VISUAL_ITEM_NORMAL');
end if;
:global.var_item :=:system.cursor_item...
THIS IS THE EXACT SYNTAX TO START A REPORT FROM A FORM....
run_product(REPORTS,
var_report,
SYNCHRONOUS,
RUNTIME,
FILESYSTEM,
plid);
YPU MUST CREATE A PROCEDURE "CALL_REPORT" AND THEN CALL IT FROM THE BUTTON...
BY FROM THE VAMPIRUS
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.