developing with multiple servoy versions

Here is my problem, I’m currently developing in 5.1, but I have a customer who is running 5.0.1. I also still have 5.0.1 developer installed. I need to add some forms to our application and update their solution with it. I suppose I can’t load a solution developed in 5.1 on a 5.0 server, can I? If not, I can make a new module in 5.0.1 containing the forms. Can I later upgrade that module to 5.1? Any suggestions would be appreciated.

You can indeed create a module with forms in 5.0 and later import it into a newer version of Servoy.

You cannot import solutions/modules into an earlier version of Servoy than with which you created them.

Paul

ok great