CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2011
    Posts
    0

    Check Box display issue

    Hi All,

    I want to display check boxes on crystal report .

    To do the same i am using below code ,

    select({tb.Visit})

    case "Business" :CHR(254)

    case "Transit" : CHR(254)

    default: CHR(168)

    But getting values below instead of chekc box

    รพ for chr(254)

    .. for chr(168)

  2. #2
    Join Date
    May 2003
    Location
    Islamabad, Pakistan
    Posts
    284

    Re: Check Box display issue

    Place a Drawing Object on the report where you want to show the check box this will draw the Rectangle.

    Over the rectangle place the formula which should contain chr(252).
    If this post is helpful, then, Rate this Post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured