Court stopped receiving exception after we switched to old style tool tips. When the court has time we will see if using new style tool tips w/the most current versions of DC*.DLL files works.
Thank you!
Search found 10 matches
- Tue Dec 10, 2019 9:47 am
- Forum: Xbase++ 2.0
- Topic: JD_MAGICHELP:TESTTOOLTIP - Internal data structures corrupt
- Replies: 4
- Views: 11802
- Mon Dec 09, 2019 6:17 am
- Forum: Xbase++ 2.0
- Topic: JD_MAGICHELP:TESTTOOLTIP - Internal data structures corrupt
- Replies: 4
- Views: 11802
Re: JD_MAGICHELP:TESTTOOLTIP - Internal data structures cor
Sorry for the confusion and for posting in the xBase 2.0 forum. This is a 1.9 issue. We are using 1.90.355 and eXpress 1.9.254. NYS Court System purchased CourtRoom program from Terry Wolfe last year. We recently did a new install of the CourtRoom Program for a client. They repeatedly received the "...
- Fri Dec 06, 2019 8:49 am
- Forum: Xbase++ 2.0
- Topic: JD_MAGICHELP:TESTTOOLTIP - Internal data structures corrupt
- Replies: 4
- Views: 11802
JD_MAGICHELP:TESTTOOLTIP - Internal data structures corrupt
Hello - We are using xBase 1.90.355X, eXpress 1.9.254E The following issue started happening after a brand new installation of our program. We are at a loss on how to debug this. We are going to try re-installation as well as using the old style tool tips (DC_ToolTipThread(1)) instead of DC_ToolTipT...
- Thu Feb 28, 2019 1:40 pm
- Forum: Xbase++ 2.0
- Topic: Multi User Database Issue
- Replies: 18
- Views: 41059
Re: Multi User Database Issue
hi, more Comment *_LIFETIME are for DATA-Component not for ORDER-Component i recommend to remove hole "DBFCDX" DATA-Component, just use "FOXCDX" DATA-Component DbeInfo( COMPONENT_ORDER, CDXDBE_LOCKDELAY, 1 ) that is less than default ... :snooty: *_LOCKRETRY and *_LOCKDELAY default value most worki...
- Thu Feb 28, 2019 6:15 am
- Forum: Xbase++ 2.0
- Topic: Multi User Database Issue
- Replies: 18
- Views: 41059
Re: Multi User Database Issue
hi, i wonder that you are using FOXCDX and (!) DBFCDX :?: your last DbeSetDefault() is using "DBFCDX". did you switch it in you App :?: CDXDBE_LIFETIME does not exist. look at CDXDBE (ORDER Komponente) We inherited this code so I'm not sure why the dbesys has a reference to FOXCDE. We have the xbas...
- Wed Feb 27, 2019 1:50 pm
- Forum: Xbase++ 2.0
- Topic: Multi User Database Issue
- Replies: 18
- Views: 41059
Re: Multi User Database Issue
[quote="Auge_Ohr"][quote="dbroder@nycourts.gov"][quote="Auge_Ohr"][quote="dbroder@nycourts.gov"] Hi. We are using CDX[/quote][/quote][/quote]so you must have a own DBESYS ... please show it[/quote] [code] PROCEDURE dbeSys() SET COLLATION TO // Use strict ASCII sorting SET DATE TO AMERICAN // mm/dd/y...
- Tue Feb 26, 2019 1:41 pm
- Forum: Xbase++ 2.0
- Topic: Multi User Database Issue
- Replies: 18
- Views: 41059
Re: Multi User Database Issue
Hi. We are using CDXAuge_Ohr wrote:did you use NTX or CDXdbroder@nycourts.gov wrote:Thanks for your response. We are using indexes.skiman wrote:Hi,
Are you using indexes? It looks as you don't? You really need indexes!
- Tue Feb 26, 2019 12:41 pm
- Forum: Xbase++ 2.0
- Topic: Multi User Database Issue
- Replies: 18
- Views: 41059
Re: Multi User Database Issue
Thanks for your response. We are using indexes.skiman wrote:Hi,
Are you using indexes? It looks as you don't? You really need indexes!
- Tue Feb 26, 2019 9:29 am
- Forum: Xbase++ 2.0
- Topic: Multi User Database Issue
- Replies: 18
- Views: 41059
Re: Multi User Database Issue
hi, sorry it was not 1000000 but 1000000000 +1 look at DBFDBE (DATA-Komponente) DBFDBE_LOCKOFFSET did you use NTX or CDX :?: --- if it had work before it most are Anti-Virus Updates that make Problem. also Windows Update are know as Problem but i haven't News about Problem with Server 2016 --- plea...
- Thu Feb 21, 2019 10:09 am
- Forum: Xbase++ 2.0
- Topic: Multi User Database Issue
- Replies: 18
- Views: 41059
Re: Multi User Database Issue
hi, do you use Anti-Virus Software :?: if YES are Data Folder exclude :?: --- xBase DBF was never design for Network so it need some Tricks like Offset Locking at 1000000 +1 other are share Files using SMB (Server-Message-Block) which have different Level. when one 1 User work which share Files in ...