Cross size
Hi,
Ive been using the version 3.0 basic. I have very little money.
It works fine.. Im real happy.. I only have one problem. The check box on the reports doesnt fill up the box.. "TFrxCheckBoxview"
Its too small. Is there any way I can change the size of it so that it fills the box? bigger? Can I change the image? I can afford the source code.
Ive been using the version 3.0 basic. I have very little money.
It works fine.. Im real happy.. I only have one problem. The check box on the reports doesnt fill up the box.. "TFrxCheckBoxview"
Its too small. Is there any way I can change the size of it so that it fills the box? bigger? Can I change the image? I can afford the source code.
Comments
what you can do is use a memo size it and use the wingding font
cut and paste the character you want from character map
then set a larger font size and write a bit of code to control visibility or use an
iif function in the memo.
Im not sure I understand.. Are you saying that the wingding font is built into windows? and to alter the font in windows?
Im sorry for being so dumb..
Better this way?
instead of using the checkbox use a textobject(memo) set its size and frame properties to suit your needs, set its font to wingdings, then you can adjust the font
size to suit your needs, you may also want to adjust the gap properties of the memo.
Now you can add code to obp event of memo to control visibility of the memo depending upon an expression
or you can use an iif expression in the memo.