mza1979m
Newcomer
I have 2 Data Forms in my project (used to access tables in an external database). My question is, how do I show and hide these forms? Obviously, "DataForm1.Show" won't work. Apparently that's been upgraded as well. "DataForm1.DefInstance.Show" doesn't work either. So what is the syntax to show and hide a DataForm?