Thanks Terence, Oscar and Paulo for the responses.  They pointed me in the 
right direction.  I am posting what I figured out, in case someone has a 
similar problem in the future.

My file was not transferring to the PC as prc only.  Then I tried to assign a 
separate creator ID, just to see if it worked, and still no luck. It did create 
a separate file in the Palm, but this file still was not transferred.  

After digging some more, I learned that I had to set the backup bit 
(dmHdrAttrBackup) using the dmSetDatabaseInfo call. 

To set the backup bit (or any other attribute): 
Use dmDatabaseInfo call to check the current the Attributes
Do a bitwise inclusive OR with dmHdrAttrBackup, so you don't change any other 
bits

This made it transfer the pdb, creating it with the same ID or with a separate 
ID - so I got back to using the same ID.

Well - I would still like to figure out how to interface with Documents To Go, 
as it would be a nice feature to add.  Paulo - isn't Office to Go a different 
application?  
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to