Servoy 5 Upgrade Documentation

Hi,

Is there a document outlining what are common errors and outcomes/fixes associated with upgrading your solution from 3.5 to 5.0, as I have about 700 warnings, most of them are objects off pages etc, value lists, etc. But there are many errors in methods where I have used button events and arguments… that have flagged a warning and I am a little perplexed why, also global vars with the wrong type eg. should be date and is integer ?, I really only want to fix all these problems once so it would be really useful to have a confirmed Servoy process to repair these errors.

Thanks

See http://wiki.servoy.com/display/SERV5/Upgrade+Notes

Paul

Hello,

Thank you Paul, but is there any docs for the migration process of 3.5 to 4 ?, as I believe that to be where most of the differences to be.

Thanks

Unfortunatly not. But I think most of your errors/warnings are related to Servoy 5, from what you are telling.

Paul

Ok, thanks Paul,

any ideas on the errors related to global vars however, it seems that date types are being exchanged for integers ??

Can’t recall any specifics on this one, but for sure there was no change in types. Maybe someone else recalls?

Doesn’t the Quick fix offer suggestions? And what if you look at the code, it doesn’t become clear what the issue is?

Paul

I have posted Servoy 5 Upgrade Documentation on my website at http://www.servoyguy.com/knowledge_base … o_servoy_5 . It covers specific code changes that should be made for the JSEvent parameter changes in Servoy 5.

Scott,

Thankyou for the docs :D