i have declared a public string varible 'tcommand' in a module.
in form #1, I call form #2 to get user input (check boxes). the check boxes, if checked, are set to A,B,C,... in a string. this string is concatenated with 'tcommand'. i want
'tcommand' to be returned to form #1 and saved in a text file. everything works ok except that the returned 'tcommand' is always empty. i can show 'tcommand' in a message box in form#2 and it is correct there.
any help on this woould be greatly appreciated.
thanks
in form #1, I call form #2 to get user input (check boxes). the check boxes, if checked, are set to A,B,C,... in a string. this string is concatenated with 'tcommand'. i want
'tcommand' to be returned to form #1 and saved in a text file. everything works ok except that the returned 'tcommand' is always empty. i can show 'tcommand' in a message box in form#2 and it is correct there.
any help on this woould be greatly appreciated.
thanks