Hi
I am working on an application that has a number of forms and one of these forms has child forms in an MDI. It works OK in that it shows the child form(s) OK as part of the client area of the parent but when I attempt to write to the child form (to a Text Edit and / or a ComboBox in the child form) from the parent form or another form in the application it throws an 'Access violation at adress 00778EBD...' and cannot write to the text of the control. I have the form as part of the Implementation with Uses so as I understand it should see the form and be able to read from or write to it (something like 'ChildForm.TextEditLastname.Text := MainForm.TextEditLastname.Text' as part of the MainForm TextEdit change event). Does MDI make any difference to this (I would have thought not) or can anyone give me some clues whay this might not be able to communicate with the form (as other non MDI forms do communicate OK).
Thanks and best wishes
Himie