Servoy 2020.06 release candidate 2

sean:
Hi Rafi,
I guess you would be searching for something that doesn’t exist “typeName” in those forms.

I might try that…

I wonder why you ask? What you would do with that info? Are you looking to automate an upgrade?
I guess you could do something with solution model if you made some assumptions.
You could loop over forms–>components and check

JSComponent instanceof JSWebComponent

If it hits false, then you have a form with a legacy component.

…or that
I was just thinking that it might be nice to clean up a solution that is totally NG client to only use the correct components, so it is as optimised for the web as possible?
(or maybe a new colour/style icon for form in ‘Solution Explorer’ ?? )
Thanks