Search found 48 matches: intermitent

Return to advanced search

Re: dbskipper intermitent error

James, I did a research in those functions , none of them closes the database, this database is always open As per changing the workarea , my netopen function makes sure the database is opened in the same area in case of , this is why i tried to trapp if select(calias) = 0 return nil endif Harvey , ...
by Richard Chidiak
Tue Oct 13, 2009 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737

Re: dbskipper intermitent error

James
It looks like he may have the error at msgwait() also. Strange.
by hag
Tue Oct 13, 2009 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737

Re: dbskipper intermitent error

James It looks like Richard getting same error at msgwait(). See his first post.
Odd that we both get the dbskipper error at the same place.
Lets see if he confirms this.
by hag
Tue Oct 13, 2009 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737

Re: dbskipper intermitent error

Harvey,

I just did a search of all the FWH source code and the only place msgWait() occurs is in the definition of the msgWait() function.

So, if you are getting an error at msgwait() it must be in your code.

James
by James Bott
Tue Oct 13, 2009 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737

Re: dbskipper intermitent error

Richard:

Where in your code does it bomb out. Mine seems to be at a msgWait()
by hag
Tue Oct 13, 2009 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737

Re: dbskipper intermitent error

Richard, Your code is too complex to make a guess about the problem. But, any one of those functions called by the buttons could be closing the database under some circumstances. Another possibility is that there is a non-alias reference call in TXbrowse and it only becomes a problem when the workar...
by James Bott
Tue Oct 13, 2009 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737

Re: dbskipper intermitent error

James The file is opened in shared mode , here is the code below Thanks for your help, Richard IF APP1 = NIL   LDEFAPP := .F.   FOR DNUM = 1 TO 11      AADD(TBTN,NIL)   NEXT   IF ! NETOPEN("SAVVISI",,5,"VISI")...
by Richard Chidiak
Tue Oct 13, 2009 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737

Re: dbskipper intermitent error

Richard, >There is an alias in my browse definition >It looks like , somewhere, xbrowse is losing the alias I did a search of cAlias in TDatabase (dated 6/9/09) and I cannot find anywhere where cAlias is assigned nil or "". The only other possibility I can think of is that the databa...
by James Bott
Tue Oct 13, 2009 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737

Re: dbskipper intermitent error

James

There is an alias in my browse definition

It looks like , somewhere, xbrowse is losing the alias

This is why i am using all these traps

The code is big, i can show it no problem , i am not sure it will help

Richard
by Richard Chidiak
Tue Oct 13, 2009 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737

Re: dbskipper intermitent error

Richard,

I am not sure why you need those cAlias traps. I don't see how you can create a browse without an alias since it is automatically created in the New() method. Do you know under what circumstances it is giving the alias error? Can you provide a small sample showing the error?

Regards,
James
by James Bott
Mon Oct 12, 2009 8:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737

Re: dbskipper intermitent error

Harvey

still waiting for a fix

Richard
by Richard Chidiak
Mon Oct 12, 2009 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737

Re: dbskipper intermitent error

Richard:

Do youR fix in the method is a permanent fix or are you still waiting for a fix?
by hag
Mon Oct 12, 2009 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737

Re: dbskipper intermitent error

I have this error on some of my clients pcs randomly, i think it has to be adressed. here it a copy of the error.log Error description: Error DBCMD/2001 Workarea not in use: DBSKIPPER Stack Calls =========== Called from: => DBSKIPPER(0) Called from: C:\PRODUCTION\CBATIPROD\xbrowse.prg => (b)TX...
by Richard Chidiak
Mon Oct 12, 2009 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737

Re: dbskipper intermitent error

Harvey, et. al.; If you are setting the codeblocks yourself, please post that code here. If you are you should probably be using setRDD() instead (unless you need some special codeblock actions). I suspect that you have a database function in one of your codeblocks that is not using an alias. This i...
by James Bott
Tue Sep 29, 2009 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737

Re: dbskipper intermitent error

Peter, Harvey

I have seen this error as well .. using Hernan's twbrowse .. best I can tell this error occurs when the last row has been deleted from the listbox and you use an UpStable() call ..

Take a look there to see if you can pin it down.

Rick Lipkin
by Rick Lipkin
Tue Sep 29, 2009 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 9737
PreviousNext

Return to advanced search