Hello everyone,
i am trying to use 2 forms.
The main f_cla which contains a listbox and a modalform f_ins_cla that allows you to insert a new item with listbox.Items.add ('aaa')
In the main form I have inserted, after implementation, the use of the unit relating to the modal form.
When I try to insert the new item from the modal form it tells me:
Error indentifier not found related to the main form.
I guess being in the modal form I don't know it.
How can I fix this?
Thanks for the help from now on
moessner - Mario Piva