Bad bind variable error [message #290907] |
Wed, 02 January 2008 01:55 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sgona
Messages: 5 Registered: December 2007 Location: pune
|
Junior Member |
|
|
Hi,
When i am creating queryfind in myform, I am getting error in creating the fmx. Like
Compilation error on WHEN-BUTTON-PRESSED trigger on FIND item in QF_BLOCK data block:
PL/SQL ERROR 49 at line 7, column 1
bad bind variable 'PARAMETER.G_QUERY_FIND'
PL/SQL ERROR 49 at line 7, column 1
bad bind variable 'PARAMETER.G_QUERY_FIND'
PL/SQL ERROR 49 at line 9, column 1
bad bind variable 'PARAMETER.G_QUERY_FIND'
Plzzz help me.
[MERGED by LF: please, do not open a new topic about the same problem. There is a "REPLY" button in there to continue discussion.]
[Updated on: Wed, 02 January 2008 04:25] by Moderator Report message to a moderator
|
|
|
|
bad bind variable error when creating queryfind. [message #290939 is a reply to message #290907] |
Wed, 02 January 2008 04:13 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sgona
Messages: 5 Registered: December 2007 Location: pune
|
Junior Member |
|
|
Hi,
Thans for u r reply.I am attaching fmb here.
When i am creating queryfind in myform, I am getting error in creating the fmx. Like
Compilation error on WHEN-BUTTON-PRESSED trigger on FIND item in QF_BLOCK data block:
PL/SQL ERROR 49 at line 7, column 1
bad bind variable 'PARAMETER.G_QUERY_FIND'
PL/SQL ERROR 49 at line 7, column 1
bad bind variable 'PARAMETER.G_QUERY_FIND'
PL/SQL ERROR 49 at line 9, column 1
bad bind variable 'PARAMETER.G_QUERY_FIND'
It is compling successfully. But when i am generating fmx it is giving error.
Plzzz help me.
|
|
|
|
|
|
|
|
|
|
Re: bad bind variable error when creating queryfind. [message #300326 is a reply to message #290939] |
Fri, 15 February 2008 01:20 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
alayam
Messages: 8 Registered: November 2006 Location: Hyderabad
|
Junior Member |
![alayamc%40yahoo.com](/forum/theme/orafaq/images/yahoo.png)
|
|
Set the Form60gen path.
For example in UNIX..
your at custom_top.. in which top you want to generate the fmx ..
Find out the autop path like below example. then run this path in the customtop path.
export FORMS60_PATH=$FORMS60_PATH:/u01/app/appprmc/srceptchappl/au/11.5.0/forms/US
|
|
|