|
-
Oct 6th, 2009, 12:06 PM
#1
Thread Starter
Lively Member
Re: IsObject Function
Martin:
Guess I was using it wrong for past few years.
I have a lot of reusable code and functions in a 400,000 line project made up of 24 VBP's and 150 forms.
I've used the IsObject to determine if a particular function or subroutine should do something specific if it's being called from within a particular project.
So, now I'm faced with finding a method to determine which project I'm executing within. Will probably just store a global variable for Project Name.
Thanks for clarifying this
Lee
-
Oct 6th, 2009, 12:10 PM
#2
Re: IsObject Function
Now that we've helped you, you can help us by marking the thread as resolved. If you have JavaScript enabled you can do that easily by pulling down the Thread Tools menu and selecting the Mark Thread Resolved item. Also if someone has been particularly helpful you have the ability to affect their forum "reputation" by rating their post. (No need to do it for me.) Only those ratings that you give after you have 20 posts will actually count, but in all cases the person you rate will see your rating and know that you appreciate their help.
-
Oct 6th, 2009, 12:17 PM
#3
Re: IsObject Function
You could modify the called functions to look for a new passed parameter that would tell it who was calling it.
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
|