OK my prob is this ..
I have a table which contains among other things the names of Form objects in the project in question.
I want to load a form (eg Load Form1, Form1.Show, etc) based on the string form name from the table - and NOT by a select statement like
select case sObjectName
case "Form1":
Load Form1
...
Suggestions .. (would be easy if VB had eval) Ben
+61 403 395 052
I have a table which contains among other things the names of Form objects in the project in question.
I want to load a form (eg Load Form1, Form1.Show, etc) based on the string form name from the table - and NOT by a select statement like
select case sObjectName
case "Form1":
Load Form1
...
Suggestions .. (would be easy if VB had eval) Ben
+61 403 395 052