Hi Fredrik,
That way i already could make it...
But i wanted to incorporate the functions/formulas and also some
functionalitys relating to commandbars, menus etc....
And i have a class that implements Extensibility2 with all the relative
events...
The LoadBehavior is = 3 or in other words it loads at startup...
I tried to put the class with the Interface DualAuto but it goes crazy and
the code seems to loose the global variables... menus keep repeating and
don't close on close event.. , the functions only work if the LoadBehavior is
diferent than 3... Well its a big mess...
I managed to make it by creating a project for the functions and a project
for the commandbars and menus! That was not really my point but well till now
it solves my problem i think.
If you know how i can incorporate all in one project let me know ;)
Best Regards,
Luis Simões
> > I am developing a component that i needed to receive formulas requests
> from
[quoted text clipped - 29 lines]
>
> /Fredrik
Luis Simões - 19 Jan 2005 12:13 GMT
Damn now i remember... the solution of having a Automation Addin and a VSTO
Addin working separatly probably is not a good ideia ;/ now that i was
getting really happy i realized that the purpose of having the VSTO project
is to mainly create and activate Database Connections... Lets suppose i have
a list of database connections saved.. and i activate one of them, how can i
use that connection in the automation add-in so my formulas querys the
database connection established?
I thought about passing variables to the automation one but it wont keep
global variables and i didn't wanted to pass the connection string to the
formula for obvious reasons :)
Anyway to manage this? This is hard as hell... ehehehe
Best Regards,
Luis Simões
> Hi Fredrik,
> That way i already could make it...
[quoted text clipped - 53 lines]
> >
> > /Fredrik