J.Windebank
Registered User.
- Local time
- Today, 00:21
- Joined
- Apr 2, 2003
- Messages
- 37
One more quick question.
I have a form that contains 1 textbox and two combo boxes. All I need to do is pass the values of those three fields to three hidden text boxes on a second form, which is opened when the first form closes.
Now I thought this would be simply a matter of setting all three values to public variables before closing the form, and then setting the "text" attribute of the three text boxes to the value of those variables when loading the second form.
It seems though, that as the text boxes are bound fields, it will not let me update them via the variables, so has anyone got any other suggestions?
Thanks for all of the help in advance,
Jordan
I have a form that contains 1 textbox and two combo boxes. All I need to do is pass the values of those three fields to three hidden text boxes on a second form, which is opened when the first form closes.
Now I thought this would be simply a matter of setting all three values to public variables before closing the form, and then setting the "text" attribute of the three text boxes to the value of those variables when loading the second form.
It seems though, that as the text boxes are bound fields, it will not let me update them via the variables, so has anyone got any other suggestions?
Thanks for all of the help in advance,
Jordan