Hi. This is my first post.
I have database with class names listed in string field.
I want to circle thru records and call certain class.
Eg.
Data table
ID ClassName
1 ClsCreateButton
2 ClsCreatePanel
After retriving this data in dataset(ds.tblClass) I want to do next:
Dim aClass as New ds.tblClass("ClassName")
Do something with aClass...
I would apiciated your help.
I have database with class names listed in string field.
I want to circle thru records and call certain class.
Eg.
Data table
ID ClassName
1 ClsCreateButton
2 ClsCreatePanel
After retriving this data in dataset(ds.tblClass) I want to do next:
Dim aClass as New ds.tblClass("ClassName")
Do something with aClass...
I would apiciated your help.