Click to See Complete Forum and Search --> : Binding to MaskedEdit control


John Reynolds
August 21st, 2001, 09:48 AM
One of the controls on my form (frmAddTransfer) is
a MaskedEdit control with a mask ##/##/## used for inputing a date. The form is used to allow user to enter data that is bound to my rs. When the Show method is invoked, get binding error related to the MaskedEdit control. No error if I remove the mask. Appreciate any suggestions.


DataEnvironment1.rscmdTrfrs.AddNew
frmAddTransfer.Show




Thanks!
John