after i inintialize and set active my form, i am calling: FldSetTextPtr(field_ptr, "Testing Hardware..."); FrmDrawForm(form_ptr);
then when i exit the form i call: FrmEraseForm(form_ptr); FrmDeleteForm(form_ptr); my question is: do i need to call FldSetTextPtr(field_ptr, NULL)? Rather, a more fundamental question is what happens to the memory allocated by the FldSetTextPtr(field_ptr, "Testing Hardware...") when I call the form erase and delete functions? is the memory holding the string freed up or not? Thanks in advance! Sincerely, sasha -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
