Loading a form by it's name as a string [RESOLVED]
hey guys (and gals?),
I have an interesting(?) problem. I have the database table filled with form names that I want to load. And when I click on a treeview node I read the table, and get the name of the form associated with that node (they have the same ID/key). Now, the form name is in a string, how can I make that string into an object, and thus load it?
btw I thought about using the Forms collection, but soon found out that it only contains loaded forms.
Thanks in advance
--Vit