Kbase P84157: ADM2: displayRow in child smartDataBrowse (SDB) fails after HOME event
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  24/06/2004 |
|
Status: Unverified
SYMPTOM(s):
displayRow in child smartDataBrowse (SDB) fails after HOME
displayRow in child SDB is not fired when new row is selected in parent SDB
HOME event is raised in child SDB before new row is selected
CAUSE:
Exact cause is unknown at this time.
It should be noted that the calling of these procedures is avoided where possible for performance reasons.
FIX:
If functionality is required that fires reliably each time the SDO query is (re)opened, add custom link named queryOpened from the SDO to the SDB.
Then, add a procedure named queryOpened to the SDB (no parameters required) and place the required logic there.