Carl Provost
September 9th, 1999, 08:14 PM
I am having problems using the MaskEdBox.
I'm using VB 6.0 and MSMASK32.OCX. with an
ADO data control connected to a SQL Server 7 database.
The MaskEdBox (mskBirthday) is bound to a field
"Birthday" (datatype=datetime, length=8).
The mask is: ##/##/##
The DataFormat Property is: Date - Format$ MM/dd/yy
Two problems are actually occuring:
1. Editing - after making a change to a date and trying to invoke the recordset.update method, I get the error: "The change was cancelled during notification; no columns are changed"
?? is that a SQL Server error ??
2. Adding a new record (AddNew method) - and then trying to invoke the recordset.update method, the error message is simply: "Errors Occured", and the record does not get added to the table.
?? is that a SQL Server error ??
I am new to this MaskEdBox... so any help will be greatly appreciated.
I'm using VB 6.0 and MSMASK32.OCX. with an
ADO data control connected to a SQL Server 7 database.
The MaskEdBox (mskBirthday) is bound to a field
"Birthday" (datatype=datetime, length=8).
The mask is: ##/##/##
The DataFormat Property is: Date - Format$ MM/dd/yy
Two problems are actually occuring:
1. Editing - after making a change to a date and trying to invoke the recordset.update method, I get the error: "The change was cancelled during notification; no columns are changed"
?? is that a SQL Server error ??
2. Adding a new record (AddNew method) - and then trying to invoke the recordset.update method, the error message is simply: "Errors Occured", and the record does not get added to the table.
?? is that a SQL Server error ??
I am new to this MaskEdBox... so any help will be greatly appreciated.