<i><font color="#663300">Hi! I am getting some errors that I can't seem to track down. I hope someone here can help me!
-- doform error: Quite often I get errors when I start up a vcx based form. Can anyone shed light on what I might be doing wrong to get these errors: #13 - Alias 'OHOOK' is not found Code: loObject=CREATEOBJECT(tcClassName, @tuParm1, /AT/ tuParm2) Method: doform
#1130 - 'field' phrase is not found (but no fields are misspelled or incorrect for the cursor) Code: loObject=CREATEOBJECT(tcClassName) Method: doform
#1881 - PARENT Code: loObject=CREATEOBJECT(tcClassName) Method: doform
Any clues on finding the code that is causing these errors would be helpful .D.OT If I remove all bizobj's and SQL code the forms generally come up. Adding back the bizobj's and SQL code piece by piece hasn't helped me resolve the problems!
the problem is in the error messages. They really don't often seem to relate to a specific error in the form loading process. They are just telling you have an error in the form somewhere. In my experience it is usually an incorrect controlsource (I know the object should detect that but sometimes it doesn't). I have sometimes had to resort to backing up the class library and pulling off all the objects and adding them back one at a time until I find the guilty party and then look at that more closely. ©2001 graeme thomson |