Hello,
I´m having a problem on creating a TreeView.
How do I detect the mouse-click? I´ve already create the following trigger, but still doesnt work. I click the item on the treeview, and nothing happen.
Can someone help me?
&ANALYZE-SUSPEND _UIB-CODE-BLOCK _CONTROL CtrlFrame W-Win OCX.NodeClick
PROCEDURE CtrlFrame.TreeView.NodeClick .
DEFINE INPUT PARAMETER p-Node AS COM-HANDLE NO-UNDO.
MESSAGE "Click"
VIEW-AS ALERT-BOX.
END PROCEDURE.
/* _UIB-CODE-BLOCK-END */
&ANALYZE-RESUME
Thanks a lot,
João Vitor Schlindwein
Progress Programmer
Datasul S.A. - Brazil
www.datasul.com.br
I´m having a problem on creating a TreeView.
How do I detect the mouse-click? I´ve already create the following trigger, but still doesnt work. I click the item on the treeview, and nothing happen.
Can someone help me?
&ANALYZE-SUSPEND _UIB-CODE-BLOCK _CONTROL CtrlFrame W-Win OCX.NodeClick
PROCEDURE CtrlFrame.TreeView.NodeClick .
DEFINE INPUT PARAMETER p-Node AS COM-HANDLE NO-UNDO.
MESSAGE "Click"
VIEW-AS ALERT-BOX.
END PROCEDURE.
/* _UIB-CODE-BLOCK-END */
&ANALYZE-RESUME
Thanks a lot,
João Vitor Schlindwein
Progress Programmer
Datasul S.A. - Brazil
www.datasul.com.br