Consultor Eletrônico



Kbase P53046: Dynamics 2.1A: Unable to obtain the com-handle of the TreeVi
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/14/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 2.1A

SYMPTOM(s):

Unable to obtain the com-handle of the TreeView in addNode

Stack Trace reads:
   trigBtnVelgIDnr ba
avnIDnrFiltViewsupr.p
   filterDataAvailable adm2/tvcontnr.p
   loadTreeData adm2/tvcontnr.p
   populateTree adm2/treeview.p
   addNode adm2/treeview.p
--> showTVError adm2/treeview.p

CHANGE:

Upgraded from 2.0A to 2.1A

CAUSE:

Known issue introduced in 2.1A, development aware.  Some treeviews (not all) can raise this error message when launched

FIX:

Work around is to just disable the message in Treeview.p/addnode:
 IF NOT VALID-HANDLE(chTreeview) THEN
 DO:
=> comment that out    RUN showTVError('Unable to obtain the com-handle of  the TreeView in addNode.').