ERROR: Bad Binding Variable [message #345755] |
Thu, 04 September 2008 13:30 |
davydany
Messages: 11 Registered: September 2008 Location: New Hyde Park
|
Junior Member |
|
|
I'm using Oracle Forms 10g on Windows XP.
I'm trying to create a login form and send the user's ID and their role on the system via a parameter from the login form to the main form. I got this part done by looking at this topic(http://www.orafaq.com/forum/m/309502/0/?srch=text+item%27s+value#msg_309502)
The problem I'm having is that I'm getting "BAD BINDING VARIABLE". In the topic I got the login form from, Kaeluan used this: 'userid='''||parameters.p_userid||'' ', and I don't get the syntax for that. So I looked at how to reference parameters, and the help in Oracle Forms gave this:
:block.item := :PARAMETER.parameter_name;
When I do that, I get "BAD BINDING VARIABLE"
Any Ideas? And if that is a bad idea, could anyone tell me how to properly accept parameters from another form in 10g?
I also attached my setup.
Thanks!
|
|
|
|
|
|