Wierd behavor

Ok I've got a class consisting of several longs. I added a function to the class to parse information of the clipboard and store it in the variables contained within the class. I thin have a form which I created an instance of the class in. When I call the function to parse the information of the clip board and then assing the values stored in the classes variables to text boxes on the form. Here's the wierd part. The textboxes on the form only update one a at a time. So if the information parsed has to change 3 items I have to click the command button for parseing 3 times in order to have the textboxes reading the correct information. Anyone know how to fix this.
[689 byte] By [Erik Wiggins] at [2007-11-19 9:55:59]
# 1 Re: Wierd behavor
What is your code, I don't see what could be causing this behaviour if not an error in code.

JeffB
JeffB at 2007-11-9 20:38:55 >