First of all, if you go to the Palm web site, you should be able to find a link that'll let you search the forum archives with nothing but a web browser.
For your first question, I think you need to disconnect the string resource from the field after the dialog closes, by passing NULL to FldSetTextHandle. Another thing I think you're missing after the call to FrmDoDialog is a call to clean up the form you instantiated with FrmInitForm. This is done by calling FrmDeleteForm. I'd search the examples for code that uses FrmDoDialog to make sure I didn't miss any steps, but those two are what come to mind. -- Peter Epstein -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
