Monday, October 22, 2012

Add popup message while request running

For debugging purposes you can use command SRW.MESSAGE inside pl/sql code when you are creating a report using report builder v.6 application.

i.e: Uses this command in BEFOREREPORT program unit for showing which value has P_PARAMETRO

SRW.MESSAGE(1,'PARAMETRO ' || :P_PARAMETRO);

full code:


function BeforeReport return boolean is
begin
   SRW.MESSAGE(1,'PARAMETRO' || :P_PARAMETRO);

   return (TRUE);

end;





Note: In parallel when form builder is used for creating a form you can add this line for add comment:
 dbms_output.put_line('PARAMETRO' || :P_PARAMETRO);



2 comments:

  1. Hi,The rights and obligations of the partners for Registered Agents in Qatar, and how profits and losses are to be distributed between the partners.Thanks.....

    ReplyDelete
    Replies
    1. Sorry for delay because i didn´t see your comment. Could you please rephrase your question? I will try to give a good answer.

      Delete