DOCERR: CHKBOOK.CLW File Documents ExtraDDX Lines IncorrectlyLast reviewed: July 10, 1997Article ID: Q98479 |
1.00 | 1.00WINDOWS | WINDOWS NT kbprg kbdocerr The information in this article applies to:
SYMPTOMSThe Microsoft Foundation Class Library Technote #26, provided with Microsoft Visual C++ version 1.0, includes the following statement:
An example of custom DDX with validation can be found in the CHKBOOK sample application. See DDX_DollarsCents in DOLLCENT.CPP for an sample implementation of a custom DDX routine and CHKBOOK.CLW for the corresponding example ExtraDDXCount and ExtraDDX1 entries in the [General Info] section of the .CLW file.However, the ExtraDDXCount and ExtraDDX1 statements are not included in the .CLW file.
RESOLUTIONTo address this situation, append the following lines to the [General Info] section of the CHKBOOK.CLW file:
ExtraDDXCount=1 ExtraDDX1=E;;Cents;DWORD;0;DollarsCents;(100*dollars)+cents STATUSThis documentation error was corrected in MFC for Windows, version 2.5.
MORE INFORMATIONFor more information about the ExtraDDXCount and ExtraDDX1 statements, please refer to Technote #26. Note that the ExtraDDX1 statement includes two consecutive semicolon (;) characters to ignore the second field. The Technote does not list the contents of the second field. The Technote states the following:
ExtraDDX?=<keys>;<vb-keys>;<prompt>;<type>;<initValue>;<DDX_Proc>; <comment>[;<DDV_Proc>;<prompt1>;<fmt1>[;<prompt2>;<fmt2>]] |
Additional reference words: 1.00 2.00 2.10 ClassWizard noupdate
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |