How to update value of textfields ?

From: origin <origin_at_zworg.com>
Date: 20 Aug 2001 05:11:21 -0700
Message-ID: <4b888900.0108200411.5ab5068b_at_posting.google.com>


My Problem is hopefully a small one. During the runtime of my oracle form, it is not possible for me to change the textfield content. Normally it thought it goes that way:
:Textobject = 'String';

At the beginning of the form it is still possible with when-new-form-instance trigger to set the initial value of this textfeld. Maybe it does not function because of changing into the enter_query Mode in my when-button-pressed trigger which looks like:

enter_query;
clear_item;
:Modus := 'Text';

 ^
   |
Textobj

thanks for solutions !! Received on Mon Aug 20 2001 - 14:11:21 CEST

Original text of this message