Not include Controls From Other Screens in Formula Auto Complete #947
Daryl LaBar (daryllabar)
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It's bad for performance to reference controls on other screens, so why do controls show up from other screens in the Auto Complete/Intellisense? I frequently do this be accident where I might have Screen1.NameTxt1 and Screen2.NameTxt2, and be typing in a formula on Screen2, and accidently auto-complete to the NameTxt1 control which is on Screen1. Just removing it from the intellisense would allow for not breaking existing apps, but discourage it's use going forward.
All reactions