Problem with going to the next screen

D

Doug

I am having a problem with a very large form. The problem is after I enter a certain amount of data I cannot hit the submit button and go to the next screen. By only keying part of the data I have no problem. Is there some sort of limit to the number of fields you can have on a form to use. One page is just option buttons. They are in sets of 4. Ffter about 68 sets the screen will not proceed to the next screen. If you only use (input) say 40 of these sets when you press submit it goes correctly to the next page. The only change is the amount of data that is used.
 
R

Randy Birch

hmm ... well, in VB you can not have more than 256 controls with different
names on one form (VB controls in a control array only count as 1 name).
Since control arrays are not available under FP forms, I have to wonder if
you're hitting a control name limit for FP forms.

--

Randy Birch
MVP Visual Basic
http://vbnet.mvps.org/
Please respond only to the newsgroups so all can benefit.


: I am having a problem with a very large form. The problem is after I
enter a certain amount of data I cannot hit the submit button and go to the
next screen. By only keying part of the data I have no problem. Is there
some sort of limit to the number of fields you can have on a form to use.
One page is just option buttons. They are in sets of 4. Ffter about 68
sets the screen will not proceed to the next screen. If you only use
(input) say 40 of these sets when you press submit it goes correctly to the
next page. The only change is the amount of data that is used.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top