Re: Forms 4.5 question

From: Jamie Keir <jkerr_at_jameswatt.ac.uk>
Date: 1997/07/16
Message-ID: <33CCC38A.3E87D5A5_at_jameswatt.ac.uk>#1/1


Katherine Sargent Myer wrote:
>
> When I try to run
> the form, I get the following error:
>
> FRM-30015 Ambiguous item name PLAN_CODE.
> LOV PLAN_CODE_LOV
> FOrm: FLINT
> FRM-30085 Unable to adjust form for output.
>

Try prefixing the item name with the block name. ie.

temp_value := block1.plan_code;

This is fine as long as you need to access a certain item - if you need to access the item dependant on where the current context is, it's more complex. I'd set up a global variable and use triggers to copy the current block's current record value to this. Messy, though.

Jamie Keir Received on Wed Jul 16 1997 - 00:00:00 CEST

Original text of this message