Kbase P139218: When or what event sets the BindingSource Property RowModified
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/19/2009 |
|
Status: Verified
GOAL:
When is the RowModified property of a BindingSource set
GOAL:
What event sets RowModified property of a BindingSource
FACT(s) (Environment):
Windows
OpenEdge 10.2x
CAUSE:
There are no events that set the RowModified property.
FIX:
The property is set internally and there are no events that could be used by ABL programmers to hook in.
As the property is set when focus is moved out of a field, one way to simulate this in code is to add THIS-OBJECT:ProcessTabKey(TRUE) .
into the "SaveRecord" method.