Kbase P108106: Given a widgets handle can you assign its SCREEN-VALUE to the underlying variable/database field?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  24/08/2005 |
|
Status: Unverified
GOAL:
Given a widgets handle can you assign its SCREEN-VALUE to the underlying variable/database field?
FIX:
When you only have the handle to a widget it is not possible to do something like the following:
ASSIGN Some-Fill-In-Widget.
When the above code is executed it takes the SCREEN-VALUE of the widget and stores it in the underlying variable (or database field). If you have only the handle of the widget it is not possible to directly assign the handles SCREEN-VALUE attribute to the underlying variable (or database field) because the widget handle does not know about the underlying variable (or database field). The widget handle knows only about the graphical (UI) widget.