|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-02-10 17:46:53
|
Hello! Excuse my ignorance, because I did not know how to work with colors after this modification Changelog 2370 I was used hwg_vColor() on Browse on bcolorblock. Now the colors used to browse a third option that is MSAcess (Microsoft color) is not RGB and not HEX. Now works fine with browse. //here is color not RGB or HEX but MSAcess color http://www.endprod.com/colors/ #define x_BLUE 16711680 #define x_DARKBLUE 10027008 #define x_WHITE 16777215 #define x_CYAN 16776960 #define x_BLACK 0 #define x_RED 255 #define x_GREEN 32768 #DEFINE x_GREEN_4 35584 #define x_GRAY 8421504 #define x_YELLOW 65535 #define x_ALICEBLUE 16775408 #DEFINE x_MINT 13237437 oBrw:aColumns[n]:bColorBlock := {|| aCor } aCor := {x_RED,x_WHITE,x_WHITE,x_DARKBLUE} Best regards, Itamar M. Lins Jr. |