Re: getting error in forms: 'bad bind variable..'

From: Nicky Taylor <nicky.taylor_at_gecm.com>
Date: 2000/02/01
Message-ID: <3896f34c$1_at_pull.gecm.com>#1/1


[Quoted] wozi_at_dhc.net wrote in message ...
>I have a single block placed on a canvass and displayed through a window.
>The block is a mult-record block based on scott.emp.
>
>I created a menu and assigned it to the form module.
>In the code attached to one of the menu item, I have something like this:
>
>message(:emp.ename);
>
>I get the bad bind variable error. It appears that the item I am
>referencing is not available.
>
>The block name is emp
>the item is ename.
>

You do not need the colon.

Instead of :-

    message(:emp.ename);

Try :-

    message('emp.ename');

HTH
Nicky Taylor Received on Tue Feb 01 2000 - 00:00:00 CET

Original text of this message