This forum is for eXpress++ general support.
hz_scotty
Posts: 107 Joined: Thu Jan 28, 2010 8:20 am
Location: Wr.Neustadt / Österreich
#1
Post
by hz_scotty » Tue Dec 23, 2014 4:08 am
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 (65.66 KiB) Viewed 8653 times
best regards
Hans
rdonnay
Site Admin
Posts: 4813 Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:
#2
Post
by rdonnay » Tue Dec 23, 2014 6:48 am
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.
hz_scotty
Posts: 107 Joined: Thu Jan 28, 2010 8:20 am
Location: Wr.Neustadt / Österreich
#3
Post
by hz_scotty » Tue Dec 23, 2014 7:24 am
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 727 times
best regards
Hans
rdonnay
Site Admin
Posts: 4813 Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:
#4
Post
by rdonnay » Tue Dec 23, 2014 8:57 am
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 762 times
The eXpress train is coming - and it has more cars.
hz_scotty
Posts: 107 Joined: Thu Jan 28, 2010 8:20 am
Location: Wr.Neustadt / Österreich
#5
Post
by hz_scotty » Tue Dec 23, 2014 11:21 am
Hello!
it works - thank you
best regards
Hans