I need to call hotsync from my application with sysapplaunch so that when its done my application gets the control back. DmGetNextDatabaseByTypeCreator(true,&state,'appl','sync',true,&cardNo,&dbID); SysAppLaunch(0,dbID,0,sysAppLaunchCmdNormalLaunch,0,&result); This is the code i am using However I get a privilage violation expetion when i try to do this am I doind something wrong? Any ideas Silvia
