Need expert help—fast? Use the Help Bell for personalized assistance getting answers to your important questions.
New development: If I issue a CLOSE ALL after building without recompiling the QBF button returns to the AppForms class.
FOR EACH loFile in _vfp.ActiveProject.Files
If loFile.Type $ "VK" && VCX or SCX
Use (loFile.name)
Scan For Not Empty(Classloc) and ADir(laDummy,FullPath(Classloc,JustPath(loFile.name)))=0
? "Missing file "+FullPath(Classloc,JustPath(loFile.name))
EndScan
EndIf
ENDFOR
Bye, Olaf.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
It's not a part of VFP, it's a third party component. I don't know about it, but code can stop working. Debug is the best advice I can give. Reinstall another one.
Bye, Olaf.