Hi Andrew,
<i><font color="#663300">Question: What is the proper Codebook location??? E:VFPCODEBOOK or E:CODEBOOK or does it matter?</i></font>
It does not matter. However, include files are always a problem when first starting. Make you when you do your "Recompile All File" that you check the view errors box and make sure you have a clean recompile before you try to run the app
<i><font color="#663300">Message: Class definition FORM is not found</i></font>
The "FORM" name is probably erroneous. This is a problem with the current error handler (based on Doug Hennig's work) Get a hold of a copy of the August 2000 Foxtalk (www.pinpub.com) where Doug explains the cause and also provides a fix.
<i><font color="#663300">Code: Class definition IFILEUSERREFBAR</i></font>
You are missing a SET CLASSLIB statement that opens the class library containing the iFileUserRefBar class. VFP can't find it to instantiate it. :-) Pamela pamela .AT. eagle-crest .D.OT com ©2001 Pamela Thalacker |