Radio buttons / check boxes

Post Author: tkr
CA Forum: General
Is there any to do checkboxes or radio buttons in crystal?  I'm using version 8.5

Post Author: codyj
CA Forum: General
I too am a noob and have a similar need. I am writing a report that I want to have 2 parameters for. One is a box number, this works. The other is to pick from two options, show destroyed items or not. The field this pulls from has many values, but I am only concerned with one. If the field is DE, then the item has be destroyed. I have been trying to set it up so that they users can pick from yes (showed destroyed items) or no (don't show destroyed items).
I can get the report to work, just not the show destroyed part. I am running CR XI Developer. I think the problem is in my record select formula:
{RP_INPAR7_VIEW.Storage} = {?Storage} and{RP_INPAR7_VIEW.Dispo} = {?Dispo}
I have tried Or and Xor instead of And, but no luck.
Thanks!

Similar Messages

  • Editing radio button / check box in MC question in DesignTemplates?

    Anyone an idea, how can I change these radio button / check box in MC question in a DesignTemplates?

    Hi there
    I don't believe this aspect may be controlled by a Design Template. Probably because this is an aspect that may vary from question to question. It deals with question functionality as opposed to simple visual elements.
    If you feel strongly this should be considered as part of a Design Template function, I might suggest you put it forward to Adobe.
    Click here to visit the Wish Form/Bug Reporting Form
    Cheers... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • How to create dropdown box, radio button,check box in wad

    Hi,
    How to create dropdown box, radio button,check box in wad.
    Thanks,
    cheta.

    Cheta,
    This are all standard Web Items in the WAD. Drag them onto your template and then make the changes you need to them in their Properties.
    Regards
    Gill

  • Radio Buttons & Check Boxes Replaced w/ Rectangles, when printing Form w/ Adobe Reader XI (11.0.03)

    Hello.  I need to be able to print a .pdf copy of a completed web page form.  The form is completed by entering data into text boxes and text areas, and selecting various radio buttons and check boxes.  When the form is complete, it is saved, which converts the form into a .pdf file.
    When I open the saved .pdf file, it looks completely normal.  I will then select the print button, which is built into the display window for the form.  The printed form will appear, but the radio buttons and check boxes will have been replaced with the outline of rectangles.
    This is what the source form looks like, before printing:
    This is what the printed image looks like, after printing.  NOTE: All check boxes and radio buttons (and the data that they contained) are gone:
    I am not sure if this is a setting that needs to be changed in Adobe REader XI, or something else.
    Please let me know what you think it might be.
    Thanks,
    Rick

    Michael,
    It is a web/html form.
    The forms are built and used inside of a software program called WebEOC.
    WebEOC is used to allow for sharing information between different
    emergency response entities (like a State, and the counties within the
    State).
    The form I am working with was built with a web page editing program.  The
    form uses html, xhtml, xml, CSS and javascript.
    A for user would launch the WebEOC form (after logging into WebEOC), and
    they would fill out the form.  Text goes into text boxes and text areas,
    dropdown menu selections are made, and some information is entered using
    radio buttons and check boxes.
    When the form is complete, it is saved within the WebEOC database, as a
    .pdf file.
    You can then open the .pdf file in order to see the form, in it's
    completed state, as a pdf.
    When I try to pint this pdf file of the completed form, the check boxes
    and radio buttons are replaced with rectangles.  Any selections made in
    the radio buttons or checkboxes is lost.
    Thanks,
    Rick
    [signature removed]

  • Radio Buttons / Check box of Gui Transaction not displaying in WEB UI

    HI,
    We are using CRM 7.0 / ECC 6.0, i am launching some ECC transaction in WEB UI using transaction launcher, Radio button and Checkbox are displaying properly in Dev CRM system but it is not displaying in Quality system.
    I compared both systems, everything is the same. I also checked the ITS URL, we are using transaction IC_LTXE.
    /sap/bc/gui/sap/its/webgui/!?transaction=IC_LTXE&okcode=ICEXECUTE&sap-client=100
    Please Advise ?.
    Thanks & Regards,
    Rajanidhi Rajasekeran.

    Hi,
    We are working on an upgrade project and have used transaction launcher to give SAP GUI transactions in Web UI.
    We are facing a similar issue.
    We have a report program with several checkboxes. User will select few checkbox and perform further processing.
    In development system it is working fine but in quality system if we scroll down or up after clicking on checkbox the page is getting refreshed and check is cleared.
    Did you come up with a reasonable solution to this issue?
    Do you know any way around this issue?
    Thanks in advance
    Regards,
    Sayan

  • Enable disable toolbar items on click on any checkbox,radio button,text box.

    Hi Friends,
    I am create application in eclipse RCP E4 and now i am trying to Enable disable toolbar items on click on any checkbox, radio button, text box .
    Please Help me friends....

    Hello friend my proble is solve and now i am sharing my solution ....
    I am create RCP application and view side any listener click event fire time apply this code
    IEvaluationService evaludationService = (IEvaluationService) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getService(IEvaluationService.class);
    evaludationService.getCurrentState().addVariable("noOfRowsChecked", noOfRowsChecked);
    evaludationService.requestEvaluation("com.jobsleaf.propertytester.canDeleteItem");
    and add plug in extension and create property tester class means listener property tester class side apply this code
    IEvaluationService ws = (IEvaluationService) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getService(IEvaluationService.class);
    Integer integer = (Integer) ws.getCurrentState().getVariable("noOfRowsChecked");
    if (integer != null)
    if (integer.intValue() > 0)
    return true;
    I hope useful above code when use property tester in eclipse RCP

  • Help with Radio Buttons & Combo Box for Flash Form that sends email

    I'm having a bit of a hard time with a Flash form that I'm working on.
    I've got the basic text fields working fine, but I'm not sure how to retrieve the values from the Radio Button and Menu List components.
    The PHP script pulls the values from the text fields with:
    $contact_name = $_POST['name'];
    $contact_email = $_POST['email'];
    $contact_subject = $_POST['subject'];
    but using
    $radioGroup = $_POST['radioGroup'];
    doesn't retrieve the selected radio button value.
    The radio buttons have a groupName of "radioGroup". The combo box component doesn't even show up in the HTML version, but does in the .swf.
    Can anyone point me in the correct direction to pull these values from these components and get them passed to the PHP form? The native .FLA and the php file are here for reference:
    http://dl.getdropbox.com/u/21984/flashform.zip
    My solution needs to be ActionScript 2.
    Thanks!

    again, you assign a variable.  the selected radiobutton's data and/or label isn't going to magically be sent to the php file.
    for example, if you have sendLV and receiveLV loadvars instances, you can use:
    sendLV.rbData=yourradiogroup.selection.data;
    sendLV.yourothervariables=yourothervariables;
    sendLV.sendAndLoad("yourphp.php",receiveLV,"POST");

  • BW Table for T-code RSSM  - Radio Button Checked ODS Infoproviders to AO

    Hello,
    Need to know the table which reads the tcode RSSM & the table when we check the ODS Infoproviders to right Authorization Objects.
    RSSM->click Radio Button-->Generating Authorizations for ODS Checks.
    Table which checks RSSM Tcode
    Table which checks for ODS Objects
    We are trying to create abap program which can be scheduled as batch job &  automatically and checks the ODS Infoproviders to right Authorization Objects.
    For Example:
    In BW security we check the Infoproviders to correct Authorization objects. This is one way of security in BW Reporting Authorizations.
    These checks can be read from table RSSTOBJDIR from Tcode SE16
    Please Let me know.
    Thanks,
    Vijay

    RSSTOBJDIR is the table which reads the ODS Objects from tcode RSSM.
    Issue Resolved & closed

  • Radio Buttons & combo boxes  in SQL statements

    Hey all,
    I have 3 radio buttons and i'm trying to insert the values of the radio buttons. I also have 3 combo boxes for date,month,year.
    In my database i have my radio buttons set to varchar and my combo boxes date,month,year are varchar also..but i dont know if this is the right way.
    I also don't know if my SQL statement is right.
    I'm getting this error when i compile program
    java.sql.SQLException: General error, message from server: "Column count doesn't match value count at row 1"
    thanx

    i forgot to post my code :-) here it is -->
    <%
    String radio = request.getParameter("radiobutton");
    String Username = request.getParameter("Username");
    String Password = request.getParameter("Password");
    String FirstName = request.getParameter("FirstName");
    String Surname = request.getParameter("Surname");
    String Address = request.getParameter("Address");
    String City = request.getParameter("City");
    String Email = request.getParameter("Email");
    String telephoneNum = request.getParameter("TelephoneNum");
    String radioB = request.getParameter("radiobutton");
    String cardNum = request.getParameter("cardNum");
    String date = request.getParameter("date");
    String month = request.getParameter("month");
    String year = request.getParameter("year");
    String radioBtn = request.getParameter("radiobutton");
    String shipName = request.getParameter("shipName");
    String shipSurname = request.getParameter("shipSurname");
    String shipAddress = request.getParameter("shipAddress");
    String shipCity = request.getParameter("shipCity");
    String shipCountry = request.getParameter("shipCountry");
    String shipPostalCode = request.getParameter("shipPostalCode");
    String driver="com.mysql.jdbc.Driver";
    String connectionURL="jdbc:mysql://localhost:3306/petshopwebsite";
    ResultSet rs = null;
    String password = "";
    String username ="root";
    Connection con = null;
    try {
    Class.forName("com.mysql.jdbc.Driver");
    catch(Exception e) {out.print("Failed to load mySQL driver.");}
    try{
    con = DriverManager.getConnection(connectionURL);
    System.out.println("Connected.");
    Statement stmt = con.createStatement();
    catch ( Exception t)
    System.err.println( "problems connecting to " + connectionURL + ":" );
    System.err.println( t.getMessage() );
         try
    PreparedStatement p = con.prepareStatement("INSERT INTO customerdetails(Title,Username,Password,FirstName,Surname,Address,City,Email,TelephoneNum,cardType,cardNum,date,month,year,shipTitle,shipSurname,shipAddress,shipCity,shipCountry,shipPostalCode)VALUES('"+radio+"','"+Username+"','"+Password+"','"+FirstName+"','"+Surname+"','"+Address+"','"+City+"','"+Email+"','"+telephoneNum+"','"+radioB+"','"+cardNum+"','"+date+"','"+month+"','"+year+"','"+radioBtn+"','"+shipName+"','"+shipSurname+"','"+shipAddress+"','"+shipCity+"','"+shipCountry+"','"+shipPostalCode+"')");
    int affectedRows= p.executeUpdate();
    catch(Exception yu){
    yu.printStackTrace();
    %>

  • How to get  current row(Based on Radio button check)  submit button Click

    Hi i hava Query Region Search(Based On Auto Customization Criteria).
    For Showing Results iam Using Table Region.
    Using Radio button How we get the row reference value using Submit button Click.
    Please Help on this .
    Thanks & Regards
    San

    Hi san ,
    Try this
    if ("EventID".equals(pageContext.getParameter(EVENT_PARAM)))
    String rowRef = pageContext.getParameter(OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);
    OARow row = (OARow)am.findRowByRef(rowRef);
    VORowImpl lineRow = (YourVORowImpl)findRowByRef(rowRef); // Replace your vo name .
    Please refer this link , Let me know if its not clear .
    Single Selection in table Region in OAF .
    Keerthi

  • I would like to do a loop (with LabWindows CVI 5.0) if the result of the toggle button check box is right. But it doesn't run because I don't know how can I have this data?

    If you have an answer, please send me an e-mail.
    Thank you very much for your help.
    A French guy.

    Guess I'm missing something...
    The simplest way to do this is to use GetCtrlVal (panel, Control, &val);
    val (integer) will be 0 if checkbox is not checked, 1 if checked.
    Should your actual problem be different just explain me and I'll try to help you.
    Roberto
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Forms - Radio Buttons as check boxes which turn into circles - Need them to stay as check boxes.

    Hi
    I am working on some forms for Teachers Reports it is a generic document for student reports. I have set the document in Indesign 6 and edited the pdf form in Acrobat Pro.
    The form consists of Radio Buttons (Check Boxes) as they have to score the child between 1-4 and the teacher is only allowed to select 1 box from out of the 4 boxes (hence radio buttons) .
    The problem we are having is that there might be 2-3 teachers that have to write and score each child's in a certain section of the report and they might use a PC or MAC to do this.
    For some reason, some of the reports have changed the Radio Button "Check Boxes" to a "Circle" both in the PDF and when printing and they need it to be a Check box. (In indesign this was set to Check Box and to print as a Check box)
    Some how after the teachers have used different computers the check boxes have changed to circles and we need to change them back to check boxes but is there a way to change them without having to go "Forms" > "Edit" > "Select all circles" > "Properties" > "Options" > "Button Styles" > "Change to Check".
    But it is not changing to all of the reports on some.
    Is there an easier option can select properties and search the "circles" and change to "check boxes" for the whole document?
    I really don't want to have to go into each report and have to change each individually or export and import the data in the forms and the teachers dont want to have to rewrite each report.
    Someone please help!

    Are all of the teachers using Adobe Reader (or Acrobat), as opposed to something like Preview on tha Mac or Microsoft Reader on Windows? Preview is known to corrupts PDF form in a number of ways, including converting radio buttons to check boxes. Microsoft Reader causes other types of corruption. Also, if you create the fields in InDesign, it uses non-standard appearances for the various states and even Reader/Acrobat doesn't always set them in the way you might expect, so it's best to create them in Acrobat.
    Your description is a bit confusing since you're calling them radio buttons and check boxes at the same time. Can you clarify what the original field type is?
    It is possible to set the various field appearance properties with a script, which could loop through all of the fields and make the needed changes, but without more information about what's causing the changes and exactly what the changes are, it's hard to suggest anything specific.

  • Installed JDeveloper 9i - RUP 6 on Windows 7 - Radio buttons do not appear

    a) I have installed JDeveloper 9i/RUP 6 on Windows 7 (64 bit)
    b) Database connection, application connection is fine.
    c) I am able to run some of the sample projects, able to connect Oracle applications etc..
    d) In JDeveloper settings window, radio buttons, check boxes etc do not appear/show-up
    For example JDeveloper --> Tools --> Preferences --> Embeded OC4J window
    None of the radio buttons appear.
    Would appreciate, if you can help.
    Thank you,

    Would you be able to share what you did to get JDeveveloper 9i to run on Win 7 64-bit? If so, what's a good way to get in touch maybe offline?
    When you say 9i, does that mean JDeveloper 9.0.3 ? that's the version I want to run.
    Thanks,
    Skip

  • Problem editing labels of radio button symbols in Fireworks CS6

    Hi,
    I'm new to Fireworks, and I am struggling with symbols. I have encountered several problems creating reusable symbols and especially editing the labels.
    Problem 1
    I can't edit the label of a symbol that I create using a default Common Library symbol as a starting point. Here's how to reproduce:
    - Open a default symbol, say RadioButton(win) for editing
    - Do changes (font for example)
    - Save as a new symbol in the Common Library folder
    - Use the new symbol in a new document
    - Editing the label in symbol instance properties does not work
    Continuing with a rather irrelevant use case just trying to understand what is going on:
    - Add a default symbol RadioButton(win) from the Common Library to the same document
    - Now try editing the label of the new symbol (added to the document above)
    - The label (and other properties) of the default symbol are edited instead
    Problem 2
    Why can I not enter a number as a label of the RadioButton(win) symbol, found in the Common Library? The workaround is simple though, I can just enter a number followed by a space.
    Problem 3
    How to create a set of a heading and three radio buttons as a symbol? If I simply convert three RadioButton(win) symbols and a text element to a new symbol, I lose the possibility to edit the labels of the radion buttons. The properties show that the radio buttons have labels from the time before converting to a new symbol, but in the new symbol the radio button elements have labels that say "label", and I cannot edit them.
    What is the best way to create radio buttons, check boxes, combo boxes and other symbols with custom look and feel, while retaining all the functionality of the symbols?
    Thank you,
    Teemu
    Fireworks CS6 12.0.1.273

    misterMistake wrote:
    > Fireworks v. 9.0.0.1188
    >
    > I have created a 4 state button & saved it to my
    button library. Now I need
    > to modify the graphic but cannot select it. When I first
    click on the "down"
    > state, the graphic is selected along with the "active
    area." If I grab the
    > button I can move it but then it immediately snaps back
    to it's original
    > position. I then cannot select the button again until I
    click to another state
    > and then back again to "down." This problem is not just
    with the "down" state
    > but all states. The documentation makes clear that I can
    just double click on
    > the button, either on the workspace or in the library,
    make my edits and then
    > click "done" in the button editor window. Clearly I've
    either done something
    > incorrect to lock the graphic or my understanding of the
    process is incorrect.
    > Any help appreciated.
    Can you upload a copy of the PNG file to your website for us
    to have a
    look at?
    Linda Rathgeber
    http://www.adobe.com/communities/experts/members/8.html

  • Authorization Check on Radio Button

    Hi,
    I have a custom report which has a radio button. Can I provide the authorization on this radio button, meaning only selected no. of users can run this report with radio button checked. I know it's possible through maintaining a list of users in custom table, But I want to check if we can do it using authorization object/group etc...

    Birendra, you're absolutely correct that we need to consider future maintenance efforts. But this is exactly a weak side of the parameter approach that you've suggested. The jet analogy is impressive, but way out of proportion in this case.
    Using authority check command in ABAP code and modifying screen elements is not hard-coding. The parameter approach also requires writing some code, so it has no advantage here.
    Also it requires someone (a Basis admin?) to update the user profile and a table entry that you've mentioned. To use the standard authorizations, only one authorization object will need to be created (although it may even be possible to use another, existing object if it's the same authorization level). It won't take more space or more time to create than an SM30 entry. Updating the roles might be more of a hassle than updating the user parameter, but the difference can hardly be considered significant and it's a one-time thing anyway.
    It is a matter of preference whether to hide a control, disable it or display a message. (By the way, in many standard transactions you'll find that controls or menu options are hidden/disabled based on authorization, so it is nothing exotic.) But I stand by my suggestion of using standard authorization check functionality specifically because it makes the future maintenance easier.
    1) Basis admins most likely already maintain some document regarding the role assignment. It might be actually easier to them to maintain the roles than to keep track of the additional profile parameter and remember it in future.
    2) Imagine years from now you're gone and all the new people are maintaining the system. The user gets a 'no authorization' message and, naturally, contacts a system admin. Again, naturally, admin will check security trace. Now guess what - your parameter thingy cannot be tracked anywhere. No one knows about it and it will take an ABAPer to figure this out.
    With standard approach it will only take a second to run SU53 and a few minutes to resolve an issue by a Basis admin. Additionally, authorization objects have 'where used' button, so it would be easy to check if and where the object is used (e.g. if the report has been changed/deleted it will be easy to spot the 'orphaned' object). With the profile parameter sooner or later someone will have to wonder what the heck it is for and might accidentally delete it. By the way, sometimes users actually have access to their own parameters, so it's not a very secure option either.
    I understand you mean well, but, unfortunately, in my work quite frequently I have to deal with some things that were developed by well-meaining consultants who overlooked some long-term effects of their approach.

Maybe you are looking for