Kbase P17796: Dynamics: tvNodeSelected is now RUN in 2.0A, but it was PUBL
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/18/2003 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.0A
SYMPTOM(s):
Dynamics: tvNodeSelected is now RUN in 2.0A, but it was PUBLISHED in 1.1A.
There has been a change to the source code in Dynamics 2.0A, which now RUNs tvNodeSelected instead of PUBLISHING it as it did in 1.1A. This means any procedures developed in 1.1A that SUBSCRIBE to the tvNodeSelected event no longer work in 2.0A.
CAUSE:
Bug# 20030121-002
CAUSE:
Known Issue
FIX:
In Dynamics 2.0A modify the tvNodeSelected procedure in tvcontnr.p to notify the SUBSCRIBED procedures, e.g.:
RUN nodeSelected IN TARGET-PROCEDURE (INPUT cNodeKey).
/* Add hook by publishing notification */
PUBLISH "tvNodeSelectedNotification" FROM ghTargetProcedure (INPUT pcNodeKey).