Hi everyone,
I need to do something and I have to check if it is possible:
I have two forms: form1(with subform1) and form 2(with subform 2)…
I need to pass some parameters from subform 1 to form 2 and then from form 2 to subform 2…
Is that possible??? and if yes, can someone tell me how to do it???
Thank you for your help, but I work with Nav 2009…I couldn’t understand how to apply this in my environment…
You can use a single-instance codeunit that’s referenced by each form. The codeunit would contain a global variable for each parameter you need to pass. Also a SetValue and GetValue function for each.
Thank you for your reply, but what is a a single-instance codeunit ??
Thank you for your help…but doesn’t that have some limitations ???
Limitations Means? Please elaborate.
I mean doesn’t that affect the application performance???