Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Help! "Item not found in this collection"
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Hamid Shojaee  
View profile  
 More options Jul 15 1996, 3:00 am
Newsgroups: comp.os.ms-windows.programmer.tools.mfc, microsoft.public.vc.mfc
From: "Hamid Shojaee" <ha...@vitrix.com>
Date: 1996/07/15
Subject: Help! "Item not found in this collection"

I'm getting "Item not found in this collection" error when I try to
update.  I found a
couple of articles in the KB pointing out a bug in AppWiz/ClassWiz which
caused this
error to occur if your recordset was based on multiple tables (requiring a
join), however,
my recordset represents only a single table.  The remedies have not
worked.  Anybody
else having this problem?

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Taradus1.3  
View profile  
 More options Jul 17 1996, 3:00 am
Newsgroups: comp.os.ms-windows.programmer.tools.mfc, microsoft.public.vc.mfc
From: j...@jetcity.com (Taradus1.3)
Date: 1996/07/17
Subject: Re: Help! "Item not found in this collection"

"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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andreas Schulz  
View profile  
 More options Jul 17 1996, 3:00 am
Newsgroups: comp.os.ms-windows.programmer.tools.mfc, microsoft.public.vc.mfc
From: Andreas.Sch...@t-online.de (Andreas Schulz)
Date: 1996/07/17
Subject: Re: Help! "Item not found in this collection"

I had this problem after installing of VC++4.1 . You can resolve this
problem, if you delete the brackets ("[]")from the field-definitions in
DoFieldExchange().

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Adding help." by Michael Shipkowski
Michael Shipkowski  
View profile  
 More options Jul 19 1996, 3:00 am
Newsgroups: comp.os.ms-windows.programmer.tools.mfc, microsoft.public.vc.mfc
From: sas...@kensho.unx.sas.com (Michael Shipkowski)
Date: 1996/07/19
Subject: Adding help.

        I did not select the help support when creating an app wizard
        project.  How can I add it to an existing project??


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Serface [MVP]  
View profile  
 More options Jul 19 1996, 3:00 am
Newsgroups: comp.os.ms-windows.programmer.tools.mfc, microsoft.public.vc.mfc
From: tserf...@msn.com (Tom Serface [MVP])
Date: 1996/07/19
Subject: Re: Adding help.

Michael,

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

On Fri, 19 Jul 1996 13:39:45 GMT, sas...@kensho.unx.sas.com (Michael


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »