I have also posted this in the Java and Conduit Dev news groups but so far
no one has responded there. So I am posting this here as well, for which I
beg forgiveness if it is considered "off topic."

(Using CDK Java, 4.0) I would like to use setIsModified(true) call on some
records as I create
them so that later my conduit can get them quickly using the
SyncManager.readNextModifiedRec api. I have tried this but the records
(which are in fact NOT modified, of course) do not get set to modified. At
any rate the SyncManager.readNextModifiedRec doesn't get them, and looking
at them using Insider I also see them as not modified.
Is there a way to do this? I would very much like to avoid looping through
the whole record set testing each record for its being of the type of
interest if I can use this simple modified bit and the
SyncManager.readNextModifiedRec api. Do I have to set other bits as well
(setIsNew?)
Thanks in advance,
Alan







-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to