main logo
Subject: Re: Newapp problem.
Author: Allen Pascual
Posted: 2001/06/25 03:02:48
 
View Entire Thread
New Search


<i><font color="#663300">
Another problem, when I click "About thermal..." in Help menu I get the following message.
Error #: 1733
Message: Class definition FORM is not found.
Line #: 10
Code: loObject = CREATEOBJECT(tcClassName)
Method: doform
Object: oHelpAboutBar

I traced back the error to =DoForm( "IAboutForm" ). Would you please help me</font></i>

Dear Mr. Aslam,

I fixed this problem a few weeks ago and so I forgot exactly what I did. But I'll try to help you out anyway.

1. The code you just described is located in the Click Method of ihelpaboutbar which is located in the itmenus Class Library. Check there for the proper syntax.

2. The actual iaboutform is in the icustfrm.vcx. This is the class that is called everytime you click the Help, About. I suggest you check here for the proper spelling and pathing of base class and parent class. Arial small letter L is very similar to Arial capital I, etc.

3. Try replacing the =DoForm( "IAboutForm" ). with a =DODEFAULT(). This will call the cAboutForm instead of the iAboutForm. There is no problem with cAboutForm so if this works, then the problem is probably in the IAboutForm.

Hope this helps,

Allen Pascual
x_programming at yahoo D.O.T com
Pixem Creative Cyberware
 
©2001 Allen Pascual
<-- Prior Message New Search Next Message -->