Cross size

edited 11:06PM in FastReport 3.0
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.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 11:06PM
    the checkbox uses the wingding font for the check mark
    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.
    ;)

  • edited 11:06PM
    Ok,
    Im not sure I understand.. Are you saying that the wingding font is built into windows? and to alter the font in windows?

  • edited 11:06PM
    Is the cross mark that you are talking about .. is it in WingDings 2???
  • edited 11:06PM
    I also dont know what you mean by "Memo Size"..

    Im sorry for being so dumb..

  • edited 11:06PM
    Gchamm wrote:
    I also dont know what you mean by "Memo Size"..
    use a memo, size it

    Better this way?
  • gordkgordk St.Catherines On. Canada.
    edited 11:06PM
    Since you are using basic and have no access to the source code
    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.
    ;)

Leave a Comment