Kbase P104650: Dynamics: Wrong status toolbar when the child SmartDataObject does not have any record and it is run
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/26/2005 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0B
Dynamics 2.1B
SYMPTOM(s):
Dynamics: Wrong status toolbar when the child SmartDataObject does not have any record and it is running against the AppServer
Add Record button in the SmartToolbar is disabled
Session connected to the AppServer
Child SmartDataObject and SmartDataViewer are in page two or greater
Child dynSDO query does not have any records
CAUSE:
This is a known issue being investigated by Development
FIX:
Override the initializeObject procedure for the child SmartDataObject and write the following code after the RUN SUPER statement:
RUN dataAvailable IN TARGET-PROCEDURE (INPUT "").