Copying screens does not work

Yes, I am screened in another project but it gets copied but it is not happening and even before I created a project of this type, it was copied, but it is also the same project but the copy screen is not happening.

1 Like

as far as I understand, you are trying to tell us, that copying screens does not work for you…
how many blocks do you have in that screen?

and why exactly are you copying screens? this is considered bad programming practice…

DRY - Don’t repeat yourself…

you should separate data and logic and with for example only one screen together with the logic you can handle as much data as you want… no need to copy screens…

Taifun

4 Likes