I have a programme in which a modal form opens while the main form is still open.
On first opening the modal form from the main form, the modal form's title is not correctly displayed - with some nonsense characters towards the end of the title. If I immediately close the form and then reopen it, the same thing happens. However, if I have saved the information from the modal form, via the eventhandler, and then reopen the form - the title now appears correctly. I have not reset the title with FrmSetTitle etc. Only certain modal forms appear to exhibit this behaviour - other modal forms open correctly with the title not corrupted. I could 'force' things with a FrmSetTitle on initialising the modal form and with FrmDrawForm on exiting the modal form, but I am keen to understand why this is happening. Many thanks. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
