enterprise homepage implementation

I make some solutions and now I have to deploy them to the users. I think to make a “homepage” solution where the user can see some of these solutions (filtered via a users_rights table).
I search for a loadSolution() method but I don’t find it. Anyone have experience with this kind of form?

The only solution I found is to set all the solution except “homepage” like module but this can generate a very caotic “homepage” solution with the grow of the module solutions.

I’m quite sure there is a better solution but I’m a newbie is the servoy world.

Any ideas?

No one?

There is an onsolutionOpen method, which you can set under Solution Settings (the same place where you add/remove modules).

You can attach any global method as the onSolutionOpen method.

Paul

You can also use this:

//Close the current open solution and optionally open a new one
application.closeSolution( [solutionToLoad],  [method],  [argument])

I see it today morning nicola :)

Thanks a lot