Page 1 of 1

DC_DbRecord crashed in v260

Posted: Tue Dec 23, 2014 4:08 am
by hz_scotty
Hello!

I got an new Error with v260 (in v259 it was still ok)

Code: Select all

953      oRecord:=(::BEST_LOG)->(DC_DbRecord():new())
954      (::BEST_LOG)->(DC_DbScatter(oRecord))
955      cEAN:=(::BEST_LOG)->EAN
I saw the difference was a new iVar and some Codelines in _dcfunct/Function DC_DbRecord

Code: Select all

cDeletedFieldName := 'RECORD_DELETED'
what can i do to fix this quickly?

Merry Christmas to all eXPress++ Users

Re: DC_DbRecord crashed in v260

Posted: Tue Dec 23, 2014 6:48 am
by rdonnay
Hans -

Can you please tell me what is the date and size of the _DCCLASS.PRG file in your \exp19\source\dclipx folder?

I suspect that you were given an update to this file, but did not get the corresponding update to _DCFUNCT.PRG?

Roger

Re: DC_DbRecord crashed in v260

Posted: Tue Dec 23, 2014 7:24 am
by hz_scotty
Hi

Yes you send a update here for another problem and i put it in my dclipx folder
"Fix for Tabpage flicker problem in build 260"

this file i attached is the newone.

Re: DC_DbRecord crashed in v260

Posted: Tue Dec 23, 2014 8:57 am
by rdonnay
Sorry for that.

Here is an updated _DCFUNCT.PRG that should solve your problem.
Copy it to your \exp19\source\dclipx folder and run BUILD19_SL1.BAT to rebuild DCLIPX.DLL.

Re: DC_DbRecord crashed in v260

Posted: Tue Dec 23, 2014 11:21 am
by hz_scotty
Hello!

:clap: it works - thank you