Hi
I have two forms Form A and Form B ,In Form A i am using all controls for input the data and once it submitted ,the Form B is only used for printing purpose so in Form B,i am using only custom html control and used some variable values from Form A,Now my requirement is when User 1 Submits the Form A to User 2 ,here if User 2 needs to call the Form B for printing,so the variables holding Form B should populates and gets print from there.Is it possible by calling the Form B from Form A using Url or any modal popup screen?
please anyone help me to acheive this or guide me any alternative solution.Thanks in Advance.