|
-
Dec 29th, 1999, 07:09 AM
#1
Thread Starter
New Member
How do i detect the active form in MDI?
-
Dec 29th, 1999, 10:45 AM
#2
Guru
Add this code somewhere in an event of your MDI parent
Code:
Dim frm As Form
Set frm = Me.ActiveForm
MsgBox frm.Name
-
Dec 29th, 1999, 11:45 AM
#3
Thread Starter
New Member
Yes it worked, but not they way I need,
frmMain = MDI FORM
frmdocument = the multiple docemnt i call upon multiple times
I need to know the name of the active docemnt, not the form......Thanks though
-
Dec 29th, 1999, 11:47 AM
#4
Thread Starter
New Member
Yes it worked, but not they way I need,
frmMain = MDI FORM
frmdocument = the multiple docemnt i call upon multiple times
I need to know the name of the active docemnt, not the form......Thanks though
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
|