PDA

View Full Version : How can I enforce required fields in dialogs?



Jack T.
03-21-2007, 08:14 AM
How can I enforce required fields in dialogs? I want the Next button to be disabled until the dialog contains the minimum required information.

andrea
03-21-2007, 08:18 AM
Jack,

This is not possible.

Andrea

Sales and Support, Lindersoft
www.lindersoft.com
1.954.252.3910

"point. click. ship" - that's SetupBuilder 6
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

linder
03-21-2007, 11:40 AM
But of course, you can detect if a dialog contains the minimum required information. If not, just "Cycle".

Friedrich

Jack T.
03-21-2007, 12:17 PM
But of course, you can detect if a dialog contains the minimum required information. If not, just "Cycle".Is that in the help somewhere or is there and example of how to do that when you have multiple dialog boxes? I don't find anything about required, error checking, etc.

linder
03-21-2007, 12:21 PM
Hi Jack,

Yes, the "Dialog 2.sb6" demonstrates the use of the Cycle Loop. You can check if variables are empty, etc.

If the above does not help and you need a multiple dialog example, let me know and we'll develop a demo for you.

Friedrich

Jack T.
03-21-2007, 12:39 PM
Yes, the "Dialog 2.sb6" demonstrates the use of the Cycle Loop. You can check if variables are empty, etc.I see how it works in the example. That one uses two dialog boxes already. I may be good to go.

Jack T.
03-21-2007, 12:54 PM
Done! Works good.