How to know what modules are loaded/???

Hi all!

I was looking for a function or property in Servoy to retrieve what modules (names of ~) are loaded in a solution, but I didn’t see something like that… Somebody knows if exists some function to do this or a way to do this??

Thanks in advance!!!

Best regards,

Gerardo.

There is no such thing, as Modules are a designtime concept. At runtime, all your design (forms & methods) is packed together as one unit.

You can off course check if forms/global methods that reside in the modules exist.

Paul

pbakker:
There is no such thing, as Modules are a designtime concept. At runtime, all your design (forms & methods) is packed together as one unit.

Thanks for the answer Paul!

pbakker:
You can off course check if forms/global methods that reside in the modules exist.

Yes, we will do something like that…

Best regards,

Gerardo.

gerardo.gomez:
I was looking for a function or property in Servoy to retrieve what modules (names of ~) are loaded in a solution, but I didn’t see something like that… Somebody knows if exists some function to do this or a way to do this??

Hi Gerado,
I bounced into this a few years ago too. Patrick Ruhsert made a custom plugin for us with a function that returnes the active modules in an array (also on the client side).
You might send him a pm if he could help you getting this functionality one way or the other. :idea:

Hi Karel!

Thanks for your tip!!!

Best regards,

Gerardo.