BUG: Error C2065: 'DDX_FieldDateTimeCtrl': Undeclared Identifier (195073)
The information in this article applies to:
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
- Microsoft Visual C++ .NET (2003)
- Microsoft Visual C++ .NET (2002)
This article was previously published under Q195073 SYMPTOMS When using the Date Time Picker Control in a Microsoft
Visual C++ 6.0 AppWizard (exe) Database project, you may receive the following
error: Compiler Error "Error C2065:
'DDX_FieldDateTimeCtrl' : undeclared identifier" CAUSE The database dialog data exchange cover routine generated
by the Microsoft Visual C++ 6.0 AppWizard for exchanging data between the Date
Time Picker control and the recordset member variable is DDX_FieldDateTimeCtrl(
). This function is omitted from the Visual C++ 6.0 release code.
RESOLUTION Replace the database dialog data exchange cover routine
DDX_FieldDateTimeCtrl( ) with the AFXAPI DDX_DateTimeCtrl( ). Remove the fourth
parameter in the DDX_DateTimeCtrl() call. STATUS Microsoft has confirmed this to be a bug in the Microsoft
products listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 9/22/2003 |
---|
Keywords: | kbBug kbDatabase kbpending KB195073 |
---|
|