Hi all -
I'm attempting to re-write a customer database I built, using classes and I'm having troubles.
assigning the varibale to the result of a function - here is the class def
Class Module name is CEmployee
here is the Module with def, and function
now the problem comes in with my two forms...
form 1 code =
form 2 code =
is this the only way to get the result of function. I thought personsname = add_name(textbox1.value) would be enoungh to assign the variable personsname to the result of the add_name() function
is there a better way to do this?
Bookmarks