Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: ?? Procedure call in HTF.ANCHOR

Re: ?? Procedure call in HTF.ANCHOR

From: Brian Everett <beverett_at_remove_this.usa.net>
Date: 1998/03/29
Message-ID: <351f6dc2.305844340@news.earthlink.net>#1/1

I think I understand the question.
Use an ampersand before the next parameter and value.    

     htf.anchor('docfind?docnum='
& cursor_val '&doctest=' & cursor_val2);    

On Fri, 27 Mar 1998 15:51:49 -0500, Michelle Warner <delonda_at_radium.ncsc.mil> wrote:

>I have a loop to manipulate the contents of a cursor and display
>information in an html
>format. I make a call to htf.anchor linking the information to a
>procedure call which requires more than one parameter. I have the
>htf.anchor working for passing one parameter but now I need to pass two
>- how do I do this? Below is a sample of the code:
>
> For i IN dwg_cursor LOOP
> htp.tableRowOpen;
> hold :=
>htf.anchor('docufind?docnum='i.dwgnum,i.dwgnum,i.dwgnum,i.dwgnum);
> ...
> END LOOP;
>
>The procedure docufind is defined as:
> Procedure docufind(docnum IN varchar2, doctest IN varchar2)
> .....
>
>
>Thanks in advanced.

Good Luck! Brian_RestonVA Received on Sun Mar 29 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US