Alias

Can you use an alias name for a view or form while coding with LotusScript? or does it have to be the original form’s name? Before I attempt to switch my lengthy code, I was hoping someone could give me a heads up!

Thank you

Subject: Short answer Yes. I almost always reference the view by its Alias in LS.

Subject: Alias

However, according to IBM, using aliases to access design elements is slower than using the real name, and when you don’t type the real name correctly case-sensitive, it slows down the performance too.