can someone help me to get the computed value..
once I've entered the value from frame A the output supposed to be be shown on frame B ..
Printable View
can someone help me to get the computed value..
once I've entered the value from frame A the output supposed to be be shown on frame B ..
Either your A object has to know about your B object so it can pass its value to the B object or your B object has to know about your A object so it can ask the A object for that value. It's completely up to you how you want to implement that; there is no code to copy and paste.
kind regards,
Jos