Navigation based on the input textfield value?

Hi all.

I use Captivate4. In my project, I would like to navigate from one slide to another slide based on the value entered in the input textfield (as if as a drop down menu).

slide1.jpg

The image shows, if the user enters the values, it must navigate to slides respectively. So, I got a tip in this way action.

actions-dialog.jpg

Hello

Welcome to the Adobe Forums,

In order to reach the workflow that you specified in your post that you need several "check if ' for all defined slides the tip on the button click Action.

For Ex.

For "a" TI will look like this:

Because if "two" will look like this:

Rest allows you to change the variable, just make sure that these all will be on this same script for a button

It could be useful!

Thank you

Vikram

Tags: Adobe Captivate

Similar Questions

  • values based on the following logic 'values after the first values of two '_' and before last '_' values '.

    Hi all

    I need the values according to below 2logics in a single select query using instring and substring

    1 values based on the following logic 'values after the first values of two '_' and before last '_' values '.

    2 values based on the following logic 'values after the first values of two '_' and before last'-'values '.

    EXM:

    Entry: ABCD_EFGH_IJKLM - NOPQ_XYZ output: IJKLM - NOPQ

    Entry:. ABCD_EFGH_IJKLM - NOPQ output:IJKLM

    Thank you.

    Check the following

    WITH DATA1 AS

    (SELECT "ABCD_EFGH_IJKLM - NOPQ_XYZ" double val)

    UNION ALL

    SELECT 'ABCD_EFGH_IJKLM - NOPQ' double val

    )

    SELECT SUBSTR (VAL, INSTR(VAL,'_',1,2) + 1, DECODE (BIGGER (INSTR (VAL, '_',-1, 1), INSTR(VAL,'-',-1,1)), INSTR (VAL,'-', - 1, 1), LENGTH (VAL) + 1, INSTR (VAL, '_',-1, 1))-(INSTR (VAL, '_', 1, 2) + 1))

    OF DATA1;

    Concerning

    Salim

  • Filling of textfield based on the input of another textfield

    Hi guys,.

    I have a problem.

    I have a textfield and the input of information in which must be completed in antother textfield. It seems easy, but the trick is. For each new entry a new textfield should appear with this information. My problem is that it creates a textfield, but for every letter I type in and not to a string when I press ENTER.

    See attached example.

    I hope you can help me!

    Thank you

    Diana

    This is the code: (I can't reach the example for some reason any) Table_SF._Repeat_SF.addInstance (1); xfa.resolveNode "(Table_SF. ("Repeat_SF [" + (Table_SF._Repeat_SF.count - 1) + ' "] '). TextField1.rawValue = xfa.event.newText;

    Instead of placing the code in the event changes, copy it to the Exit event.

    Table_SF._Repeat_SF.addInstance (1);

    xfa.resolveNode "(Table_SF. ("Repeat_SF [" + (Table_SF._Repeat_SF.count - 1) + ' "] '). TextField1.rawValue = this.rawValue;

    Thank you

    Srini

  • Disable the navigation based on the value of the column?

    Hello

    When you activate the navigation I don't want the hyperlink in navigation is enabled for the particular data values in the column of the query.

    For example in my request Req_A I have column A, which has enabled another report of navigation. Column A has the following values 'ABC' and 'XYZ' "TUV". Can I some how disable/remove navigation links where that value is "TÜV"?

    Hello

    You now use standard column navigation. Instead, you must create a Case statement and use [Url GO | http://download.oracle.com/docs/cd/E12096_01/books/AnyWebAdm/AnyWebAdm_APIWebIntegrate6.html#wp1005251] feature.

    Use a URL for the values you want to naviagate on. Otherwise, just show the value.

    Good luck

    Daan Bakboord
    http://obibb.WordPress.com

  • Problem with the input TextField line number

    It's driving me crazy. I have a textfield with the input of type value. I want to delete it when the user presses enter on the ground and the carrot to return to the first line of text. However when I do this, I can never get the carrot to return to the first line, after I clear the field and he's always on the second line. If anyone knows the solution, please let me know. Here's the code that creates the field and clears it.

    The ScrollableTextEvent allows just my request to know that the key was pressed without the SHIFT key down. My application then calls the clear function.

    use a delay (1ms is fine) to call clear().

  • Change the structure of program based on the input file

    I have a program that takes parameters of an input file and then executes a Visual acquisition, using IMAQ, controlling some other hardware at the same time.  The duration of the various stages of this process control settings.

    There is a sequence stacked structure to control the playback of the input file, the initialization of the hardware, and then a while loop on the last image to actual purchase.

    The user of the program now wish to have several games acquisition in the same race, possibly with different time settings.  This would mean different iterations of the final loop, based on the parameters of the input file.  There could be 5 games of acquisition on occasion, 3 on another, etc., in a performance of the program.

    The structure VI already seems a little baroque, and I don't want to make it even more complicated.

    I would appreciate advice on how best to proceed, because I'm really a novice of LabView.

    If you use a "State Machine" architecture, you can do exactly that.

    Instead of having a structure of stacked sequence, it is essentially a case structure in a while loop.

    Each case represents a State.

    So in your case, you would have a State for:

    -reading the input file

    -initialization of hardware

    -data acquisition

    You can have the user controls the number of iterations of the State for the acquisition of data that you want to run.

  • Change the fill color based on the range of values

    Creating a form to inspect the parts. Work on the setting up of a text field to change the fill color based on the number or the data entered. For example: If is between 0-20 fill color is red, between 20-24 fill color is green, more filling 24 is still red, and if no data is entered in the fill color is white. The script below works for me but keeps the red field when data is deleted (empty) field. Not sure if im approaching this correctly so I should be looking at differently? I have different ranges for many fields and im trying to keep the script right to the front as possible. Thanks in advance for any help.

    If (event.value > '24')

    event.target.fillColor = color.red;

    Else if (event.value < '20')

    event.target.fillColor = color.red;

    else event.target.fillColor = color.green;

    You do not have... Change this line:

    Else if (event.value > '24')

    To do this:

    Else if (event.value > 24)

    And even with "20".

  • Workflow based on the input parameter

    I use JDev 11.1.1.6.

    I have an application that uses a workflow with 'ExecuteWithParams' to get the parameter from a URL and display the records on a page.

    I have it using a Bind Variable on the VO that corresponds to the InputParameter on the control ExecuteWithParams.
    What I would like to make is the flow to another page, depending on the parameter used in the URL.

    Example:

    If param in the URL is '? TEAM = 1 "then I go to the TEAM page and display records for TEAM 1.

    If param in the URL is '? REGION = 3 "then I would go to the REGION page and display records for REGION 3.

    Thank you
    Ray

    This could probably be resolved using a router activity or a custom default activity in the workflow method. Then from the method/router, can easily get to the desired activity of the TF based on an input parameter. For example if the parameter is route 'region' to executeRegionIteratorWithParams, which, in turn, can "go" to view displayRegions activity.

  • How to change a region title based on the input parameter?

    Hi all

    I need to change the title of the dynamic region based on the value of a selection list in another region.

    Can someone help me in this?

    Kind regards
    Santini.

    Hello

    You can use & P1_ITEM_NAME. (including the & and the.) the title of region - this string will be replaced by the value of the item page called P1_ITEM_NAME, then change the name according to your order of the day of the page

    Andy

  • How to case statement based on the array of values of 3 or more?

    I'm trying to figure out how to do a comparison or case structure... based on the creation of an array of boolean 3 (or maybe more).

    I have a table (it's from a serial connection, and I am conversion back to a table to work with) [t, F, F] in this case I would like to display on a status indicator "STBY".

    If the array is defined on [F, T, F] I want to display in this indicator "ON".

    If the array is defined on [F, F, T] I want to display in this "EMPTY" indicator

    I can not understand how to compare combinations of things... I read in an array of bytes, and the first 3 bits in this example, determine what to display in a status... I can't figure out how to do with structure case... or without some channels to research and/or bad comparison...

    Any suggestions?

    Thanks in advance,

    Cayenne

    You can use search 1 d array and find the first real.

    Or you could convert the table of Boolean integer U8 and integer that results to determine which cases to run.  (4, vs, vs 1-2)

  • Dynamic creation of a control based on the input

    Hello

    Is it possible to change a control on the front panel?

    If the entry is a string I want to show a string. If the input is an integer, I want to show a cursor for example.

    I have a plan to implement on the different tabs and display the tab which must be shown, but maybe there's a faster, easier way?

    Thanks for the help!

    Kim

    Hi Kim,

    Thanks for the additional info.

    The dll and its manual to define what can be output and that's why you need to refer to the manual.

    When you call a dll in LabVIEW, you must set the parameters of static output and so data cannot be of a type for example if set it as a table, it will always be a table. This look for the 'node of function call' in the range of functions-> connectivity-> libraries & Executeables.

  • Loop of work based on the input (as if... else) variables

    HI friends,

    This is my first, if I'm not following all the rules excuse and say to those.

    I want to use the loop for based on the variable passed.

    Under code is wrong, but you can understand my intention.

    CREATE OR REPLACE PROCEDURE sp_pins_deactivation)

    pi_prepaidcard_no IN STR2048_TBLTYP, - Table type

    pi_from_range IN VARCHAR2,

    pi_to_range in NUMBERS)

    Start

    IF pi_from_range is not null and pi_to_range is not null

    THEN

    I'm in pi_from_range... pi_to_range

    LOOP

    ON THE OTHER

    I'm in pi_from_range... pi_to_range

    LOOP

    END IF;

    .......................

    .....................

    ..............

    END LOOP;

    end sp_pins_deactivation;

    create or replace procedure nTtest (nT nTable, start_val number: = null, end_val number: = null) is

    Start

    I'm in coalesce (start_val, nT.first, 1)... COALESCE(end_val,NT.) Last, 10)

    loop

    dbms_output.put_line (I |) ': ' || (-case when nT.exists (i) and (i) nt end of another "no entry");

    end loop;

    end;

    /

  • Need to convert the Varchar2 column number for the extraction of data based on the range of values.

    Hello

    I have a ZIP column which is the Varchar2 data type, it has values such as 2345, 09485, 10900, 07110, 06534.

    I have to go look up records from the range of values for the ZIP column as between 00000 and 07500.

    Could you give a logic.

    Thank you.

    Hello

    I think you can use the following code:

    SELECT T.*

    OF t

    WHERE the to_number (ZIP) between TO_NUMBER('0000') and TO_NUMBER('07500')

    ;

    CGomes

  • Apex on the load display text page 5 article &amp; navigation based on the values in the table bar

    Hi Experts,

    I have a page in which I want to show the textual elements and the crumbs of bread according to the requirement on page load.

    To do this, I gave the condition for navigation buttons and text elements bar as below:

    Condition type: there is no

    Expression 1: select null from ms_contracts where contractor_id = UPPER (v ('APP_USER') and contract_expiry_dt < sysdate)

    The text value of the element (display only): ' your contact has expired, prents get it renewed. Position to renew the update below the new end date '


    Above solution does not work for me. I guess there is no need to create dynamics of Action I want this to happen on the page load.

    Ask that you please guide me.


    Thank you.

    Thierry

    Hello

    Have you tested your query do not return all rows using SQL workshop for example?

    Not the condition watch Object Exists, when the query do not return all the lines.

    BTW, it's better to use bind variable: APP_USER function v. APP_USER is also always capitalized

    select 1
    from ms_contracts
    where contractor_id = :APP_USER
    and contract_expiry_dt < sysdate
    

    Kind regards
    Jari

  • Presentation: default value (possible error) based on the input argument at the pre-trial stage partially the value

    Orchestrator 5.5.1 using 1617127. Same results with different JDK of Oracle 1.7.0_55, 1.7.0_60, 1.7.0_65 and 1.8.0_11.

    Create a workflow with two entrances, two channel. Adjust the presentation by adding a new step and place the second entry in the new stage. Add a property to a default value for the second input parameter. Set default OGNL and specify the first parameter of default entry.

    Save and close. Run the workflow. Enter several characters for the first input parameter, and then click Next. The default value displayed for the second input parameter is usually the first character or a few initial characters of the first input parameter.

    Behavior seems to be related to how fast the first input parameter is typed. Typing slow gives only the first default character for the second input parameter. Fast typing usually results in several characters. Paste the value complete for the first parameter usually gives full value as the default value.

    I want to derive from the default values for the following input parameters from of the entries in a previous step. I use an action to create a more interesting default value that above, but I still need the total value for the first parameter to build my default.

    Is there something that I am missing, or is this a bug?

    Thank you

    Bob W.

    Hi Bob,

    This behavior is by design - default values are evaluated only once. What you want is achievable via another property called "data binding".

    I hope this helps.

Maybe you are looking for

  • Satellite P - can I downgrade the BIOS?

    I've updated the BIOS in my laptop 4.50 to 4.70 and what happened?I got stuttering graph problem once again. I don't know what to do because they made my computer junk again. I would like to reflash the BIOS to version 4.50.How to do? Where can I fin

  • Relative paths of the gateway requirements

    So I am using requirements gateway for a little while now and I are one of several developers to use, or one of the many people now the documents it contains.  We keep the Gateway project control requirements of source code with the documents and the

  • Estimate of exponential decay time constant - taking tangent lines

    Hello How would you estimate a first order decay time constant? I have a system that loses heat very slowly and I wish assess the time constant of the first part of the data in order to allow more frequent tests (I know it will end by decomposing to)

  • Windows 8 scan poblem, cannot work on the scanned document

    When I scan a document into my computer I can't make any changes to it.

  • BlackBerry Smartphones read Message of Confirmation

    HelloCan someone tell me what box is to click on the tab sms option to make sure that I get to know when my sms sent has been read by the person receiving my sms.All together there r 4 options, bt, which is the right one?