Hello,
I have several pages that have duplicate functions that look at page level variables (textbox values, etc) and then return values. It is getting burdensome to make sure that all of our changes cascade properly. The logical choice is to incorporate everything into class functions that are called from each page so that we don't have to worry about managing them.
We tried moving some functions into Class objects, but when we try to reference a page object such as me.mytextbox.text we get a compile error.
If anyone has any suggestions it would be incredibly appreciated.
Thanks!
Jesse
I have several pages that have duplicate functions that look at page level variables (textbox values, etc) and then return values. It is getting burdensome to make sure that all of our changes cascade properly. The logical choice is to incorporate everything into class functions that are called from each page so that we don't have to worry about managing them.
We tried moving some functions into Class objects, but when we try to reference a page object such as me.mytextbox.text we get a compile error.
If anyone has any suggestions it would be incredibly appreciated.
Thanks!
Jesse