QueryClose and QuerySave

hi, I have 2 forms

the first one has an event querysave that checks if the fields f1 and f2 are empty and an event queryclose that checks if field f3 is empty.

the field f3 stays empty until I don’t create the second form.

now, when I try to exit from the form 1, justly the script stops me because the field f3 is still empty.

To this point I create the second form and I now have the problem.

if I directly create the form 2 all the fields correctly inherit the values (ex. @documentUniqueID of form 1)

if I try for before exit and, after the message Stop of QueryClose event, correctly creates the form 2 the fields not eredith the values.

I have read that the failure of the event QueryClose also stops the event QuerySave but I doesn’t know whether to manage the problem.

Can you help me?