Display the values of variables

I'm working on a Captivate 5 project in which the values of the variables are assigned and then reassigned. Is it possible to display the value of a variable in a text box or other window to ensure that the value changes? Thank you.

Darin

Hello David,.

It's the way I am especially debugging advanced actions by inserting the variables used in a text of the legend Rick indicates. A long time ago that I wrote two articles on the basic use of variables, perhaps reading could specify:

Use the power of variables without advanced actions

Unleash the power of variables with advanced actions

CAUTION: sometimes the update does not appear immediately. In another thread, I explained how you can refresh the contents of the enhanced TextArea widget that contains a variable that is filled with another widget on the same blade.

Lilybiri

Tags: Adobe Captivate

Similar Questions

  • How to display the value of the variable for bottom of pl/sql

    How to display the value of the variable for bottom of pl/sql

    declare

    V_1 number: = 10;

    V_2 number: = 20;

    V_3 number: = 30;

    v_4 number: = 40;

    v_5 number: = 50;

    test varchar2 (100);

    Start

    I'm in 1.5

    loop

    test: = "v_" | I have;

    dbms_output.put_line(i||) e > ' | test);

    end loop;

    end;

    /

    How to get below output:

    1 > v_1

    2 > v_2

    3 > v_3

    4 > v_4

    5 > v_5

    But I want to output of

    1 > 10

    2 > 20

    3 > 30

    4 > 40

    5 > 50

    Hello

    You cannot reference variables as you did and get the value of the variable. Use pretty collection.

    set serveroutput on size 2000
    declare
      type      number_table is table of number;
      numbers   number_table := number_table(10, 20, 30, 40, 50);
    begin
      for i in numbers.first .. numbers.last
      loop
        dbms_output.put_line(i || '->' || numbers(i));
      end loop;
    end;
    /
    
    anonymous block completed
    1->10
    2->20
    3->30
    4->40
    5->50
    

    See the Collections of PL/SQL and Records http://docs.oracle.com/cd/E11882_01/appdev.112/e25519/composites.htm#LNPLS005

  • Display the values of the Page element in HTML table

    Hi all

    could you please help me with the below? I want to have a table in the HTML area and to display in the table of elements of the Page of the page.

    I got the code like this:
    {
    < table >
    < tr > < td > & P1_ECEMEA_ASSISTANCE < table > < /tr >
    < tr > < td > & P1_ECEMEA_WIP < table > < /tr >
    < /table >
    }
    It shows the element of the Page names in the form of text, not the values.

    However, this code without the tags table:
    {
    ECEMEA request for Assistance of the CQT: & P1_ECEMEA_ASSISTANCE.
    ECEMEA CQT Work in Progress: & P1_ECEMEA_WIP.
    }
    Works and Page element values are displayed.

    Is it possible to display the values of the Page element in the HTML table at all or should I use a different method to show the values in a table? The above is only an excerpt of the code. I need to display about 30 items in Page, put in shape in a table with headers.

    Please let me know what kind of region is the best to use, or if I have to use only a few symbols of escape in the table code...

    Thank you and best regards,

    Vladimir

    Vladimir,

    Looks like you're missing the period after the substitution variables.

    {
    
    &P1_ECEMEA_ASSISTANCE.
    &P1_ECEMEA_WIP.
    }

    -D.

  • Display the values in a list in a certain way

    Hello

    I'm looking for a way to display the values in a list by the first value by a slash and the rest with an indentation.

    In other words in this way:

    /value

    Value1

    value2

    value3

    etc...

    Please see the attachment for a better reference where data are received and then filled to the window list.

    Thanks for your comments

    Thanks guys,.

    I endend up doing this:

    If (i == 0)
    {
    sprintf (current_log_view, "/ %s", cnfg_display_db [i] "");
    }
    on the other
    {
    sprintf (current_log_view, "%s", cnfg_display_db [i]);
    }
    SetCtrlVal (log_panel, LOG_LOG_TB, cnfg_display_db [i]);
                            
                            
    InsertListItem (dir_list_panel, DIR_LIST_RETR_LIST, current_log_view, i, 0);

    and it works very well!

    Thanks again

  • How to display the value of the column

    Oracle 10g on Linux

    I want to display the value of the id column in the table of www if count (distinct id) is 1. The following query is fine except that it does not display the value of the column ID help, please.
    SELECT count(distinct id)
                   FROM www c
                  WHERE C.x_code IN (SELECT D.x_code
                                                     FROM www_app d
                                                    WHERE d.y_code = '1151299386')
                  having count(distinct id) = 1                                                

    I think you can use MAX in this case

    SELECT max(id)
                   FROM www c
                  WHERE C.x_code IN (SELECT D.x_code
                                                     FROM www_app d
                                                    WHERE d.y_code = '1151299386')
                  having count(distinct id) = 1
    
  • Need help displaying the value of field in another!

    I have a problem, I'm sure is simple but I can't understand it.

    I would like to create a field that displays the value of a field point selecteed in drop down. For example, I created a drop down menu which has 3 times that I have assigned values to each:

    Items in drop-down list

    point: Unlimited time export assigned value: 4 000,00

    point: 8-hours coverage export value assigned: 3,000.00

    point: 5 hours Covrage export value assigned: 2,000.00

    This drop-down list is named "CoverageTime".

    I want to create a text called 'Price' field that will display the value of the selected 'CoverageTime' element drop-down list.

    For example, if I chose "Unlimited" (which I have highlighted as 4,000.00) in the drop-down list, the 'Price' of text field should display the value of 'CoverageTime' of 4 000,00.

    As you can see in my screenshot, I have selected ' Unlimted Time'. The value that I put to this element from the drop-down list is 4,000.00. But the price text field does not the value of the element "Unlimited time", selected in the drop-down list.

    How to make this happen? (Sorry for the picture on the side)



    I'm not sure what you mean about #1 (there is nowhere where to put the code in the tab Options), but it's okay because the second is on the right track. But to set the value of the field, assign anything you want event.value. So the correct code for the custom script to calculate the price of the text field:

    The value of this field for the price of the value selected from the drop-down list

    Event.Value = getField("CoverageTime").value;

  • display the value zero

    The first query shows that there is no amount present in the warehouse
    SQL>  select sum(received_qty) - sum(transact_qty) - sum(transit_qty) from ship_1 where matid='52616
    ' and placefrom='Jeddah MC';
    
    SUM(RECEIVED_QTY)-SUM(TRANSACT_QTY)-SUM(TRANSIT_QTY)
    ----------------------------------------------------
    The second query shows the warehouse got about 35 pieces of a specific material.
    SQL> select  sum(received_qty) - sum(transact_qty) - sum(transit_qty) from ship_1 where matid='8521'
     and placefrom='Central Store';
    
    SUM(RECEIVED_QTY)-SUM(TRANSACT_QTY)-SUM(TRANSIT_QTY)
    ----------------------------------------------------
                                                      35
    In the form for the first query, I want to display the value 0 (zero), how this can be done...?

    Hello

    Using NVL as

    select  NVL (sum(received_qty) ,0) - NVL (sum(transact_qty),0) - NVL (sum(transit_qty),0) from ship_1 where matid='52616
    ' and placefrom='Jeddah MC';
     
    

    Kind regards

    Abdetu...

  • Why HBox does not display the value of the label?

    I try to display the value of language in HBox (red cloth).

    < mx:HBox label = "Tax Code" width = "100 percent" height = "100%" >

    < mx:VBox autoLayout = "true" >

    < mx:HBox label = "tax detailsborderStyle""" = "solid" borderColor = "#000000" ToolTip = "Tax Details" textAlign = "center" > "

    < mx:Form width = "100%" height = "90%" >

    < mx:FormItem label = tax "Registered(Y/N)" direction = "horizontal" >

    < mx:RadioButtonGroup id = "rbgCreditTaxDetails" / >

    < mx:RadioButton label = "Yes" groupName = "rbgCreditTaxDetails" / >

    < mx:RadioButton label = "" groupName = "rbgCreditTaxDetails" / >

    < / mx:FormItem >

    < mx:DataGrid dataProvider = "{status}" >

    < mx:columns >

    < mx:DataGridColumn headerText = "TaxCode" dataField = "status" / >

    < mx:DataGridColumn headerText = "tax registration No." dataField = "description" / >

    < / mx:columns >

    < / mx:DataGrid >

    < / mx:Form >

    < / mx:HBox >

    < / mx:VBox >

    < / mx:HBox >

    Hello

    This tag will be useful when you add your HBox in a TabNavigator. In tabs label will indicate.

    Hope this helps

    Rush me

  • How to display the values of the Parent form in the form of child

    Hello


    I have the order Page and Page element


    In the order Page If I select any item and click submit, it should open the article Page and results should display in advance table region. In my article page I have region of header (default double) with 3 fields (dummy) as

    Agenda
    Description
    org

    Now my question is, I need to display the value of the item in the item Page header area in the column of the item that I was selecting in the order Page.

    I have a prescription 100 point A, B, C, I select B and click on submit it should open on the Articles page and article Page, I have a column called Item and value B sholud be fulfilled.



    Thank you
    Mahesh

    OAMessageTextInputBean oa = (OAMessageTextInputBean) webBean.findChildRecursive ("ItemNo");
    oa.setAttributeValue (SItemNo);

    There is no such method as setAttributeValue for UI beans, this method is for VO, that is to say if you take a VO and VO a method object to set its attribute.

    Bean of the user interface, you will need to use method below,

    OAMessageTextInputBean oa = (OAMessageTextInputBean)webBean.findChildRecursive("ItemNo");
    oa.setValue(pageContext,SItemNo);
    

    Thank you
    AJ

  • Display the value in the selection list

    Hi all
    Any body know how to get the text to display selection list in another text field? Suite of java script displays the value no text, I need another way around. I don't want to change the selection list that the user needs to see the text value.

    in the HTML section.
    < script language = "JavaScript" type = "text/javascript" >
    int f_getText (pThis, pThat) {}
    var enter_val = pThis;
    var return_val = pThat;
    {
    gReturn = document.getElementById ("enter_val") .value;
    {html_GetElement (return_val) .value = gReturn.toUpperCase ()}
    }
    }
    < /script >
    >

    in the HTML form element attributes.
    onBlur = "javascript:f_getText('P40_LOC_ID','P40_LOCATION')";
    "" Thank you

    Pascal M

    Change your JS function

    function f_getText (pThis, pThat){
    
    var  sel=$x(pThis);
    $x(pThat).value= sel.options[sel.selectedIndex].text
    
    }
    

    CITY

    Published by: city has 8 November 2008 17:24

  • Display the value of the element in the HTML area

    Is there a way to display the value of an element within an HTML reigion? I know below is not the syntax that is appropriate, but there must be a way to call for the value of an element to display in my HTML code.
    <!--
    < body >
    < p >: P1_ITEM < /p >
    < / body >
    ->
    Published by: dsn0wman on August 31, 2008 12:58

    Published by: dsn0wman on August 31, 2008 12:59

    You can use the following syntax in the header, html body, or the footor in your area:

    & P1_ITEM.

    And commercial front and end point are needed.

    If you want to format, you can use the following

    < span style = "make-weight: bold;" "color: darkblue" > & P1_ITEM. </span >

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • Displays the value of the variable user based on the advanced run-time action

    Captivate 8.0.1.242 - Windows 7 64 bit

    I need to display the total duration of the captivate file in a text caption. To do this, after a bit of googling, discovered this total = cpInfoFrameCount/cpInfoFPS. I created a user variable called 'v_totalTime' and in stocks advanced created a standard action called 'totalTime' and added a phrase v_totalTime = cpInfoFrameCount/cpInfoFPS.

    Now the weird part is, I don't know how this user variable appears as text. In the text of the legend, when I hit $$ v_totalTime$ $ and overview slides in captivate, the value is not displayed. So I think, the advanced action is not get triggered. So how to get this working?

    Even the blog posts that are older than 4 years still not seen at this time.

    Every action has to be triggered by an event: events / Actions (Advanced) - Captivate blog

    In this case, you can use the event to enter for each slide. This means that the value of v_TotalTime will be refreshed only at the beginning of the slide.

    Another tip: type a variable in a text (shape or legend) container ever but still use the X button in the composition of the Panel properties, tab Style role. This will prevent any typos (variables are case-sensitive) and you can also change the default length that will be used to display the variable.

  • Display the value of the column automatically based on another column in a table

    Hello

    I use APEX 5.0, I have a requirement to display the field automatically based on the tabular presentation of other numbers.

    img.png

    in the screen shot attached above when I press Add button line a new line is created and enter the value in 'place no.', 'dept and identification of height place' when I press tab or get out of the column "height", "GID" should appear automatically.

    To display the GID my query will be like that. "Select GID from x where no = '1011' place and dept = 88 and height = 88'.

    How to get the value of from GID of the another value entered in Place no, dept and height in tabular form.

    Thanks in advance

    Ravi.

    Hi Ravi

    No need to point of Application or process. I just completed the task with the following steps

    (1) create 4 hidden items

    P2_SELWID

    P2_SELDEPTH

    P2_SELHEIGHT

    P2_CALCWNAME

    (2) gives 3 CSS classes in three columns of tables.

    . WID

    . DEPTH

    . HEIGHT

    (3) create the function jQuery for re - get three items from the page on a line if one of them has been changed.

    Add the following code to the function and the declaration of global variables

    function setRowItemValues(p_rownum){
        wid_col_id = 'f02_' + rownum ;
        wid_col_val = $('#'+wid_col_id).val();
        depth_col_id = 'f03_' + rownum ;
        depth_col_val = $('#'+depth_col_id).val();
        height_col_id = 'f04_' + rownum;
        height_col_val = $('#'+height_col_id).val();
        wname_col_id = 'f05_' + rownum;
        // set P2_SELWID,P2_SELDEPTH,P2_SELHEIGHT
        $s("P2_SELWID", wid_col_val );
        $s("P2_SELDEPTH", depth_col_val );
        $s("P2_SELHEIGHT", height_col_val );
        $s("P2_SELWNAMEID", wname_col_id );
        // Call the Dynamic Action to get WNAME if all values are not null
        if( wid_col_val != ''  && depth_col_val != '' && height_col_val != '' ){
            //Call DA to Get WNAME from WINT
            $.event.trigger("CalcWNAME");
            // set the Tabular form
            $('#'+wname_col_id).val($x("P2_CALCWNAME").value);
        }
    }
    

    and run when the Page loads

    $(document).on("change", ".WID,.DEPTH,.HEIGHT", function(){
        rownum = $(this).attr('id').substr(4);
        setRowItemValues(rownum);
    });
    

    (4) create a dynamic Action to get WNAME based on a PL/SQL function. Note the submitted page elements.

    CalcWNAME

    (5) set of the corresponding element in the line of the function jQuery, after completing the DA.

    Please check and I hope your problem is now solved.

    Concerning

    Mahmoud

  • the value of variables in the text box.

    I write a code that has a function of function there is a table of the different variables of table, values come from Server I'd like
    Enter this value of var in the text box.

    It's like in the code file is like this

    public void mainMenu (rcvParametersArray:Array): void {}

    var IndianMenu:int = rcvParametersArray [0];
    var chainesMenu:int = rcvParametersArray [1];
    }

    Assuming a component textArea on the stage, something like the following should work (composed an array to pass to the):

    var theMenus:Array = [1,2];
    mainMenu (theMenus);
    function mainMenu(rcvParametersArray:Array):void {}
    var IndianMenu:int = rcvParametersArray [0];
    var chainesMenu:int = rcvParametersArray [1];
    arrayDisplay.text = IndianMenu + ', ' + chainesMenu;
    }

    However, it seems that he might extend to several items, I was wondering if maybe you don't want to have an array of arrays so that the menu name is incorporated with its index or regardless of the other properties are associated with. Maybe not, but I thought that I would say something like the following in case it is useful

    var theMenus:Array = new Array ({name: 'Indian', index: 1}, {name: 'Channels', index: 42});
    mainMenu (theMenus);
    function mainMenu(rcvParametersArray:Array):void {}
    for (var i: int = 0; i< rcvparametersarray.length;="">
    arrayDisplay.text += rcvParametersArray [i] .name + "" + rcvParametersArray [i] .index + "\n";
    }
    }

    Finally, if the values in the table of your original paintings are numbers or integers (ints), you can convert them to strings before displaying using the toString() function, unless they are be concatenated with an existing string.

  • Display the values selected in a multiple selection prompt

    Is it possible to display all the values selected from a multiple selection prompt? One who is not in a mini report with a filter = promt tabular. I need in the narrative field.

    I don't have anythign to find at the moment which gives no other alternatives.

    Don't know why you need in the view of the narrative, but outside of what you mentioned (prompt = filter), there is no way to store multiple values in a variable to use in the same report selections. But you know that if you chose the way you mentioned, you could do this:

    (1) to your "mini-report" switch to the display of explanatory text.

    (2) since there is only a single column, type @1 in the narrative field.

    (3) consider the maximum number of values that a user would choose 10. Then in the 'lines to display' set 10.

    (4) in the line separator, put in a comma and press the SPACEBAR (this will add a space after the comma).

    (5) now drag this report to the dashboard and the button report properties, select 'View', then select your narrative point of view.

    HTH,

Maybe you are looking for

  • Set knop body IK I of zijkolom met bladwijzers kon openen en Pickwick.

    In of previous versie van mozilla firefox kon I filled with 'bladwijzerknop' (het sterretje) of bladwijzerbalk openen pages van het scherm aan. ALS I nu op die drukt knop, opens zich een bladwijzerbalk (of hoe dat heet ook) huren in het midden van he

  • Portege R700 - how update Win 7 32 bit to 64 bit?

    After having upgraded the RAM 8 GB, how now move the installed "Windows 7 Pro" from 32-bit to 64-bit in order to make the best use of the extra memory? No "Tecchie", so please explain in simple terms! Thank you

  • HP Pavilion m7-1015dx, replacing a wlan card

    I want to replace my wireless network adapter (Ralink RT5390R) for one who supports the 2.4 and 5 Ghz frequency networks, with up to 450 Mbps of bandwidth. What (brand, model) offer which is compatible with my laptop?

  • HP envy could not be restored by the dvd

    Hello I have the hp envy 14. I tried to restore windows 7 with dvd's (twice). He faild with the error0xe0f00013. so I ran the hard drive diagnostic test and it stopped at 25% and gave error "fast hard disk (303). can all-in-one help me with this.

  • Difference between CE657a and CE658a of HP laserjet pro P1102w

    What is the difference between printer HP Lasejet Pro P1102w CE657A brand and the other with CE658A? I'm planing to buy specific P1102w printer and I see in the stores that they have these two brands in the offers. I tried to find the difference betw