Paint cell in browse

HMG en Español

Moderator: Rathinagiri

Post Reply
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Paint cell in browse

Post by danielmaximiliano »

Hello everyone
today I was looking at the possibility of painting a cell of the same content in a Browse Grid

Hola a todos:
hoy estaba mirando la posibilidad de pintar unas celdas del mismo contenido en un Browse/Grid

Code: Select all

bColor := { || IF ( ordkeyno()/2 = INT(ordkeyno()/2) , { 222,222,222 } , { 255,255,255 } ) }
or

Code: Select all

fColor := { || if ( This.CellRowIndex/2 == int(This.CellRowIndex/2) , { 0,0,255 } , { 0,255,0 } ) }	


but not what I need, my question is if you can paint all the cells that are the same "Aseg.."

pero no es lo que necesito, mi pregunta es si se puede pintar todas las celdas que sean del mismo "Aseg.."


see many examples in MiniGUI, hmg.4 and hmg.3.0.35 but did not find anything.
do not know how to refer to the next cell to make the comparison and so painting.

mire varios ejemplos tantos en minigui , hmg.4 y hmg.3.0.35 pero no encontre nada parecido.
no se como referirme a la celda siguiente para hacer la comparacion y asi pintar.


DaNiElMaXiMiLiAnO
Attachments
Polizas en Vigencia Final.jpg
Polizas en Vigencia Final.jpg (157.55 KiB) Viewed 3009 times
Polizas en Vigencia Final2.jpg
Polizas en Vigencia Final2.jpg (180.42 KiB) Viewed 3009 times
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Post Reply