|
-
September 12th, 2003, 05:01 AM
#1
Execute Statement ????
Hello,
In VB we have this Statement running
Dim lvFrm as Form
Set lvFrm = FrmTest
msgbox lvFrm.Caption
if the Statement "Set lvFrm = FrmTest" is a STRING then how could we execute ? Using Script Control.
My aim is to Load a form using a String Statement.
I tried ScriptControl.ExecuteStatement "Load FrmTest"
An Error Popups " Typemismatch: 'Load' "
Any Solution.......
Thank you
Regards
Soundar
your's
Soundar
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
|