NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
300 fields on the same form?
« previous
next »
Print
Pages: [
1
]
Author
Topic: 300 fields on the same form? (Read 3194 times)
Niels Larsen
Sr. Member
Posts: 431
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
Logged
terryd
Hero Member
Posts: 759
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?
Logged
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
Re: 300 fields on the same form?
«
Reply #2 on:
November 10, 2013, 08:39:27 PM »
popup forms from a form?
Logged
Stu
Hero Member
Posts: 510
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).
Logged
Cheers,
Stu Andrews
Bruce
Global Moderator
Hero Member
Posts: 11250
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
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
300 fields on the same form?