Shape paint color from a registered bank
Hello everybody,
How do I paint a Shape passing the color that is registered in the database? I'm trying so, but it did not work.
Shape1.Color:=StrToColor(<frxDBDataset1."COR">);
grateful,
Ilano
How do I paint a Shape passing the color that is registered in the database? I'm trying so, but it did not work.
Shape1.Color:=StrToColor(<frxDBDataset1."COR">);
grateful,
Ilano
Comments
But you may write your own in FR script using below example.
Notice It depends how colors are kept in your table in "COR" field.
Regards
Mick