Hi everyone,
I have got the following problems: I have two main forms(with a subform control each).
I need to do the following: when I do a lookup in the subform 1(from the main form 1) I display main form 2....There is a parameter being calculated in subform 2 and displayed in main form 2...this parameter needs parameters form subform 1...
How can I transfer the parameters between the two subforms and get the result displayed whenever I do a lookup????
I hope I explained it clearly :oops: :oops:
0
Comments
Have you considered using a Single Instance codeunit as a placeholder for the parameters and the OnTimer trigger on form 2 to fetch them?
Peter
It's easier in the RTC using flowfilters.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
In fact, I am facing this problem because I have already redisigned two matix forms(each one is consisting now on a main form and a tabular subform) and one of them calls the other ](*,)
Now I can transform my two forms into pages but I can't make them communicate correctly
Is that possible???? :-?