Hi All:
I have reached the max limit of controls allowed on a form. I still need to add more controls to this form, what do I need to do?
Thanks
Printable View
Hi All:
I have reached the max limit of controls allowed on a form. I still need to add more controls to this form, what do I need to do?
Thanks
I believe that you can create Control arrays in order to increase
the number of controls on a form. That is quite an achievement if
you hit the max. Try optimizing your forms. You dont want to blow
away the user with a bunch of controls.
Thanks RobDog888!!!!
I had the same problem with the user above with getting the same error message and I am using arrays for the "page contents", click next, get the next question, click back, get the previous question (in the app)Quote:
Originally Posted by RobDog888