Hi all
I use Fastreport for Xbase++ and would like to translate Xbase++/Codejock color code to the format example as stated in the documentation below:
The low three bytes represent RGB color intensities for blue, green, and red, respectively. The value $00FF0000 represents full-intensity, pure blue, $0000FF00 is pure green, and $000000FF is pure red. $00000000 is black and $00FFFFFF is white.. etc
Joseph
COLOR INTERPRETATION
Re: COLOR INTERPRETATION
try AutomationTranslateColor()unixkd wrote:I use Fastreport for Xbase++ and would like to translate Xbase++/Codejock color code
greetings by OHR
Jimmy
Jimmy
-
- Posts: 605
- Joined: Thu Jan 28, 2010 9:11 pm
- Location: Steven Point, Wisconsin USA
- Contact:
Re: COLOR INTERPRETATION
Is fastreport still supported. I seem to have heard that the developer has left us.
Cliff.
Cliff.
Re: COLOR INTERPRETATION
AutomationTranslatecolor() does NOT work.
For now, Fastreport for Xbase++ not supported, Sergey Spirin died. But no doubt, Fastreport is an excellent report writer and it exits as an activex. It will be nice if what Sergey did on the Fastreport using DLL calls, can be translated to Activex implimentation.
Thanks.
Joseph
For now, Fastreport for Xbase++ not supported, Sergey Spirin died. But no doubt, Fastreport is an excellent report writer and it exits as an activex. It will be nice if what Sergey did on the Fastreport using DLL calls, can be translated to Activex implimentation.
Thanks.
Joseph
Re: COLOR INTERPRETATION
so perhaphs GraGetRGBIntensity() ?unixkd wrote:AutomationTranslatecolor() does NOT work.
greetings by OHR
Jimmy
Jimmy