>Does FrmDeleteForm() share this bug? Or does it properly delete all the resources attached to objects on the form?
FrmDeleteForm works as designed without any known bugs. The rule of thumb is that it frees all resources consumed by FrmInitForm and those created by the system (like when a field allocates a text chunk). It does not free resources created by an app and pointed to (CtlSetLabel, FrmSetLabel, FrmSetTitle, ...) -Roger Flores -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
