Multirow Browsing
Posted: Tue Jan 22, 2013 6:53 pm
Hi Roger,
I'm facing an error
These are my column definitions:
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
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)
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'
Best Regards,
Andy