|
-
Nov 15th, 2005, 05:34 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Which form called the opened Form?
In VB 6 I have a form that can be opened by a number of other forms. This form needs to know which form opened it, is there a quick and easy way to do this other than setting a global variable of type form?
Kev.
-
Nov 15th, 2005, 05:44 AM
#2
Re: Which form called the opened Form?
One way would be to place the source Forms Name in the Forms .Tag.
Ie.
Form3.Tag = Me.Name
Form3.Show
-
Nov 15th, 2005, 05:59 AM
#3
Thread Starter
Hyperactive Member
Re: Which form called the opened Form?
Exactly what I was looking for.
Thanks Bruce
Kev.
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
|