On Thu, 18 Nov 1999, Jeff Ho wrote:

> 
> 
> Jeffrey Ho
> Research and Development
> [EMAIL PROTECTED]

I've been working on starting a Network Hotsync, and this is the code I
use:

        LocalID SyncID;
        |
        |
        |
        SyncID= DmFindDatabase(0, "HotSync");

        if (SyncID==0) return;

        err=SysUIAppSwitch(0, SyncID, sysAppLaunchCmdSyncRequestRemote,
NULL);


There's probably a better way of doing it, but I haven't found/seen it.  I
can't use the "enqueue a Hotsync button press" method, because I want to
put my program in as the button program, and make it launch a network
hoysync when the button is pressed.

Cheers
Richard

Reply via email to