Not sure what you're trying to do but if you are merely looking at records (ie not modifying) you should use DmQueryRecord instead of DmGetRecord.
What errors are you getting? Be specific... Have you checked out the Addressbook source code...? Gavin. -----Original Message----- From: Nag Malluru [mailto:[EMAIL PROTECTED]] Sent: Monday, 3 December 2001 4:43 PM To: Palm Developer Forum Subject: Re: DmGetRecord problem Hi, For your query in palm forum, after DmGetRecord, you should lock the handle and then try to see its contents in the debugger. Just right click on your variable in debugger, then select "View Array ". This will show the content of ur record. Donn forget to unlock the handle before finishing ur module. Thnx nag ----- Original Message ----- From: "Sirisha Gullapalli" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, November 30, 2001 1:59 AM Subject: DmGetRecord problem > I have a problem with DmGetRecord while accessing the records from Address Book application. I am unable to retrieve any records with DmGetRecord. Is there any other way to do the same? > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
