--- Sirisha Gullapalli wrote: > 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?
In what way is DmGetRecord failing? Do you get a system fatal error message? Does it retrieve the wrong record? Does it return NULL, and if so, did you call DmGetLastErr() to find out why? One possible reason for it to fail is if the record is already marked busy. Since DmGetRecord is fairly simple, it seems likely that the DmOpenRef you pass to it is invalid. Show us your code. __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
