Re: Forms 4.5 Question

From: Liptay, Albert <aliptay_at_nortel.ca>
Date: Thu, 05 Nov 1998 13:42:03 -0500
Message-ID: <3641F17B.311847F6_at_nortel.ca>


Arnold,

Thanks for the info, unfortunately it still doesn't get updated,

I tried both

        select text into :STATUSTEXT from status_text;

and

        select text into :BLOCK3.STATUSTEXT from status_text;

where BLOCK3 is my block.

And neither one works.

Any other clues?

Thanks,
Albert.

Arnold Schommer wrote:
>

> You're right (as far as we may trust the online-docs): you can not
> change the property 'DEFAULT_VALUE' during run-time. (In general, many
> properties can't be set run-time.)
>
> Maybe you can achieve the same by simply setting the value of the
> item:
>
> select text into :STATUSTEXT from status_text;
>
> But: This might cause trouble if the user can go through the records
> of the block in which the STATUSTEXT-Item is. You might have to move
> the code form WHEN-NEW-FORM-INSTANCE to WHEN-NEW-RECORD-INSTANCE
> (Block-Level).
>
> Hope it Helps.
>
> Arnold Schommer
>
> Arnold Schommer
Received on Thu Nov 05 1998 - 19:42:03 CET

Original text of this message