(This is more of a comm-dev-forum kind of thing.)

You have to set the goToCreator field of the ExgSocketType when you get the
sysAppLaunchCmdExgReceiveData sublaunch. You probably also need to set the
goToParams field (which is another struct).

The goToCreator field determines which application gets the
sysAppLaunchCmdGoTo launch. You typically want to set it to your own creator
ID. The goToParams field determines what parameters will be passed in the
command parameter block of the sysAppLaunchCmdGoTo launch. These parameters
are normally used by the application to determine which record to display.

Beware that the goToParams struct includes a uniqueID field, but this won't
end up in the command parameter block because there's no slot for it.
--
Danny



-- 
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