The crash occurs on the third line, before FrmInitForm():

        Boolean bInsPtWasOn = InsPtEnabled();
        Boolean bGsiWasOn = GsiEnabled();
        GsiEnable(false);
        InsPtEnable(false);

        bForceDialog = false;

        form = FrmInitForm(frmLicenseAlert);

        FrmSetEventHandler(form,MyHandleModalFormsMenu);

        FrmDrawForm(form);
        CtlSetValue((ControlPtr)ctrlPtr(form,btnTitle),true);


2008/2/1, Lionscribe <[EMAIL PROTECTED]>:
>
> We would need more code then that.
> Please post all the code from FrmInitForm.
>
> --
> For information on using the ACCESS Developer Forums, or to unsubscribe,
> please see http://www.access-company.com/developers/forums/
>

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to