Kbase 13737: 73A Insensitive widget input value is null , affects db updt
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
73A Insensitive widget input value is null , affects db updt
The following problem occurs under Version 7.3A for MS-Windows and is
resolved in Version 7.3B and later releases.
When a widget is made insensitive after a value has been entered, the
value of "input <fieldname>" is null when it should have the value
that was entered by the user.
If the record values are assigned after closing the window with any
field-level widgets left insensitive, those fields will not be updated
in the database record.
Workaround:
Right after UPDATE of field and before making widget insensitive,
ASSIGN <field> = INPUT FRAME <framename> <field>.
This works whether <field> is a local variable or a DB field.
Progress Software Technical Support Note # 13737