Bad Bind Variable [message #84764] |
Thu, 22 April 2004 12:48  |
David Izzard
Messages: 3 Registered: April 2004
|
Junior Member |
|
|
I have a form which has the text field PROJECT_ID on it. The form is based on a datablock which pulls information for projects including the project_id. The for was working fine yesterday, but today it won't compile. I get the message "bad bind variable" when comiling. The code that gernerates the error is below:
BEGIN
Go_Block('Project');
Execute_Query;
:PARAMETER.PROJECT_ID := :PROJECT_ID;
END;
The weird thing is when I delete the text field PROJECT_ID, it compiles fine, but of course doen't run properly because I need the value from PROJECT_ID. Anyone encounter this before? Any solutions?
Cheers,
Dave
|
|
|
|