I want to use a variable value from Form1 in Form2. How can i do this? I have made a module to dim a public variable. But now i need to use the value from form1.
In Form1 i have a textfield for input. The value is like
testing.text = "testing"
In Form2 i have a label that shows the value of testing.text in Form1 like testing.caption = Form1.testing.text (should be "testing" right?)
Who can help me?
Okke.
In Form1 i have a textfield for input. The value is like
testing.text = "testing"
In Form2 i have a label that shows the value of testing.text in Form1 like testing.caption = Form1.testing.text (should be "testing" right?)
Who can help me?
Okke.