Passing data from one form to another?

J.Windebank

Registered User.
Local time
Today, 07:03
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
 
Edit: Nevermind, I just realised that the object must have focus for this to work, so guess a hgidden field is out of the question, will just keep it visible then.

Thanks.
 

Users who are viewing this thread

Back
Top Bottom