J
Jack
I have a Form with a CreditCard Field whose input mask is changed dpending
what Card is selected in an option box (AMEX, VISA, MC).
I also have a Card Expiary Field
I would like to have a button on my form disabled until the
complete Card # is filled in and the Expiary Date is also filled in.
Currently the user gets a Standard message if they don't completely fill in
either of these feilds according to the Input mask.
But how can I have my Button disabled untill the Card & Expiary
Fields are completed properly.
In other words can I Trap this event; is what I think I am trying to ask?
I DON't want to have the Fields Required Property set to Yes
because there are other Selections in the option box
i.e(Cash, Cheque, Complimentary) That would have the
Credit Card Field Not Enabled/Visible.
Therefore no entry required.
Thanks
what Card is selected in an option box (AMEX, VISA, MC).
I also have a Card Expiary Field
I would like to have a button on my form disabled until the
complete Card # is filled in and the Expiary Date is also filled in.
Currently the user gets a Standard message if they don't completely fill in
either of these feilds according to the Input mask.
But how can I have my Button disabled untill the Card & Expiary
Fields are completed properly.
In other words can I Trap this event; is what I think I am trying to ask?
I DON't want to have the Fields Required Property set to Yes
because there are other Selections in the option box
i.e(Cash, Cheque, Complimentary) That would have the
Credit Card Field Not Enabled/Visible.
Therefore no entry required.
Thanks