Multirow Browsing

This forum is for eXpress++ general support.
Post Reply
Message
Author
Andy Edward
Posts: 103
Joined: Fri Sep 17, 2010 2:58 am

Multirow Browsing

#1 Post by Andy Edward »

Hi Roger,

I'm facing an error

Code: Select all

Date        : 23/01/2013
Time        : 09:41:00
Procedure   : _BLOCK2STRING
Line Number : 1245
Information : Error BASE/1025
Description : Parameter has a wrong data type
Operation : EVAL
Thread ID : 3
Source      : 
Called from : (B)INIT: _DCINIT(28)
Called from : _BLOCK2STRING(1245)
Called from : XBPCOLUMN:CREATE(285)
Called from : XBPCOLUMN:CONFIGURE(450)
Called from : DC_XBPCOLUMN:INIT(2439)
Called from : DC_GETLIST:READGUI(2429)
Called from : DC_READGUI(108)
Called from : DRAWCHART(656)
Called from : (B)MAIN(0)
These are my column definitions:

Code: Select all

DCBROWSECOL DATA { {|| xDATA->ACNO}, {|| xDATA->DESC}} ;
            HEADER 'A/C CODE;DESCRIPTION' WIDTH 15;
            EVAL bRightClick;
            TOOLTIP 'Right Click to show Bar Chart'
I have seen the topic http://bb.donnay-software.com:8080/phpb ... ?f=2&t=875 and tried to use the dclipx.dll that you suggested, but I'm still facing the same error. any ideas?

Best Regards,

Andy

User avatar
Tom
Posts: 1172
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Multirow Browsing

#2 Post by Tom »

What is inside "bRightClick"?
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

Andy Edward
Posts: 103
Joined: Fri Sep 17, 2010 2:58 am

Re: Multirow Browsing

#3 Post by Andy Edward »

Hi Tom,

Code: Select all

bRightClick := {|o|o:dataArea:rbDown := ;
DC_MergeBlocks(o:dataArea:rbDown,{|x,y,z| SALESGRAPH(),oBrowse:refreshAll(),DC_GETREFRESH(GETLIST) })}
Best Regards,

Andy

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

Re: Multirow Browsing

#4 Post by rdonnay »

Does the MULTIROW sample work in \exp19\samples\browse ?

Pbuild MULTIROW

Then run multirow.exe
The eXpress train is coming - and it has more cars.

Andy Edward
Posts: 103
Joined: Fri Sep 17, 2010 2:58 am

Re: Multirow Browsing

#5 Post by Andy Edward »

It doesn't work.

here is the log from xpperror.log
------------------------------------------------------------------------------
ERROR LOG of "C:\EXP19\Samples\Browse\MULTIROW.EXE" Date: 01/25/2013 11:33:15

Xbase++ version : Xbase++ (R) Version 1.90.331
Operating system : Windows XP 05.01 Build 02600 Service Pack 3
------------------------------------------------------------------------------
oError:args :
-> VALTYPE: U VALUE: NIL
oError:canDefault : N
oError:canRetry : N
oError:canSubstitute: Y
oError:cargo : NIL
oError:description : Parameter has a wrong data type
oError:filename :
oError:genCode : 2
oError:operation : eval
oError:osCode : 0
oError:severity : 2
oError:subCode : 1025
oError:subSystem : BASE
oError:thread : 1
oError:tries : 0
------------------------------------------------------------------------------
CALLSTACK:
------------------------------------------------------------------------------
Called from _BLOCK2STRING(1245)
Called from XBPCOLUMN:CREATE(285)
Called from XBPCOLUMN:CONFIGURE(450)
Called from DC_XBPCOLUMN:INIT(2439)
Called from DC_GETLIST:READGUI(2429)
Called from DC_READGUI(108)
Called from MAIN(131)
Any other ideas?

Best Regards,

Andy
Attachments
error msg screenshot
error msg screenshot
Untitled-1.jpg (67.41 KiB) Viewed 10305 times

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

Re: Multirow Browsing

#6 Post by rdonnay »

It appears that you are running build 257.
That was a known bug that was fixed in build 258.
Send me a private email and I will send you download instructions.
The eXpress train is coming - and it has more cars.

Andy Edward
Posts: 103
Joined: Fri Sep 17, 2010 2:58 am

Re: Multirow Browsing

#7 Post by Andy Edward »

Hi Roger,

The 258 build solved the issue. Thank you.

Best Regards,

Andy

Post Reply