Mulit-Row Browsing

This forum is for eXpress++ general support.
Post Reply
Message
Author
Wolfgang Ciriack
Posts: 484
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Mulit-Row Browsing

#1 Post by Wolfgang Ciriack »

Hi Roger,
i am testing version 257 and have the problem, that Multi-Row Browsing brings an error (runs ok with 255).
Can you give me a hint, what i have to change ?

Code: Select all

 (B)INIT:_DCINIT(28)
_BLOCK2STRING(1485)
XBPCOLUMN:CREATE(293)
....
These are my column definitions:

Code: Select all

DCBROWSECOL DATA {|| dc_getcolarray(TPOS_GRAFIKID,oBrowseT) }  ;
         HEADER "Art" WIDTH 0.5*w/8 TYPE XBPCOL_TYPE_BITMAP PARENT oBrowseT

DCBROWSECOL DATA {{|x| x:=dc_getcolarray(TPOS_NEXTDAT,oBrowseT), iif(!empty(x), ntocdow(dow(x)),"") }, ;
                  {|x| x:=dc_getcolarray(TPOS_NEXTDAT,oBrowseT), iif(!empty(x), expand(alltrim(str(day(x)))+"."),"") }, ;
                  {|x| x:=dc_getcolarray(TPOS_NEXTDAT,oBrowseT), iif(!empty(x), ntocmonth(month(x))+" "+str(year(x,4)),"") }} ;
         HEADER {'Datum'} ALIGN XBPALIGN_HCENTER+XBPALIGN_VCENTER WIDTH 1.5*w/8 PARENT oBrowseT

DCBROWSECOL DATA {{|| memoline(dc_getcolarray(TPOS_INFOTEXT,oBrowseT),45,1,,.T.) }, ;
                  {|| memoline(dc_getcolarray(TPOS_INFOTEXT,oBrowseT),45,2,,.T.) }, ;
                  {|| memoline(dc_getcolarray(TPOS_INFOTEXT,oBrowseT),45,3,,.T.) }} ;
         HEADER {'Meldung'} WIDTH 3.5*w/8 PARENT oBrowseT
_______________________
Best Regards
Wolfgang

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

Re: Mulit-Row Browsing

#2 Post by rdonnay »

Please try this dclipx.dll.
I believe I fixed this problem in build 258.

My test program in \exp19\samples\browse\multirow.prg runs with no errors.

http://donnay-software.com:8080/donnay/dclipx.dll
The eXpress train is coming - and it has more cars.

Wolfgang Ciriack
Posts: 484
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Mulit-Row Browsing

#3 Post by Wolfgang Ciriack »

Hi Roger,
with this dll it works. Did you published version 258 ?
_______________________
Best Regards
Wolfgang

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

Re: Mulit-Row Browsing

#4 Post by rdonnay »

My goal was to release and publish it before the Devcon this week, but my Xbase++ 2.0 pre-release expired.
I decided it was best to release it after the devcon and after I have installed the Devcon 2.0 release.
The eXpress train is coming - and it has more cars.

Wolfgang Ciriack
Posts: 484
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Mulit-Row Browsing

#5 Post by Wolfgang Ciriack »

Ok, thanks.
_______________________
Best Regards
Wolfgang

Post Reply