M
Mike J
In one form, in the General section, I want a boolean
variable and a string variable to be pulbic throughout the
project. So I use: Public var1 as boolean
Public var2 as string
I then assign the variables with the values in a table.
The variables are set fine in the first form, but var2 is
empty when trying to use it in the 2nd form. var1 is ok
in both. Any ideas?
variable and a string variable to be pulbic throughout the
project. So I use: Public var1 as boolean
Public var2 as string
I then assign the variables with the values in a table.
The variables are set fine in the first form, but var2 is
empty when trying to use it in the 2nd form. var1 is ok
in both. Any ideas?