i wrote a prg and in the prg i say "DO FORM myform"
myform is a form i built in the form editor to handle output from the prg.
but when i say:
i get an error saying that it cannot find object myform.
what am i missing?
Dan Trenz
Ann Arbor, MI
myform is a form i built in the form editor to handle output from the prg.
but when i say:
Code:
myform.label1.caption = "hello"
i get an error saying that it cannot find object myform.
what am i missing?
Dan Trenz
Ann Arbor, MI