I have a table with custom load and save functions. When I call FrmAlert inside the "save" function, I get a crash in the FldFreeMemory() call at the end of my custom save function. First error (using POSE w/5.2 debug ROM) is "invalid font". If I click "ignore" there is a steady stream of progressively worse errors.
The FldFreeMemory is used to free a MemHandle that was allocated in the custom load function. There was a similar post on this (81166) that was never answered. I have worked around the problem by moveing the FrmAlert to come after the FldFreeMemory call. Is this a good workaround, or is the FrmAlert still stepping on something and I am just lucky??? If this is known not to work, is there a recommended way to validate data in a custom save function and to give an alter if it is bad? Thanks for the help! Dave -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
