Is it possible to display a value on the Internet within Captivate?

Is there a way to populate a variable in a published Captivate 7 project from a value found on a web page. I could be wrong, but don't see how it is without a widget.  If so, I am not able to locate one.
Here's an example of what I'm looking for: An XML value exists on web page abc.com. Captivate locates that value and displays it as text within the deliverable. When the value changes on the web page, it automatically changes in the deliverable.
Thanks!

You'd need to create a user variable in Captivate and then populate the variable using JavaScript:
function getUrlVar()
     var cp = document.Captivate;
     alert(cp.cpEISetValue("m_VarHandle.yourVariable", "yourValue));
When you need the value call JavaScript in a Captivate:
getUrlVar();

Similar Messages

  • Is it possible to display default values in input ready query.

    Hi Guys,
    Is it possible to display default values in input ready query.

    HI,
    Select the particular Variable.....in the right hand side u will find the default values tab....in that u can give the values...and save...if u run the query then it will show the default values for that Variable.selection....
    Thanks/Tarak

  • Date range to be displayed  & Displaying multiple values on the report

    Hi,
    I have date range parameters, but I also need it to be displayed it on the report. Is there any way I can display it. E.G If a parameter is created one can drag and drop it on the report if it needs to be displayed on the report, I tried to do the same for the date range parameter but it does not work.
    Also If a parameter is created by selecting the option 'Allow Multiple Values', and if you drag and drop it on the report only the first value is displayed and the rest does not show. Has anyone tried this before and been successful in displaying multiple values in the report.
    Thanks in advance.

    Hi,
    A multi-value parameter is actually treated as an array in Crystal Reports.
    To display the values selected in the parameter, create a formula from the Field Explorer and type this code:
    Join({?ParameterName},",");
    Place this formula on the header or the footer sections of the report.
    Regarding the date range issue, please follow Sastry's advice and it should work fine.
    Make sure you're using the parameter in the Minimum and Maximum functions. For eg: If I was to create a date range parameter called OrderDate, my formula to show the start date would look like this:
    Minimum({?OrderDate})
    -Abhilash

  • I do have wifi connection but no internet, how is this possible? I logged in to the internet at my friends place and when I got home my own internet was not working anymore

    I do have wifi connection but no internet, how is this possible? I logged in to the internet at my friends place and when I got home my own internet was not working anymore

    This is possible to be connected to WiFi but not internet.
    You connect to your modem/router via WiFi and whether it is connected to the internet or configured properly to route the internet to WiFi devices is a different story.
    Now if you've already reset your WiFi (try disabling and enabling) and perhaps even restarting your MBP
    Then make sure that your modem/router is connected to the internet.
    You can try any other device, lights on the modem/router or use Eth cable to test.
    Report back your findings.

  • Is it possible to display Suffix values in ALV Report

    Hi,
    Is it possible to display a suffix value in the output of ALV Report? If so how I can proceed? Please let me know an example.
    Thanks,
    Sekhar.J

    Hi Siddarth,
    I am sorry for the typo. It shold be Sub Script, Not a Suffix.
    Let  us take an example H2O, If we print it in this way it won't be meaning full, So i want to display this like
    H Subscript 2 O. I have a requirement for a column to always to display this kind of values, Is it Possible?
    Thanks,
    Sekhar.J

  • Possible to display domain value range descriptions rather than values?

    Hi All,
    We're using ECC6.
    I have a context input field on my view, which is  bound to a data type that is bound to a domain.  The values are brought back from the domain automatically but when the user selects a row, the fixed value is displayed rather than the description, i.e. the code for the value is displayed rather than the short description.
    This is not acceptable.  Before I go off and code something for this instead is there a parameter I can set to tell it to display the description rather than the code.
    Many thanks,
    Liz.

    HI Liz,
    You can read the domain name i guess, then you can use the Function Module DD_DOMVALUES_GET, make the call as
    CALL FUNCTION 'DD_DOMVALUES_GET'
           EXPORTING
                domname        = i_dom_name
                text           = 'X'
                langu          = sy-langu
           IMPORTING
                rc             = lv_rc
           TABLES
                dd07v_tab      = t_dd07v
           EXCEPTIONS
                wrong_textflag = 1
                OTHERS         = 2.
    you should get the short description in the field ddtext of result t_dd07v.
    Now instead of creating a domain you can provide these values to the valid values for your context dynamically.
    Hope this helps.
    Regards
    Vineet

  • How to display(binding) values in the table from more than one node?

    Hi,
    I have two nodes (TRIPS & AMOUNTS)in the context. How to bind these values into the table control?
    When i bind second one, first one is getting replaced.

    Hi Mog,
    Of course it is possible to create a table from attributes of more than one node, and in some cases this is still necessary, but you have to do this the hard (manual) way.
    If you have a table control, have a look at the properties and the elements belonging to it.
    First of all, there is the property "dataSource", which binds to a multiple node (let's name it TableRootNode). This means that for each element of THIS node, one row is created. In each row the data of exactly one element of this TableRootNode is displayed.
    Then you have columns in this table. Inside of the columns there is a header and an editor. The editor is the interesting part.
    Normally the primary property of this editor is bound to an attribute of the TableRootNode. Then everything works as expected. If it binds to an attribute of a subnode (SUB) of TableRootNode, then in row i the data of the subnode of the i-th element of TableRootNode is displayed. There is no need for SUB to be a multiple node, but it must not be a singleton.
    If you bind a property of the editor to an attribute, which does not lie in the subtree of TableRootNode, then you will see the same value in each row.
    Now it depends on the structure of your context. Take the node, which is relevant for the change in each row (I assume it is TRIPS) and bind the table to the node as you are used to. Then for each additional column, you have to create a new column in the tree, create a new header element with a title and a new editor (e.g. textview or inputfield) and then bind the right property of the editor to the corresponding attribute in node AMOUNTS).
    If these 2 nodes do not have parent-child-relationship, the tip to create a new node, which consists of the attributes of both nodes is the only solution.
    Ciao, Regina

  • Need to display a value before the header based on a user parameter.

    I have a select on the user parameter list of values.
    SELECT DISTINCT GROUP_ROWID, STR_GROUP_NAME
    FROM TBL_COMPANY_GROUP;
    I select the option hide the first column in order to show only a list of values and not the row_ids.
    I need to display the str_group_name within the header as a title. I insert a field in the header and in source select the name of the parameter p_groupid but the only thing that I get is the row_id value not the name. I use the row_id to pass it on my queries but I need the name value in the header. Any ideas? Please help.
    Thanks.

    create a parameter called p_header.
    in the after parameter form trigger
    select str_group_name into :p_header
    from tbl_company_group
    where group_id = :p_groupid;Have the header field source be p_header.

  • Is it possible to display fixed lines in the candlestick chart ?

    Hi,
    I have a nice candlestick flash chart using AnyChart integration kit.
    I would like to display 3 lines in this chart, they are as follow and they return one value each :
    SELECT SEUIL_HAUT FROM SITE_ECHELLE WHERE SITE = :p184_ename
    SELECT SEUIL_BAS FROM SITE_ECHELLE WHERE SITE = :p184_ename
    SELECT SEUIL_ALERTE FROM SITE_ECHELLE WHERE SITE = :p184_ename
    You know these line represents limits.
    I tried to add these values in the request below but nothing would appear. Do you have an idea how I could display these fixed lines ?
    DECLARE
    X VARCHAR2 (4000);
    BEGIN
    x := 'With S1 as (
    SELECT DATE1, round(avg(VALEUR),2) OPEN, NVL(ROUND(MAX(Valeur),2), 0) HIGH,
           NVL(ROUND(MIN(Valeur),2), 0) LOW,
           NVL(ROUND(AVG(Valeur),2), 0) CLOSE
    FROM   EVV_'||:P184_ENAME||'
    WHERE  DATE1 BETWEEN
           TO_DATE('''||:P8_DATE_DEBUT||'000000'', ''DD/MM/YYYYHH24MISS'') AND
           TO_DATE('''||:P8_DATE_FIN||'235959'', ''DD/MM/YYYYHH24MISS'') AND
           CLEF_VAR = (SELECT CLEF_VAR FROM SITE_ECHELLE WHERE
                       SITE = '''||:P184_ENAME||''')
           group by date1)
    Select NULL LINK,
           to_char(n, ''DD/MM/YY HH24:MI''),
          NVL(ROUND(AVG(OPEN),2), 0) OPEN,
           nvl(round(max(HIGH),2), 0) HIGH,
           nvl(round(min(LOW),2), 0) LOW,
           NVL(ROUND(AVG(CLOSE),2), 0) CLOSE
    FROM   (select to_date('''||:P8_DATE_DEBUT||''',''DD/MM/YYYY'') + (level-1)/
    TO_NUMBER('''||:P8_ECHELLE||''') n
    from dual  connect by level <=
      (select (to_date('''||:P8_DATE_FIN||''',''DD/MM/YYYY'')+ 1 - to_date('''||:P8_DATE_DEBUT||''',''DD/MM/YYYY'')) * TO_NUMBER('''||:P8_ECHELLE||''')
    from dual
      )) days
            LEFT JOIN s1 ON days.n = trunc(date1,'''||:P8_TRUNC||''')
    GROUP BY n
    order by n';
    RETURN (X);
    END;Thank you for your kind help.
    Christian

    Hello, Jacky, thanks a lot for your answer.
    This is not exactly what I was thinking about:
    I want that the planners can be informed in the BPS planning layout about about e.g. the date when material is available again.
    There should be a text saying: "Material xyz is not available until Oct 1st, 2008"
    Additionally, the user should have the opportunity to give comments on their planning data.
    Any idea?
    Thanks and best regards
    Gerd

  • How to display text value in the header data (Header text) of credit memo

    Hi...
    I need to display the text value of the text field in the header text of the header data in credit memo.
    The text values are stored in a ztable and i need to display it based on the billing document stored in vbrk (zfield) that was inserted during the creation of credit request..
    Appreciate your help on how to do this...
    Thansk and will surely reward the points..
    Kanthi..

    Hi kanthi ,
                   Read the value from Z Table and during the creation of cedit memo check out for some exit where u the value from The zTABLE AND use function module SAVE_TEXT with object and id in the header text .
    Please award if useful.

  • Displaying dynamic values in the list

    hi
    I have a list of usernames in the table and I want to display it on the list (not selection list)...when I click any usernames, the corresponding user details are to be displayed on the items..can anyone say how to display the usernames in the list by using the query? Is it possible to display the dynamic items(fetching from table) in the list? please help me...
    regards
    fazila

    Babu,
    This has been discussed in many old threads, try to find them. Also u can refer to article "Dependent Dynamic message choicelists ", at my blog
    http://www.mukx.blogspot.com/
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Is it possible to pass  a value from the list to another page..

    Hi everyone,
    I created a (list region) on a page and there is a FORM on the same page.I am trying to pass a value from that page to another page when the user selects one of the list entries.I tried with SET THESE ITEM.. WITH THESE VALUES in the list entries like
    SET THESE ITEMS--P13_TESTING_ID
    WITH THESE VALUES --&P10_ID.
    but its not working for me.I want to pass that value only when the user hits that list entry.Is it possible to do.
    Thanku
    phani

    Assuming P10_ID is an item on the FORM, I think , the form would have to be posted (submitted) for the item's vaue to be available in session state.

  • Displaying parameter value in the report output

    Hi,
    I have a requirement to display the value 'All' in the report when the user selects 'All' from the list box. Can anyone suggest a way?
    E.g.
    My LOV input to the report has following values, 'A', 'B', 'C', 'All'.
    If I select 'All', all the values A, B, C go into the query . But I need to display this I/P parameter as a field in the RTF showing 'All' in it.

    u can try like this
    if they select all u will have 'a,'b','c' as value in the xml tag right so always the string length of that xml field will be same when you select all . SAY STRING LENGTH WILL be 10 when user select ALL
    ( check the string how much is the value when you select ALL and implement this)
    we can try using string length
    <?xdoxslt:ifelse(number(string-length(XML_FIELD_TAG))>=10,'ALL',XML_FIELD_TAG)?>
    or
    <?xdoxslt:ifelse(number(string-length(//XML_FIELD_TAG))>=10,'ALL',//XML_FIELD_TAG)?>
    So it will display ALL when user selects ALL else the selected value.
    if you are not having parameter values as xml tag then you have use like this
    <?xdoxslt:ifelse(number(string-length($XML_FIELD_TAG))>=10,'ALL',$XML_FIELD_TAG)?>
    assign some points if helpful.

  • Poplist and displaying corresponding values from the database table

    Hi
    I have a poplist in a control block, the values of which are populated using a procedure. This is called in when-new-form-instance.
    This part works fine and values are filled in the poplist when form is opened..
    The datablock is based on a view. 3 columns from the view are selected to be displayed.
    Also the databock is filled with all values (for selected columns)
    Now when the poplist value is changed, I need the values in the datablock to be changed as well, but this is not happening.
    In my when-list-changed trigger, I have:
    go_block('datablock');
    execute_query;Please tell , where and what should I add to display the datablock values as per the poplist value.
    i.e, something like,
    select col1,col2,col3 from <view> where col4 =:control.col4
    Note:I tried in the where clause property of the block, but then nothing is displayed in the datablock
    Thanks

    This does not work , either..
    Before, when I changed the values from the list, it was still displaying same data on datablock always(all records)
    Now when I give this code,data is displayed in datablock only once(first time when the form opens)
    I have defined the Query data source type property on data block as "Table" but infact this datablock is based on a view..is this correct?
    Anything else I could try?

  • Displaying Total values at the bottom of the page.......

    Dear All,
    I am facing problem for aligning the total values at the bottom pf the page.The total values should be displayed exactly at the bottom of "qty" and "price" fields.On the page I have items,description also apart from these qty and price fields.
    Any info plzzzzzzzzzzzzzzzzzzzz..

    Hi,
    Try aliging your values using the TableLayout.
    Thanks.

Maybe you are looking for

  • Clipping paths not recognized (in InDesign)

    Some of my coworkers brought me some files that don't allow the clipping path to be selected in InDesign. These images are saved as PSD format, have a good path drawn and saved. When placed in InDesign, the option to use the clipping path or not is n

  • What lcd cord should i be looking for to buy for lenovo g500s no touch.

    i heard that i should be looking for oem cords since i dont have shared graphics. but i have no idea though. and by lcd cord i mean the cord that connects to the screen.

  • Clients repeatedly asking for update in BPC 5.1 SP5 (Patch 2)

    Hi guys.  Hope you can help. I am running a Dev server with BPC 5.1 SP5 Patch 2 and have enabled Auto-Update for Clients and Admins. When I log on, I receive the message that a new update is available for my software and it installs perfectly (I am a

  • Business partner relationships in order entry

    Hello, I have an issue with the business partner relationships. I have replicated the customer master data from ECC to CRM. In ECC the partner functions look like this for customer 100457: SP     Sold-to party          100457 BP     Bill-to party    

  • Function module to create users

    Hi All, Is there any function modules, with which I can create dialog users? (May be by inputing some parameters) Coudl any one help me out with it? Thanks a lot in advance. Regards, Pradeep