Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Objects
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00497117
Message ID:
00497328
Views:
13
heres what im really trying to do,
the name of the form is in an access db
then in the program i try to open the form knowing only its name
is there a way to do this?

ex.
dim oForm as object, sFormName as string
sFormName = adRecordset.Fields("FormName").value
set oForm = CreateObject(sFormName) /* Impossible */
Load oForm

thanx =)
Benj
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform