Thanks for the response...Here the segment of the code...I get the message
when the program reaches the line for deleting the form...
And when i click continue from the dialog box it says that the application
was reading from a memory location 0x13000005, causing an address error.
Thanks again
Madina

{
  // A menu item was selected.
  // The "get info" being the only menu item, display the info form.

  // First clear the menu status from the display.
  MenuEraseStatus(CurrentMenu);

  // Load the info form, then display it.
  frm = FrmInitForm(MemoPadInfoForm);
  FrmDoDialog(frm);

  // Delete the info form.
   FrmDeleteForm(frm);
  handled = true;
  }
 return handled;


----- Original Message -----
From: santhosh <[EMAIL PROTECTED]>
To: Palm Developer Forum <[EMAIL PROTECTED]>
Sent: Sunday, May 27, 2001 7:32 PM
Subject: Re: SysFatalAlert????


> Hi Madina
>
> Could you include the line of code which is responsible for
>
> the error in your message?
>
> the generic meaning of a null handle is that you are making an
> invalid referrence to a handle which is not initialised.
>
>
> Thanks,
> Santhosh
> Developers' Nation DTS Engineer
>
>
> Developers' Nation provides Palm OS Technical Support with a
> guaranteed response time.
> Go to http://www.devnation.net
>
>
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/


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