|
-
Nov 12th, 1999, 12:29 PM
#1
Thread Starter
Member
Ive got a string "frmMyform" and i want to create a new frmMyform now, how do i do it using that string. (without a huge select case through the string) ?
This is what i want to do basically:
dim ofrm as form
set ofrm = new "frmMyform"
i dont want to:
select case String
case "frmMyform"
set ofrm = new frmMyform
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|