hi,
    I want to launch a program B within my program A. I use sysAppLaunch
to launch B, but when quit B(tip HOME button), it cannot go back to A,
just show a blank page. when tip HOME button again, it go out to
launcher.


my code is like that:
  DmGetNextDatabaseByTypeCreator (true, &searchInfo,   appFileType,

appFileCreator,  true, &cardNo, &dbID);
  err = SysAppLaunch(cardNo, dbID,
     sysAppLaunchFlagNewStack |
     sysAppLaunchFlagNewGlobals,
     0, 0, &result);
what's the problem?

besides, can I use globel ver in the sub program B?

Eric



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