Any suggestions?
I'm working with CDaoRecordset and CDaoRecordView.
Thanks,
--
Hamid Shojaee
Vitrix, Inc. Time-Attendance and Fingerprint Verification Products
http://www.vitrix.com
ha...@vitrix.com
"Item not found in this collection" means that a field or index you
are referencing does not exist. You should double check all the fields
defined in Class Wizard. Or, you can delete all the variables
associated with the recordset (use class wizard) and then select the
[Update Columns] and [Bind All] buttons to reassociate member
variables with each of your fields.
DFX_Text(pFX, _T("[Auftragsnummer]"), m_Auftragsnummer);
to
DFX_Text(pFX, _T("Auftragsnummer"), m_Auftragsnummer);
or install the Bugfix-CD.(sent by Microsoft)
(there are uncorrect Librarys on the old CD)
sorry 4 my bad english.
I hope, you can encrypt it.
bye Andreas
I did not select the help support when creating an app wizard
project. How can I add it to an existing project??
The easiest way is to create a new project using AppWizard and choose
help. Then copy the lines from the main .CPP and .H files and
MAINFRM.CPP and .H to your old project. It's not very much, but it's
easier if you create the new project because then you'll get
everything that APPWIZ puts in there ...
Tom