Hi,
I am having a very strange problem with VFP. I have a form with 5 text
fields and 5 captions.
Everything was working fine. I added a 6th textfield and a 6th caption
called TEXT6 and LABEL6. Now, when I run my program, about half the time,
it will say 'object TEXT6 doesn't exist' and 'object label6 doesn't exist'.
WHen I run the debugger and look at all the objects under my form, these 2
are not listed. Yet clearly they show up on the form when I do 'modify
form myform'. I don't have any other objects on the page (Eg. multipage
tabs etc) where I could have 'misfiled' these objects. I even looked at
the RAW MYFORM.SCX file and it lists these two objects with the PARENT being
'MYFORM'.
The most puzzling part is that it is intermittent.
I would appreciate any help anyone can provide,
Thanks
Zoom