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.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 6:13AM
    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 6:13AM
    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 6:13AM
    Is the cross mark that you are talking about .. is it in WingDings 2???
  • edited 6:13AM
    I also dont know what you mean by "Memo Size"..

    Im sorry for being so dumb..

  • edited 6:13AM
    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 6:13AM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.