Results 1 to 2 of 2

Thread: Empty radio Button Doesn't Show in the Crystal Report

  1. #1

    Thread Starter
    Banned
    Join Date
    Apr 2020
    Location
    https://t.me/pump_upp
    Posts
    61

    Empty radio Button Doesn't Show in the Crystal Report

    Dear All

    I have a Crystal Report with a string field (ATD) in Query (TendersCurrent) which I want to be shown as radio button , I made a formula field and added this code to it

    Code:
    if {TendersCurrent.ATD} = "ATD" then
    CHR(164)
    ELSE
    CHR(161);
    The problem is the radio button is shown only when it achieves the condition but why it does not show when it does not achieve the condition ,
    and is the chr(161) is correct or not?

    Thanks your cooperation

    Moheb Labib

  2. #2
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Location
    South Louisiana
    Posts
    11,711

    Re: Empty radio Button Doesn't Show in the Crystal Report

    Moderator Actions: Moved from the Visual Basic .NET forum to the Reporting forum.
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | Code Tags | Sword of Fury - Jameram

Tags for this Thread

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