I'm glad to hear it's working. > exgSocket.target = appFileCreator; > exgSocket.description = f; > exgSocket.name = f;
Because you're setting the target field to your own creator ID, the database will be sent to your app on the receiving device, so you'll need to handle sysAppLaunchCmdExgReceiveData and call ExgDBRead yourself. - Danny -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
