Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does project hook know project name?
Message
From
16/01/2002 13:34:05
 
 
To
16/01/2002 13:25:13
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00605429
Message ID:
00605546
Views:
13
Tamar,

I was planning on going the route, if only for the purpose of only having to query the application object once. Your reason is more compelling...

Thanks for the heads up,

-steve

>
>While the solution you were offered will work most of the time, it is possible for project hook code to fire when the project _isn't_ the active project. A better solution is to add an oProject property to your projecthook subclass, then put this code in the Init method:
>
>This.oProject = _VFP.ActiveProject
>
>As far as I can tell, at the time the Init fires, the project must be the active project.
>
>Once you have the reference, you can use it in all your projecthook code.
>
>Tamar
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform