Storing and display user's choices

Hi,
I have a captivate interaction that has three decision screens with four choices (buttons) at each decision. Is there a way to store which choice the user clicks, and display it on the screen at the end of the interaction?  I'm looking at creating a variable for each Decision, and then when one of the choices is clicked, assigned the variable (Decision1) with cpQuizInfoAnswerChoice. but can Captivate store that info through additional slides, and then display it later on? or does the variable get cleared once we leave the decision slide?
thanks for your help!
Carrie

Replying to myself here - so what I ended up doing for the prototype is creating an action for each choice button that assigns feedback text to the choice variable (so "assign variable Decision1 with "xyz feedback".)
then, I just called variable Decision1 up on a screen at the end of the module. it worked!

Similar Messages

  • Capturing and displaying user input in Crystal Reports

    Hi all,
    Iu2019m creating a crystal report with SAP as data-source and want to capture user input and display it on the report.  I have defined parameters to capture the input and added them to the report header.   I have then created formula fields to capture user input using the JOIN statement to accommodate multiple values.   Everything works well when users enter values for all the parameters, but when they leave some blank I get an error message u201CParameter value is nullu201D.
    Has anyone encountered this type of problem;  Anyone knows how to resolve this?

    Hi
    In parameter window make the Optional prompt to True.  And change make change in your record selection formula like this :
    (not HasValue({?PrjMgr@SELECT Firstname,lastname FROM OHEM}) OR
    ISNULL({?PrjMgr@SELECT Firstname,lastname FROM OHEM}) OR
    ({?PrjMgr@SELECT Firstname,lastname FROM OHEM} = '') OR
    {OHEM.firstName} = {?PrjMgr@SELECT Firstname,lastname FROM OHEM})
    Regards

  • Storing and displaying LOB - pdf, images

    Hi,
    I am using Oracel 10g on Linux.
    I need to store pdfs and images and display them using HTMLDB reports and Discoverer reports. the LOBs size vary from 30KB to 1700KB.
    Which will be the best way to store these objects. since the sizes are not that big, i was thinking of storing them directly in the database tables instead of storing them externally.
    and storing internally in the database, will it be better for a quick retrieval and display of the LOB in the reports.
    Can somone guide me and maybe link me to some documents for storing LOB and displaying using HTMLDB and Discoverer.
    Thanks,
    Philip.

    Whether you store the documents in the database or not is totally dependent on your requirements (backup, security, etc). As for performance, you may need to test that for yourself once you have it configured.
    You may want to walk through this How to Upload and Download Files in an Application. It provides detailed instructions for facilitating what you are looking for in Application Express (formerly HTMLDB).

  • Storing and displaying web sites

    Hi,
    I'm writing an RSS Aggregator and I want to be able to download an HTML web site and present it to the user in a nice way. I know there are some very nice existing browsers out there, but the problem is they all take a URL. Therefore, they require an active internet connection to view the site. I would like, if possilbe, to be able to store the HTML so that even if the user is not online they can still view it.
    So far all I've come up with is storing the HTML as a String, but that doesn't capture images or style information and ends up not looking very nice when you put it in a JEditorPane. It's not absolutely crucial to be able to capture images, but it would certainly be nice. Of course, I don't expect to be able to follow links with my off-line application either - I'm not trying to download the entire internet!
    Any help would be greatly appreciated,
    -Peden

    Ok so I did some more investigation on this serialize
    issue and I found it is a known bug that was
    documented as early as 2002!
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=463
    0761
    This guy was trying to do exactly the same thing I am
    - so it turns out there IS a nice tool out there for
    storing a web site and this it! Supposedly there is
    an easy fix to the HTMLDocument class but I guess
    Sun's developers just haven't gotten around to it
    yet???
    So is it conceivable that I could change Java's
    source code to fix this problem for me? I feel like
    this is the tool I am looking for and the solution is
    right there, there's just this stupid little easy to
    fix bug which is preventing me from getting this
    thing working. Any insight?
    Thanks,
    -PedenI don't think you can get your changes into JDK 1.6 since that is in RC. I don't know if you can submit code to 1.7 yet, but that would be an option.
    You shouldn't try to modify the class for an existing version since the VM won't load it (unless you place it on the bootclasspath)
    Kaj

  • Using edit text control for storing and displaying text of 1000 characters

    Hi all,
    I have a requirement to provide a field for remark in one of dialog screens, for saving remarks of up to 1000 characters. I made container and edit control and add a field LCHR in database table with preceding INT4 field. Then I use this code to save/read data in/from database table:
    CALL METHOD editor->get_textstream
         EXPORTING
           only_when_modified = 0
         IMPORTING
           text               = mytext
         EXCEPTIONS
           OTHERS             = 1.
    in user command and:
    CALL METHOD editor->set_textstream
         EXPORTING
           text = mytext.
    in status.
    Then in read I tried to select single LCHR field from that row and put it in mytext TYPE string. In save I save mytext as LCHR field in database table. There is no error anywhere but it doesn't work. Is it even possible to save STRING text in LCHR field of database table?
    What is alternative? Text objects from SE75?

    Having a string in a database table is absolutely independent on having some trouble in the program. If you got an error saying you need only flat structure, that means you can't use a deep structure in the context.
    I suppose you are using the structure on the screen or ALV. You can only use a flat structure there (no strings, no sub-tables...) as you would not be able to render a deep-structured data on the screen. Of course, ABAP could handle that e.g. by ignoring those deep fields, but we would want too much.

  • SharePoint 2013 - What are all requirement components for People Pickers to list, search, display, and assign users permission

    Hi All
    the past few months, I have been working with permission issues related to SharePoint 2013 site permission settings using People Pickers to list, search, display users to assign or check permission.
    Our environment include multiple domains and few forests. Our SharePoint farm is installed on one domain but the good thing is our AD structure are configured to have all other domains and forests with 2 ways trusts with this domain so domain
    users are authenticated and can access SharePoint just fine. Also SharePoint use default claim authentication.
    The problem is People Picker is not display all domains user accounts when site owners need to assign permission. So to resolve the problem, I had provisioned
    SA - User profile service and Import AD domain user accounts (one way) into Sharepoint.
    I configured stsadm.exe -o setproperty -pn peoplepicker-searchadforests -pv
    for all domains and forests (eventhough, as mentioned we do have 2 ways trust)
    and sometime tried different query (user last name, domain\logonname, email address) if one is not showing.
    With all that added, People Pickers seem to find and display user account for all domains now.
    My question now is do UPS and all AD domains users need to be imported into SharePoint and STSadm configuration are required in order to have all domains user accounts to display in People Pickers so the site owners can
    find them and assign permission when needed?
    Please share your advices, comments as they are really valuable to me.
    Thanks
    Swanl

    UPS and people pickers are virtually unrelated. The only connection between them is to do with caching and updating user names and emails if they change over time, or in other words not relevant to your situation.
    To answer your question directly; Nope, you do not need to set up synchronisation connections to a domain to be able to pick up a person in a people picker. As you've seen you may need to run some STSADM commands to make sure they are checking the right
    places.

  • MSI CX61 2PC multimedia notebook, the choice of students and office users

    Slim and slight, MSI's CX61 presents good performance of the latest laptops for casual and online gaming competitions. Under the hood, these NBs meet your need for machines that with good performance with better user experience. In addition, unique Audio Boost for headsets sound enhancement solution. Easy to take and good mobility, CX61 will give you the smooth experience in HD gaming competitions.
    Taipei—MSI has received high marks for its high-end gaming laptops, the good performance but compact gaming design in new gaming notebooks. They featured Intel's 4th Generation Quad Core processor and new Generation NVIDIA GeForce GT820M discrete graphics. CX61 2PC was designed to meet the demands of business usage and casual gamers around the world.
    [TABLE=width: 151, align: center]
    [TR]
    [TD][/TD]
    [/TR]
    [/TABLE]
    Best of casual gaming — MSI's newest GP gaming laptop
    Eric Kuo, vice president for global sales & marketing, MSI Notebook, points out the CX61 2PC featured with GT820M graphics and audio boost for better headset experience, while weighting in at only 2.5 kilograms under. CX61 is the trimmest and most popular classic laptops and are the best choice of casual games players around the world. Not only do they feature the processor using 22nm production technology, CX61 also packed NVIDIA 's latest GT820M 2GB discrete graphics card. Comes with the innovative Audio boost solution — a world first developed by MSI, AMP (Audio amplifier), and gold jacks, bringing the new Generation cinema-grade quality sound to an all-new level.
    Performance nVIDIA GeForce GT820M discrete graphics
    MSI CX61 2PC came locked and loaded with the nVIDIA GeForce GT820M discrete graphics card which boasts 2GB DDR3 of display memory. The GT820M over P5200 scores on 3D Mark Vantage, and 3D Mark 11 got P1500 scores. That coupled with the fact that it supports DirectX 11 effects and nVida PhysX technologies. You will be amazed by good casual gaming experience of your favor online games on HD resolutions, CX61 is your easy to take and best companion anywhere.
    Sharp and slight design with quick launch keys
    The design of CX61 2PC comes with sharp and business style, this makes CX61 looks low-profile but high efficiency on both business and casual gaming. The quick launch keys was designed on the up side of the keyboard, it’s easier for users to enable WiFi, to disable the touch pad when you installed a USB mouse, enable turbo battery mode when you are in battery mode to save more battery life. The gray color covers the whole CX61 with business shape and style.
    [TABLE=width: 221, align: center]
    [TR]
    [TD][/TD]
    [/TR]
    [/TABLE]
    Know more about gaming laptop features at MSI Dragoon Army!
    In addition to pushing the envelope in terms of notebook computer performance, MSI continues to work in cooperation with well-known gaming teams around the world, including FNATIC from Europe and teams from Asia. MSI actively participates in a variety of gaming activities to increase name exposure, to improve on product functions, and to enhance user experience. What's more, for its new platform, this year, MSI set up the Dragoon Army website and forum for MSI gaming laptop users and competition gamers around the world. For more on gaming products and gaming info, please go to http://dragoonarmy.msi.com.

    hello i have first model and look so old msi CR410.....and the problem is...my lappy running to slow...i have upgrade the RAM 2GB TO 6GB...and done format it...so got a BIT faster only....what should i do???.....should i upgrade a prcessor? help i work on editing video and photo use ADOBE PHOTOSHOP and many more...help me......
    MY SPECS NOW......:-
    -PROCESSOR AMD V160 2.4GHz
    -GRAPHIC ATI MOBILITY RADEON HD4270
    -RAM DDR3
    -WINDOWS 7 ULTIMATE (ORIGINAL)

  • My lock screen just shows a black background and a User Name/Password dialog after opening the screen from sleep. How do I get it back to where it blurs my desktop image with the dialog and my account image displayed?

    I'm not sure when it began, but now my Macbook Air only shows a black background and a User Name and Password dialog box when I wake it from sleep. It used to show my desktop background blurred with my user name and icon displayed with only a text field for entering my password. I'm currently using Yosemite (OS X 10.10.1) and all updates have been done. Any help or suggestions would be greatly appreciated as I know this isn't a real problem, just an annoyance since I couldn't find how to change it back in the System Preferences.

    I just have to point out that after looking at a related post (https://discussions.apple.com/message/22661092#22661092), it brought to memory that my issue most certainly began happening after I added some DoD certificates to the keychain. This obviously has something to do with it, but it still leaves me wondering what actually causes this to happen. :/

  • How to provide a same user SU01  for admin and display authority on PFCG

    Hello Security Experts,
    I am working on a requirement where I have to create a role for user administrator with Display access in PFCG but user should be able to use SU01 to do user administration meaning create , change user ( including role assignments) , delete , lock/unlock user.
    First I have maintained S_USER_AGR as ACTVT 03,08,22  / S_USER_AUT as ACTVT 03,08,22 / S_USER_GRP as ACTVT 01, 02, 03, 05, 06, 08, 22, 78 / S_USER_PRO as ACTVT 03, 08, 22.
    Disabled Objects S_USER_VAL and S_USER_TCD.
    While testing the role I got authorization error where my SU53 and trace pointing at missing value in S_USER_AGR as ACTVT 02.
    After assigning S_USER_AGR as ACTVT 02 the role assignment is allowed in SU01 however the role change is also enabled from PFCG where my test user is able to get in to the role in edit mode (however he cant do any changes in role or generate the role as I have disabled S_USER_VAL and did not provide 02 on S_USER_PRO ) and save the role.  This should not happen as per requirement.
    How can I restrict PFCG to display and allow user to assign roles to end users ? Kindly suggest and help.
    Thanks in advance for your help.
    Regards
    Murali

    Hi
    Run pfcg and try to go to change with your restricted settings then click on the error message to get the table entries in performance assistant. Put those in prgn_cust via sm30.
    Then use 22 instead of 02 in newly called object S_USER_SAS.
    Make sure you have at least one user with * in that object for full access across the landscape before transporting the table.
    Cheers
    David
    Edited by: David Berry on Oct 23, 2010 10:25 AM
    Edited by: David Berry on Oct 23, 2010 10:26 AM
    Forgot to say - when you have the new object value 22 in your restricted role and assigned to test user prior to moving to PROD the only way to go into change mode is to first go to the USER tab and then press change. Anywhere else and you'll still get the 'you are not authorised' message.
    Edited by: David Berry on Oct 25, 2010 8:04 PM

  • PDF stored on Application Server - Need to retrieve and display

    Hi All,
    Let me explain to you what I am doing and how I have not succeeded.
    I am quiet a senior ABAP guy henceforth I am posting this and have also looked for previous posts to no avail.
    Firstly, I use GUI_UPLOAD and OPEN dataset to store a PDF file on the Application Server. I have retrieved it with CG3Y without any problems. My requirement is that I have a list of these PDF files displayed on a report and a user selects ONE line and clicks VIEW PDF (custom ALV). This should then launch the PDF in acrobat from the Application server.
    I have tried WS_EXECUTE but that does not work. I do not even mind if this PDF is displayed in HTML or an image. I just need some help??
    ANy help will be greatly rewarded.
    Thanks!!

    the working of this code is embedded in the comment:
    " First I set some define for the program:
    define for the program *****************************************
    DATA exe_4_doc TYPE string VALUE '"C:\Program Files\OpenOffice.org 2.3\program\swriter.exe"'.
    DATA exe_4_xls TYPE string VALUE '"C:\Program Files\OpenOffice.org 2.3\program\scalc.exe"'.
    DATA exe_4_ods TYPE string VALUE '"C:\Program Files\OpenOffice.org 2.3\program\scalc.exe"'.
    DATA exe_4_ppt TYPE string VALUE '"C:\Program Files\OpenOffice.org 2.3\program\simpress.exe"'.
    DATA exe_4_pdf TYPE string VALUE '"C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe"'.
    " local data
    DATA file_path TYPE string.
      " name of the executable
      DATA program(128) TYPE c VALUE ''.
    " I searched the file path for the extension for some type of file
    " assigning the name of the program to use:
    " pdf file
      IF program IS INITIAL.
        SEARCH file_path FOR '*pdf'.
        IF sy-subrc = 0.
          program = exe_4_pdf.
        ELSE.
          SEARCH file_path FOR '*PDF'.
          IF sy-subrc = 0.
            program = exe_4_pdf. " defined at the top
          ENDIF.
        ENDIF.
      ENDIF.
    .... " search for other extension
    " then I assigned the value to
      IF program IS NOT INITIAL.
        " '"' are mandatory to avoid problems
        " with white space in the path
        CONCATENATE '"' file_path '"' INTO file_path.
        CALL FUNCTION 'WS_EXECUTE'
             EXPORTING
                  " file_path is the path to the file
                  commandline    = file_path
                  " program is one of the define above
                  program        = program
             EXCEPTIONS
                  frontend_e
                  rror           = 1
                  no_batch       = 2
                  prog_not_found = 3
                  illegal_option = 4
                  OTHERS         = 5.
        IF sy-subrc = 0.
             "error
        ENDIF.
      ENDIF.
    With this code I can open every file I want with every program.
    Hope this can help.
    Cheers
    Gabriele

  • Error while checking in and storing: C:\Documents and Settings\user\Desktop

    Hi all,
    I'm getting  the following Error while checking in original to Content Server
    "Error while checking in and storing: C:\Documents and Settings\user\Desktop" Message 26253
    OAC0, OACT, CSADMIN settings seems to be Ok .
    Settings in DMS SPRO - in dc10, dc20(data carrier used PC)- everything fine
    -Authorization issues are not there
    Earlier checking in was possible with same settings, but now we are getting this error.
    From my end i had test the RFC Connection (SAPFTP, SAPFTPA, SAPHTTP, SAPHTTPA) through SM59 and its test run was successful. So the possibilty of RFC Failure was ruled out.
    I knew this problem was arised as there is some issue in Content Repository, but not able to trace it out.
    If any one knew what to do in this case, then let me know.
    Secondly, what are the things need to be checked to identify the content repository Checking in Issue.
    Regards,
    S Anand

    Error Resolved.
    I had only executed the below command
    ./dbmcli on SDB>db_execute SET LOG AUTO OVERWRITE ON
    OK
    seems like Log file was full. but now its working.
    Thanks for your suggestion.
    Regards
    S Anand

  • PDF addresses not longer load and display PDF in Firefox and solutions suggest to other users with problem DON'T WORK (work fine in Chrome and Safari)

    This is an ongoing problem with other users. When putting a PDF in address window of Firefox and clicking go to address FIREFOX WILL NOT LOAD AND DISPLAY THE PDF. This problem has come up in questions from other users on your site. NONE OF THE SUGGESTED SOLUTIONS WORK! (trying either the Firefox PDF viewer or the Acrobat viewer as default viewer)
    I am using Firefox 23.0.1 (as some of the other users with the same problem). This was not a problem in the past with Firefox. Safari and Chrome continue load and display PDFs just fine from their addresses. This is a big problem as I now have to inform people who want to view my PDFs NOT TO USE FIREFOX BUT TO USE SAFARI OR CHROME.

    It appears that a link to a PDF on an internet page will not download in Firefox either!
    I went to this page:
    http://www.nasa.gov/connect/ebooks/earth_art_detail.html#.UjYEzrwsU08
    and tried to download the PDF link at the bottom of the page (Download: PDF 11.3 MB) It didn't work! Nothing happens. Tried it in Safari and it worked flawlessly.
    I have a PDF file of my work in the public_html folder on my URL. I give the address generated by that file to people who want to view my work---this works perfectly in Safari and Chrome. As to your other question, can't bookmark it if I can't get to it in Firefox.

  • I am loging in SAP. Initial screen come where it display User Menu and Sap

    Dear All,
    When i am loging in SAP. Initial screen come where it display User Menu and Sap Menu, but User menu is in active not showing but T code are executing then what object i have missed.
    can u help me?
    Thanks,
    Regards,
    Sachin

    Hi Sachin,
    It doesn't care if you're using SAP_ALL or any of those profile. That is not relevant. I had that case a few days ago, I'm not using any of those profiles and I made it work with help of one post.
    If you put the transactions in the tab "Menu" of the role in the PFCG, and if you activate parameters I mentioned in a prior post, then you should see the Menu.
    Tables SSM_CUST and USERS_SSM. The first is global and the other is user-especific.
    The link in one of the first post of this thread hace all the info.
    That should work, that worked in my case.
    What values the parameters have on those tables? The more the info the better.
    Updating the parameters on those tables should help. If still doesn't work then you should check another parameter using transaction RZ10 or report RSPARAM.
    If my info solves your problem, points are appreciated, if not, we will try...
    Jose

  • BADI or User Exit validation of operations tab and displaying an error mess

    Hello,
    Could you please let me know the BADI or User Exit validation of operations tab and displaying an error message in iw32
    Thanks,
    Suresh Mgl

    Hi ..
    I tried that user-exit...but i need to block the changes for purchase requisition which is in released stutus..
    .i hope i need to do implicite enchancement spot.....could you please help me to do that..
    Thanks,
    Suresh Mgl

  • What is going on with all my apple device. Facebook keep displaying users or friend in wrong display picture and today uses my friend picture to display my I D...what is going on. A bug or what?

    What is going on with all my apple device. Facebook keep displaying users or friend in wrong display picture and today uses my friend picture to display my I D...what is going on. A bug or what?

    IPad and IPhone 4

Maybe you are looking for

  • Sale order document flow-u0091Service Documentsu0092 is coming which should't aper

    New Issue with Sales order document flow: When linking from a sales order in document flow, we were reviewing why the description information varied.  In looking at different values, we clicked on a new item within document flow that allows you to li

  • Schedule line in Scheduling Agreement non modifiable

    Hi Friends, I'm creating Scheduling Agreement with VA31. The issue is that Schedule line category is coming as non-modifiable. Is it standard that in Scheduling Agreement, you can not overwrite default schedule line category? In customizing for Assig

  • Vendor VS Customer

    Dear Sir, Any report is available  to get customer and vendor data at one place. Regadrs, Suman .

  • My wireless adapter not detecting the Network

    I have a Lenovo 3000 Y100 Laptop. My Wireless network adapter is Intel PRO Wireless 2200B/G. I dont know why but it is not detcting the wireless network in my office network. Do i need some more driver or patch to apply. Premanand

  • Simulation in Open card framework

    hi,all can any body knows where i can simulate the applications developed in open card Framework. is JCWDK (provided in java card development kit) is usefull to simulate the application developed in open card framework??. Thanx in advance Varun Arora