Consultor Eletrônico



Kbase 18611: Awareness of data objects in different windows in Apptivity3
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   23/02/1999
Awareness of data objects in different windows in Apptivity3

DRAFT COPY - Currently under review and edit.

If from a window a second window pops up the
current contents of a text field is not committed
yet, what means that on the popup window
the data object bound to the text field has
still the old value if used there.
If you want to use the data object in the new window
the way to commit the data object is getting the current
screen value of the text field and assign it to the
data object: Below an example how the code behind the
button for starting the popup window may look like :

(theApp().getGlobal("sTest")).setValue(textField1.getText());

In the example the String data object has the name sTest
and the text field it is bound to textField1.

DISCLAIMER


The origins of this information may be internal or
external to Progress Software Corporation. Progress
Software Corporation makes all reasonable efforts to
verify this information.

However, the information provided in this document is
for your information only.

Progress Software Corporation makes no explicit or
implied claims to the validity of this information.


Any trademarks referenced in this document are the
property of their respective owners. Consult your
product manuals for complete trademark information.


Copyright 1998 Progress Software Corporation, Inc.

All Rights Reserved.