dickylam
IS-IT--Management
- Jun 24, 2001
- 86
I am facing very strange in VFP 6.0
I have a form with a name reference with it, like
do form newform name newref
before this form done, a small program is running and set newref to be public, like
public newref
however, when I try to use such reference to control the object, I will face
"newref is not an object"
this message is not come when I have around 10 forms, is this related with memory problem or MSVFP bugs ?
Please advise
I have a form with a name reference with it, like
do form newform name newref
before this form done, a small program is running and set newref to be public, like
public newref
however, when I try to use such reference to control the object, I will face
"newref is not an object"
this message is not come when I have around 10 forms, is this related with memory problem or MSVFP bugs ?
Please advise