Hello everyone,

My application launches HotSync programmatically after asking the user to 
choose between a remote or direct serial connection.

if (commsMode==REMOTE_COMMS)
{
err=SysUIAppSwitch(cardNo, dbID, sysAppLaunchCmdSyncRequestRemote, 0);
}
else if (commsMode==LOCAL_COMMS)
{
err=SysUIAppSwitch(cardNo, dbID, sysAppLaunchCmdSyncRequestLocal, 0);
}


There are to be two remote connection configurations on the handheld, one 
using a landline modem, the other an internal GSM modem.

The problem is that my application needs to know which remote configuration 
is the current HotSync remote configuration before it launches HotSync(i.e. 
whether it is GSM or landline). This is a very basic question but is there a 
means of interrogating a HotSync database (or any other database) in order 
to find out which of the available configurations is set as the current 
remote HotSync configuration.

An even better solution would be to be able to select the current remote 
configuration from within the application but I don't know if this is 
possible.

Regards,
Ger

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


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