I have an application that uses a TreeView for an interactive menu function
with its elements being populated from a database.
In the KEY component of the TreeView I put the acutal name of the program or
form to execute. Somthing like "frmOrder_statu s".
How can I execute that specific form with a Show operation?
Node.Key.Show don't seem to work.
Any suggestions?
--
Hal Davison
Davison Consulting
with its elements being populated from a database.
In the KEY component of the TreeView I put the acutal name of the program or
form to execute. Somthing like "frmOrder_statu s".
How can I execute that specific form with a Show operation?
Node.Key.Show don't seem to work.
Any suggestions?
--
Hal Davison
Davison Consulting
Comment