G
Glarb Shattenstein
I am posting data to one form (integers mostly) with variables
dimensioned at the modular level (i.e. mdecTotal as Integer) and have
calculations performed on those variables in another form. The
problem is that when I use ME.HIDE, the variables are being reset to
zero values, so I can't even begin to think about how to even pass
those variables to another form in the first place. I thought ME.HIDE
merely hid the form, but when I recall the form (with a form.show())
all text boxes are cleared and all variables are lost. How do I fix
this?
Thanks,
Glarb
dimensioned at the modular level (i.e. mdecTotal as Integer) and have
calculations performed on those variables in another form. The
problem is that when I use ME.HIDE, the variables are being reset to
zero values, so I can't even begin to think about how to even pass
those variables to another form in the first place. I thought ME.HIDE
merely hid the form, but when I recall the form (with a form.show())
all text boxes are cleared and all variables are lost. How do I fix
this?
Thanks,
Glarb