So while processing a sysLaunchCmdFind, the program is limited in the same
way as during Reset?  Well, my program works during a find, not on reset...
am I allowed to call an alert box FrmCustomAlert() during reset? I can call
it during Find and it shows up OK.


>Note that to find this problem, you could have changed your >test code to:
>  if(launchCode == Normal or SysReset or find)
>and then done a find from another application.  That way, you >could have
>used the source-level debugger, and done a single-step.  If >you turn on
>assembly mode, you could look for any reference to a5 (global >vars).

>Neil


Reply via email to