[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[coldsync-hackers] deleted-flag in PDB todo




Hi,

I am finally able to add record to my Palm and have them copy over to my SQL system. However, if I delete a record on the Palm, I never get the deleted flag. Shouldn't this excerpt detect if the record is deleted?

sub DoDump {

foreach $record (@{$PDB->{"records"}}) {
   if ($record->{deleted}) {
      print "Record deleted";
   } else {
      print "Record NOT deleted";
   }
}
}

Any and help is greatly appreciated.

rgds
pos

-- 
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.