NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Niels Larsen on November 08, 2013, 06:38:56 AM

Title: 300 fields on the same form?
Post by: Niels Larsen on November 08, 2013, 06:38:56 AM
Hi

I've got a job where I have to place 300 check boxes in the same form.
I already tried to create 100 fields in the same form but it gives too many routines in the same procedure.
Does anyone have an idea to how I should approach this? Or is it doomed from the start?

Regards Niels
Title: Re: 300 fields on the same form?
Post by: terryd on November 08, 2013, 11:53:28 PM
AFAIK you can link from a form to a form. Possibly have 50 on each?
Title: Re: 300 fields on the same form?
Post by: kevin plummer on November 10, 2013, 08:39:27 PM
popup forms from a form?
Title: Re: 300 fields on the same form?
Post by: Stu on November 10, 2013, 09:56:04 PM
If I put my BRUCE hat on, the first question would be "why"?

But .. In the past, if I need to give the user the ability to tag a lot of stuff, usually it's with a browse (with a checkbox at the start of each record).
Title: Re: 300 fields on the same form?
Post by: Bruce on November 10, 2013, 10:32:12 PM
you could have a form which calls popup forms - that's one way.

But Stu's is probably the better suggestion - turn it into a Browse with EIP.

cheers
Bruce