|
-
Mar 12th, 2001, 12:58 AM
#1
Thread Starter
Addicted Member
Dear Friends,
I have a child form call frmDocument
I instantiate a form from it using
Dim frmD as frmDocument
Set frmD = New frmDocument
frmD.Caption = "Workspace" & counter
frmD.thisVariable = MyParameter
frmD.show
But how come thisVariable is nothing when I debug.print it out in the Form_Load event of frmDocument.
How can I solve it?
Thanks
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
|