main logo
Subject: Re: Form Errors
Author: Bob Archer
Posted: 2001/10/01 23:45:11
 
View Entire Thread
New Search


Just a few thoughts... not sure if this will fix your problem or not...

1. Build your project. Push the build button, and select the 'Project' radio button.

2. Make sure you have a text file in your project directory with the name 'debug.txt'

It looks like either the cLockScreen class(lib) is not in your project, or it is and it isn't getting set classlibed properly. The above should solve both of those issues.

BOb



<i><font color="#663300">Thanks to your assistance, I am making good progress in developing my first app.... I now have my basic subclasses, forms and BizObj's and a main menu... I am starting to add functionality and modal forms (data entry pop ups, for children on parent forms, etc, etc)

And of course, I am starting to get errors. Here is a super stupid question --- How do I decifer the error #'s??? For instance, I get Error #1733 often -- what does it mean?

Here are two specific errors that currently have me stumped:

1) This error occurs after I do startcb() and do main:
"Error #1733 occurred in line 41 of init in object oEnvironment"
When I click "OK" the program continues and shows my main menu toolbar, the superclass toolbar and my app appears as it should for now.

2) When I click on a button in the main toolbar, the form loads. In each form, when I click on the next or back button (in inavtoolbar) I get this error (if I click continue the previous or next record is displayed) Debug isn't helping me figure this out:
"Error #: 1733
Message: Class definition CLOCKSCREEN is not found.
Line #: 2
Code: loLock = CREATEOBJECT("cLockScreen")
Method: refreshform
Object: project_form1"
I's sure I forgot to do SOMETHING when adding the toolbar (i used inavtoolbar) to the forms.... but WHAT????

Thanks for all your help! I REALLY REALLY REALLY appreciate it!

At least now I feel like I can keep making progress and get this done one day soon!



</font></i>


 
©2001 Bob Archer
<-- Prior Message New Search Next Message -->