DC_DbRecord crashed in v260

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
hz_scotty
Posts: 107
Joined: Thu Jan 28, 2010 8:20 am
Location: Wr.Neustadt / Österreich

DC_DbRecord crashed in v260

#1 Post 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
Attachments
error_dc_dbrecord_v260.jpg
error_dc_dbrecord_v260.jpg (65.66 KiB) Viewed 7808 times
best regards
Hans

User avatar
rdonnay
Site Admin
Posts: 4734
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DC_DbRecord crashed in v260

#2 Post 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
The eXpress train is coming - and it has more cars.

User avatar
hz_scotty
Posts: 107
Joined: Thu Jan 28, 2010 8:20 am
Location: Wr.Neustadt / Österreich

Re: DC_DbRecord crashed in v260

#3 Post 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.
Attachments
_dcclass.rar
(35.78 KiB) Downloaded 654 times
best regards
Hans

User avatar
rdonnay
Site Admin
Posts: 4734
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DC_DbRecord crashed in v260

#4 Post 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.
Attachments
_dcfunct.zip
(44.21 KiB) Downloaded 683 times
The eXpress train is coming - and it has more cars.

User avatar
hz_scotty
Posts: 107
Joined: Thu Jan 28, 2010 8:20 am
Location: Wr.Neustadt / Österreich

Re: DC_DbRecord crashed in v260

#5 Post by hz_scotty »

Hello!

:clap: it works - thank you
best regards
Hans

Post Reply