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 -> PL/SQL: formopen/close and variables

PL/SQL: formopen/close and variables

From: stroppel <stroppel_at_fmi.uni-konstanz.de>
Date: Thu, 10 Jun 1999 10:17:28 +0200
Message-ID: <375F7498.AD500A6F@fmi.uni-konstanz.de>


heyyy.

i have a little problem with oracle 8.0 WAS 4.0. PLSQL-Procedure:

i want a form with a list box above.

and 4 submit button (add, delete, new,..) to decide some actions.

formopen ('form1');
  formselectopen('variable)
   ...
formclose;

formopen ('form2');

   htp.tabledata(htf.formsubmit('Parameter','T1')); formclose;
formopen ('form3');

   htp.tabledata(htf.formsubmit('Parameter','T2')); formclose;
formopen ('form4');

   htp.tabledata(htf.formsubmit('Parameter','T3')); formclose;

i need the variable value on the hole code. when i do not use the formclose command, the value of variable is accessable but i cannot use target in the formopen command.
whenn i user formclose, that meas no access on the value of the variable??
how could i user both, target and value????

send mail to:

stroppel_at_fmi.uni-konstanz.de

thanks

ko Received on Thu Jun 10 1999 - 03:17:28 CDT

Original text of this message

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