Hi,
VB6 - SQL
I am populating a treeview in vb6 form - from a <usermenu> table in SQL which has the menus authorized for use by a user.
This works well.
In the same table I have the form name for each menu. On selection (of the node in the tree menu), I
can see the form name. But i am not able to open the form.
eg. the form name populated as a variable is say MyformName (populated from the sql usermenu table)
How do I .load or .view the form using this variable.
Regards
G
Start Free Trial