dantheinfoman
Programmer
Hi All,
When I run the line
within the startup.prg, it creates an object called MYFORMTEST. So
appears to be True
However, when I don't use startup.prg, and just call the form from some button or top menu icon, using the same
it doesn't register as an object.
Thoughts?
Dan
When I run the line
Code:
DO FORM MYFORMTEST
Code:
TYPE("MYFORMTEST") = "O"
However, when I don't use startup.prg, and just call the form from some button or top menu icon, using the same
Code:
DO FORM MYFORMTEST
Thoughts?
Dan