I want app 1 to call app 2 with some info. App 2 will open a form to
collect more info if some is missing and return control back to app 1 (like
the Address List picker in the MemoPad sample.

How do I do this?

"Opening Applications Programmatically" says  SysAppLaunch function... has
numerous options including whether to launch the application as a separate
task, wheather to allocate a globals world, and whether or not to give the
called application its own stack.

What's this all mean? Should I be using SysAppLaunch? How do I allocate a
globals world?

So far app 1 calling app 2 with SysAppLaunch works ok as long as I don't
access any globals. I would like to access globals otherwise I have a lot
of re-writing of code to do.

- Hardy


Reply via email to