Tahks for your reply Bucklash,
how can I pass from the second list (open with the second free button) the variables created on the first list?
I
explain better my problem. In the main form I have to select first name
and last name from a list (this valus comes from a db table); I used a
free button that open a first list. When I click on a filed of this
list I pass two custom variables (first name, last name) to the main
form. It works.
In the main form I have also a second free button, when I click
on this button it opens a second list, when I click on a field it pass
some custom variables to the main form and it works. In this operation I loose the values of the first two custom variables of the first list because they are not saved. When I click on a field of the second list I have to pass to the main form not only the custom variables of this list but also the custom variables of the first list. How can I solve the problem?
I also tried to use stages on the main form for that problem, but when I come back to the form from the second list I can't link the second stage of the form. So I have no solution for this problem.
Do yuo have a suggestion to solve the problem?
Thanks