Hello,
is there a good solution to show rowcolors as a group ?
A normal defined pyjama-style looks like :
[code=fw:39gwkx3m][/code:39gwkx3m]
For a tourplanning I need a different solution
A defined tour must be completed with 2 drivers
that means I must show ( complete ) 2 equal row-colors ( pyjama ) as a group
This sample shows position 3 and 5 are not completed.
[img:39gwkx3m]http://www.pflegeplus.com/IMAGES/Group3.jpg[/img:39gwkx3m]
Maybe changing something inside this section ?
[color=#0000FF:39gwkx3m]
cTour := "F01"
oBrw:bClrStd := { || cTour := ("PFLEGER")->TOUR, ; // start-tour-color
If( ("PFLEGER")->TOUR == cTour, ;
{ If( ( oBrw:cAlias )->( Deleted() ), 255, aVal[103] ), aVal[102] }, ;
{ If( ( oBrw:cAlias )->( Deleted() ), 255, aVal[101] ), aVal[100] } ) }
oBrw:bClrSel := ;[/color:39gwkx3m]
...
cTour := ("PFLEGER")->TOUR // check tour in next row keep color until value changes
any idea ?
regards
Uwe
↧