Kbase P8274: Child SmartBrowse Has Total Field That Is Not Recalculated W
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/01/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 8.3x
SYMPTOM(s):
ADM
Cannot get child SmartBrowse to recalculate total field when parent SmartBrowse receives value-changed event
CHANGE:
Code was added to parent SmartBrowse to recalculate a total field in child SmartBrowse when new row was selected
CAUSE:
Code in parent SmartBrowse displayed result in a frame that was internal to the parent SmartBrowse (i.e. had no knowledge of child SmartBrowse)
FIX:
The source code for the parent SmartBrowse must be changed to send a message to the child SmartBrowse. The child SmartBrowse must be able to receive that message then recalculate the total field and display it.