Re: Required items in a form

2008-07-03 Thread Tim Roberts
"Brandon" <[EMAIL PROTECTED]> wrote: > >What I'm trying to do is essentially force a user to fill in required items >in a form, which will be saved to a database. How can I get it so that once >the user clicks "OK" on the dialog box, it transfers c

Re: Required items in a form

2008-07-02 Thread A.T.Hofkamp
On 2008-07-01, Brandon <[EMAIL PROTECTED]> wrote: > What I'm trying to do is essentially force a user to fill in required items > in a form, which will be saved to a database. How can I get it so that once > the user clicks "OK" on the dialog box, it transfers co

Re: Required items in a form

2008-07-01 Thread Benjamin Kaplan
On Tue, Jul 1, 2008 at 6:20 PM, Brandon <[EMAIL PROTECTED]> wrote: > What I'm trying to do is essentially force a user to fill in required items > in a form, which will be saved to a database. How can I get it so that > once > the user clicks "OK" on the dialog

Required items in a form

2008-07-01 Thread Brandon
What I'm trying to do is essentially force a user to fill in required items in a form, which will be saved to a database. How can I get it so that once the user clicks "OK" on the dialog box, it transfers control back to the form, and not save the empty fields into the datab