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 -> oracle developer 6 problem

oracle developer 6 problem

From: <lina37_at_hotmail.com>
Date: Wed, 20 Oct 1999 15:39:56 GMT
Message-ID: <7ukno9$aof$1@nnrp1.deja.com>


Dear Experts

I'm in dire need of the solution to pass parameters to forms from a baseHTML. Currently, I've created the parameters required to be passed to the forms in my forms cartridge in OAS 4.0.7. i.e companyid In my baseHTML, Coded:-
...
<PARAM NAME="serverArgs"

VALUE="module=D:\ORANT\ows\admin\website40\myproject\FRM_LOGIN.fmx userid=abc/abc_at_def&companyid=%companyid%"> ...

When run ,Generated:-
<PARAM NAME="serverArgs"

VALUE="module=D:\ORANT\ows\admin\website40\myproject\FRM_LOGIN.fmx userid=abc/abc_at_def&companyid=mycompany">

The form actually take userid=abc/abc_at_def&companyid=mycompany as the value for the parameter userid so I keep getting DB login error.

Do advised if I've done it wrongly. Btw, do advise which part of the form shall I set the global parameter companyid to the one passed through the URL. Thanks a lot

Btw, is it possible to implement it not thru cartridge ???

regards
Lina

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Oct 20 1999 - 10:39:56 CDT

Original text of this message

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