 | | From: | georgeb at anotek.com | | Subject: | Error when Project Explorer is opened in application folder | | Date: | Sun, 16 Jan 2005 23:26:55 -0500 |
|
|
 | Hello:
I consisently get the error noted below when I try to generate a new project from the application folder. However, there is no error when I try to generate a new project from the default DBASE folder C:\Program Files\dBASE\PLUS\BIN\dBLCore\ProjExp where I click on the file ProjExp.wfo.
Error: Data type mismatch. Expecting: Character File: ProjExp.wfo Routine: CURSOR::BEGINWAIT Line: 8877
Regards,
George Balanis
|
|
 | | From: | Danita Brooks | | Subject: | Re: Error when Project Explorer is opened in application folder | | Date: | Tue, 18 Jan 2005 14:48:39 -0500 |
|
|
 | George,
> I consisently get the error noted below when I try to generate a new > project from the application folder. However, there is no error when I try > to generate a new project from the default DBASE folder C:\Program > Files\dBASE\PLUS\BIN\dBLCore\ProjExp where I click on the file > ProjExp.wfo. > > Error: Data type mismatch. Expecting: Character > File: ProjExp.wfo > Routine: CURSOR::BEGINWAIT > Line: 8877
This error was also reported by Tim Dain on 12/09/2004 in this newsgroup. It appears that the error occurs when a form is run that uses a procedure that is also used by the Project Explorer and the procedure is not closed. Are you opening any forms or programs before running the Project Explorer that might cause this conflict?
Thanks, Danita Brooks dBI
|
|
 | | From: | George Balanis | | Subject: | Re: Error when Project Explorer is opened in application folder | | Date: | Wed, 19 Jan 2005 20:36:22 -0500 |
|
|
 | Danita Brooks Wrote:
> George, > > > I consisently get the error noted below when I try to generate a new > > project from the application folder. However, there is no error when I try > > to generate a new project from the default DBASE folder C:\\Program > > Files\\dBASE\\PLUS\\BIN\\dBLCore\\ProjExp where I click on the file > > ProjExp.wfo. > > > > Error: Data type mismatch. Expecting: Character > > File: ProjExp.wfo > > Routine: CURSOR::BEGINWAIT > > Line: 8877 > > This error was also reported by Tim Dain on 12/09/2004 in this newsgroup. > It appears that the error occurs when a form is run that uses a procedure > that is also used by the Project Explorer and the procedure is not closed. > Are you opening any forms or programs before running the Project Explorer > that might cause this conflict? > > Thanks, > Danita Brooks > dBI > >
Hello Danita Brooks:
I do open a procedure that sets paramets and then I close it. To my knowledge all forms are closed. However, I am in another folder than the default DBASE folder where PLUS.exe is located.
George
|
|
 | | From: | Danita Brooks | | Subject: | Re: Error when Project Explorer is opened in application folder | | Date: | Thu, 20 Jan 2005 09:38:24 -0500 |
|
|
 | >> > I consisently get the error noted below when I try to generate a new >> > project from the application folder. However, there is no error when I >> > try >> > to generate a new project from the default DBASE folder C:\\Program >> > Files\\dBASE\\PLUS\\BIN\\dBLCore\\ProjExp where I click on the file >> > ProjExp.wfo. >> > >> > Error: Data type mismatch. Expecting: Character >> > File: ProjExp.wfo >> > Routine: CURSOR::BEGINWAIT >> > Line: 8877 >> >> This error was also reported by Tim Dain on 12/09/2004 in this newsgroup. >> It appears that the error occurs when a form is run that uses a procedure >> that is also used by the Project Explorer and the procedure is not >> closed. >> Are you opening any forms or programs before running the Project Explorer >> that might cause this conflict? > > I do open a procedure that sets paramets and then I close it. To my > knowledge all forms are closed. However, I am in another folder than the > default DBASE folder where PLUS.exe is located. >
George,
If no other forms are running, the procedure stack should be empty. To check if any procedures are left open, run ?setto("procedure",1) in the Command window. Run this line incrementing the second parameter until an empty string is returned. If you find that some procedures are open, run close all persistent in the Command window and then try running the Project Explorer.
Danita
|
|