I am using FVP8. I am visually creating my second user defined class. It is a form.
I can create the object with :
oForm = CreatObject('MyForm')
I can add values to it with:
oForm.MyItems.value = "MyInfo"
But I can't figure out how to make the form appear. It has NOT worked to say:
DO FORM oForm
Thanks in advance
Jim Rumbaugh
I can create the object with :
oForm = CreatObject('MyForm')
I can add values to it with:
oForm.MyItems.value = "MyInfo"
But I can't figure out how to make the form appear. It has NOT worked to say:
DO FORM oForm
Thanks in advance
Jim Rumbaugh