G
Guest
Does anyone know why a variable declared outside the procedures in a form
might get zeroed. The variable is loaded from Openargs in the Form_Open
event. This is possibly happening after an error is raised which is handled
by 'on resume next'. It's declared outside because it's needed by multiple
procedures and I thought this would be easier than passing it around in
parameters.
Thanks.
might get zeroed. The variable is loaded from Openargs in the Form_Open
event. This is possibly happening after an error is raised which is handled
by 'on resume next'. It's declared outside because it's needed by multiple
procedures and I thought this would be easier than passing it around in
parameters.
Thanks.