C
Chris
I have two forms. From form one I have a listbox that when double
clicked I get the selected value (string) and store in a variable. I
parse the string to get the first 12 characters and store it in a
variable to query a sql db. I set break points to see the data as it
is passed from form1 and when calling the function from form2 to get
the variable, its contents are blank.
I believe what I'm looking for is some method to access an instance a
specific instance and not create a new one that seems to wipe
everything out.
clicked I get the selected value (string) and store in a variable. I
parse the string to get the first 12 characters and store it in a
variable to query a sql db. I set break points to see the data as it
is passed from form1 and when calling the function from form2 to get
the variable, its contents are blank.
I believe what I'm looking for is some method to access an instance a
specific instance and not create a new one that seems to wipe
everything out.