From: "Fabrice Meichtry" <[EMAIL PROTECTED]>
> It's nice but do you know if it's possible to can get a phone number from
my
> application and display automatically in the modem HotSync manager ??

Use sysAppLaunchCmdSyncRequestRemote instead of
sysAppLaunchCmdSyncRequestLocal.

Aaron -- its another one... maybe in the air?

> "Anthony Randazzo" <[EMAIL PROTECTED]> wrote in message
> news:35950@palm-dev-forum...
> >
> > Use this.
> >
> > static void launchHotSync() {
> >
> > Err err;
> > UInt16 cardNo;
> > LocalID dbID;
> > DmSearchStateType searchInfo;
> >
> >
> > err = DmGetNextDatabaseByTypeCreator(true, &searchInfo,
> sysFileTApplication,
> > sysFileCSync, true, &cardNo, &dbID);
> >
> > if(err)
> > {
> > FrmAlert(1000);
> > }
> > else
> > {
> > err = SysUIAppSwitch(cardNo, dbID,
sysAppLaunchCmdSyncRequestLocal,NULL);
> > }
> > }



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