Superbase form variables are
always GLOBAL
When Superbase opens up a form, any variables contained on
that form are considered GLOBAL variables. Therefore, you
need to be careful that you don't define a variable in a procedure
that you want to be local, whose name is the same as an element
on the form. |