Kbase P135900: How to access the screen values of fields in a SmartDataViewer or SmartDataBrowser
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/31/2008 |
|
Status: Unverified
GOAL:
How to access the screen values of fields in a SmartDataViewer or SmartDataBrowser
GOAL:
How to access changes in fields displayed in a visual SmartObject, before the changes are saved?
FACT(s) (Environment):
Windows
Progress 9.x
OpenEdge 10.x
FIX:
When accessing the screen values of SmartDataObject fields displayed in a visual SmartObject, always refer to the fields in a frame, for example:
saveThisName = RowObject.Name:SCREEN-VALUE in frame F-Main.
This syntax obtains the screen values of the fields in a visual SmartObject without trying to access RowObject temp-table records when they are not available.