Kbase P55705: How do I stop DataModified being set when values change for
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/24/2003 |
|
Status: Unverified
GOAL:
How do I stop DataModified being set when values change for widgets that are not going to be saved to database?
FACT(s) (Environment):
Dynamics
FIX:
As of 2.1A, there is a new property modifyfields. This has a number of options on how you want to define what fields should trigger data modified being set. Here is a run down:
· All · All EnabledObjects should set DataModified.
· None · No EnabledObjects should set DataModified.
· EnabledFields · Only Fields from the data source should set DataModified.
· Updatable · Only EnabledFields that can be updated in the data source should set DataModified.
· Comma separated list · List of object names that can set DataModified when changed.