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: Webdb: passing value from form to package

Re: Webdb: passing value from form to package

From: M. Oberly <mao_at_dde.dk>
Date: Tue, 07 Sep 1999 15:24:37 +0200
Message-ID: <37D51215.9D910509@dde.dk>


Hello,

You should be able to pass the value via a WebDB Link that you can specify at the field level in the Form. I have not used Links from Forms, but I have
used them from Report columns.

Also, the target WebDB object's calling sequence is shown on its "Manage" -

 "Show Call Interface" page. If you can work in PL/SQL code at an appropriate place for the source Form (on the Form's "Advanced PL/SQL code" page, then the PL/SQL can call the target object through its Call Interface. The PL/SQL code is local to the Form's show procedure and it can access anything the show procedure can access, including field contents and WebDB built-in functions. You can examine an object in detail by doing an Export of the object. The Export shows all of the object in the Browser window. The Link method mentioned above is probably less hackish than the PL/SQL method, though.

Hope this helps you,
Mark
mao_at_dde.dk

schipper_at_frg.eur.nl wrote:

> Hello,
>
> I have created a webdb form (for enrollment in courses). When the user
> has filled in the form I want to display an other master detail form
> displaying the users details (name, telephone etc.) and all the courses
> he/she enrolled in so far.
>
> How do I pass the userid which the user has chosen in the form via a
> LOV
> to the package. The package works fine if it is called like this (633
> being the userid of a particular user):
>
> liademo.response_cursus.show(633);
>
> but instead of a constant I really want to pass the userid that was
> entered on the form. I tried the database column name of the field that
> is displayed on the form (userid) but that doesn't work. Does anybody
> know how to extract the values that are entered in WebDb pages?
>
> Desiree
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Tue Sep 07 1999 - 08:24:37 CDT

Original text of this message

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