NetTalk Central

Author Topic: 300 fields on the same form?  (Read 3194 times)

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 431
    • View Profile
    • Email
300 fields on the same form?
« 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

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: 300 fields on the same form?
« Reply #1 on: November 08, 2013, 11:53:28 PM »
AFAIK you can link from a form to a form. Possibly have 50 on each?
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: 300 fields on the same form?
« Reply #2 on: November 10, 2013, 08:39:27 PM »
popup forms from a form?

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Re: 300 fields on the same form?
« Reply #3 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).
Cheers,

Stu Andrews

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: 300 fields on the same form?
« Reply #4 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