the value of my textbox in my form2 is from the answer from form1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Yume
    New Member
    • Oct 2008
    • 1

    the value of my textbox in my form2 is from the answer from form1

    Please help me..
    i am having a problem my deadline is tomorrow..
    i am making a project which generates some data and after generating the next answer the first form will hide and the second form will show, and the caption in a textbox MUST be the answer from the previous Form.
    please help me.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    try to use this

    form2.text1.tex t=form1.text1.t ext

    you need to unload the form1 only after the form2 gets loaded.

    Comment

    Working...