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

Webdb: passing value from form to package

From: <schipper_at_frg.eur.nl>
Date: Fri, 27 Aug 1999 07:43:15 GMT
Message-ID: <7q5fig$45h$1@nnrp1.deja.com>


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 Fri Aug 27 1999 - 02:43:15 CDT

Original text of this message

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