Project

General

Profile

Feature #3621

check if the MODIFIED attribute is reset by assignment of the SCREEN-VALUE when !inUIStmt

Added by Greg Shah almost 6 years ago. Updated almost 6 years ago.

Status:
WIP
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

90%

billable:
No
vendor_id:
GCD
version:

History

#1 Updated by Greg Shah almost 6 years ago

See #3594-98 for details.

If this is an issue for all widgets (not just editor as was fixed in that task), then fix the issue.

#2 Updated by Ovidiu Maxiniuc almost 6 years ago

  • % Done changed from 0 to 90
  • Status changed from New to WIP

It seems that the other widgets always set the modified flag.
Example:

    cEditor = "xyz".
    display cEditor with frame a.
    message cEditor:modified.  

will print yes in message area for all kind of widgets (FILL-IN, TEXT, etc) except EDITOR. I tested even those that don't have a SCREEN-VALUE, like COMBO-BOX, RADIO-SET, etc.

I added back the valid widget check in EDITOR as in previous code although I don't have any information if this has any effect (ie. the attribute will ever be called on an invalid widget).

Committed to 3600a as revision 11265.

Also available in: Atom PDF