Single button to save the contents of several TEB CP7

I have a slide with nine TEBs on it. I would like a user can enter their responses in each TEB and click on a single submit button to update the associated variables.

Can someone tell me how to do this, because the minute each individual TEB has its own button "submit"?

The project will be published using the release of HTML5.

Thank you very much.

The characters being typed in BER are immediately written to the variable associated with ETB.  By clicking on the button submit, this is not what updates the variable. It is updated in real time.

By clicking on the button "submit" ETB is usually either validate the text entered, otherwise the execution of an action to go directly to another place.

When you have several TEBs you can disable their individual Submit buttons and just have a normal button on the slide that performs a conditional Action to validate the values of each TEB via decision blocks in conditional action.  If this allows you to validate several TEBS containing a simple conditional action.  There are still some types of validation that cannot perform conditional actions (for example allow UPPERCASE, or allow lowercase letters, etc.) and, if necessary, so you can be better to use the validation options that came with 6.1, but have only been debugged once you have to 7.0.1.

Tags: Adobe Captivate

Similar Questions

  • Save the contents of the form elements in a txt file


    Hello

    I am trying to save the contents of the form to a text file by clicking on a button. For example, in my form, I have 4 text boxes

    1. client code

    2 Subscriber

    3. customer name

    4. customer name

    There is a backup button in the page. Once I click on save button, I get a download prompt to save the file (txt file). The txt file must contain the values of the fields in each line. Can we achieve using Apex?

    Thank you

    TJ

    Hi TJ.

    Yes, its possible. For this you must use a bit of PL/SQL Code.

    In the page, you create a branch;

    Branch point = to present: after the treatment (after calculation, Validation and treatment);

    Type branch = branch of PL/SQL procedure

    And the branch code, you have to have something like this:

    declare

    CLOB v_clob;

    v_blob blob.

    dest_offset NUMBER: = 1;

    offset NUMBER: = 1;

    amount INTEGER: = dbms_lob.lobmaxsize;

    blob_csid NUMBER: = dbms_lob.default_csid;

    lang_ctx INTEGER: = dbms_lob.default_lang_ctx;

    caveat INTEGER;

    V_LENGTH NUMBER;

    Start

    DBMS_LOB.CREATETEMPORARY (v_clob, true);

    DBMS_LOB.CREATETEMPORARY (v_blob, true);

    v_clob: = ' ID: ' | : PXX_ID | »

    Geographical area: ' | : PXX_LOCATION | »

    First name: ' | : PXX_LAST_NAME | »

    First name: ' | : PXX_FIRST_NAME;

    DBMS_LOB. () CONVERTTOBLOB

    v_blob,

    v_clob,

    amount,

    dest_offset,

    offset,

    blob_csid,

    lang_ctx,

    (caveat);

    V_LENGTH: = dbms_lob. GETLENGTH (v_blob);

    --

    -set up the HTTP header

    --

    owa_util.mime_header ("application/octet ', FALSE");

    -set the size so that the browser knows how to download

    HTP.p ("Content-length: ' |") v_length);

    -the name of the file will be used by the browser if users only one save as

    HTP.p ('Content-Disposition: attachment; filename = "download.txt" ');

    -close the headers

    owa_util.http_header_close;

    -Download the BLOB

    wpg_docload.download_file (v_blob);

    end;

    See you soon

    Carlos Pereira

  • How to save the contents of the RichTextBox to text file

    Hello

    Do I NEED to SAVE THE content of RichTextBox in text file?

    If it IS a question of LabVIEW, here is an example of how load a rich text file (to help you if you don't know how to get a rich text in LabVIEW).

    If you have a rich text box, you can use the "SaveFile" invoke method to match the function that you have linked to.

  • try to save the contents of the hard drive for drive external hard error0.80070020. Spike

    Try to back up the hard drive internal to an external hard drive, Windows Vista. Error message 0.80070020 receipt, no return to the top. Spike

    Hello

    1. don't you make changes on the computer before the show?
    2. What is the accurate and complete error message that appears on the computer?
    3. How do you back up the hard drive?
    4. are you using Windows backup and restore, or you are using a third-party backup program?
    5. do you use windows backup and restore?

    Method 1:
    Clean boot the computer, and then try to save the contents of the hard drive and check:
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: After a repair, be sure to set the computer to start as usual as mentioned in step 7 in the Knowledge Base article.

    Method 2:
    You can also try to disable antivirus and then try to backup. Follow the steps in this link: http://windows.microsoft.com/en-US/windows-vista/Disable-antivirus-software

    Important: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.

    Method 3:
    If the problem persists you can try running the disk check and check hard disk errors:
    http://Windows.Microsoft.com/en-us/Windows7/check-a-drive-for-errors
    Note: When you run the disk check, there is a risk of data loss, you can take a backup of the data on the drive before running the disk check
    Note: This link is applicable for windows vista.

  • I have deleted the content of several image files and now want to remove the file names. I don't find a way to remove the names.

    * Original title: file names of photos of Deletig Windows after emptying the file

    I have deleted the content of several image files and now want to remove the file names. I don't find a way to remove the names. How can I delete the file names?

    Right-click on the name of the image file, then choose 'delete '.

  • Suspicious emails are ongoing; How can I close my hotmail account and save the content

    I got more and more sophisticated emails which concern me. I think it's time to close my current hotmail account and open a new one. Question is how to save the contents of the existing account before closing and transfer it to the new account.

    Need your advice and recommendations and how.

    Thank you

    Daniel R.

    1. Connect on http://account.live.com
    2. On top you have headings like home, basic information, payment & billing and security & privacy
    3. Click on Security & Privacy
    4. Under account security, click on manage advanced security
    5. You could get to type the verification code, please choose the appropriate media the way you want to receive the security code
    6. Type the security code to the next page
    7. On the next page click on set he later places
    8. Then, you will get the page that says to help protect your account
    9. When you scroll down the page completely, you will find the possibility to close the account
  • No Save/Close button to save the Javascript in the built-in Editor

    I downloaded the trial version and play with the features.  I am changing a form.  I added a button.  In the Actions tab, I selected "Execute Javascript."  There is a button 'Add' that calls the built-in Javascript Editor.  It has a multi-line text box to enter the script.  However, there is no button to save the code.  All I have is the Red 'X' button to close the window without saving changes.

    It is the trial version on Windows 8.1 XI machine.

    Any help will be appreciated.  Thank you.

    The Editor window seems too big? Is anything else in Acrobat size

    incorrectly? This could be linked to the "resolution of the screen grid.

    setting. Open Acrobat preferences, then go to the category "General".

    and change the setting of "Scale for the resolution of the screen" to 100%. After

    Restart Acrobat, the Editor window looks different?

  • Save the content

    Hello
    I am eager to record the number of times a user clicks on a button and then when outgoing to only save in a TXT file on the hard drive. (PC is a dedicated terminal)
    "
    I was able to record the clicks for a field cast member but cant't get the value in the field save to file...
    I tried File Buddy, but it doesn't seem to be a way to put my value...

    Click script for record button
    =======================
    on mouseUp me
    go to the 'main + 1'
    set value (member("home-push").text)
    Member("Home-push"). Text = string (value (member("home-push").text) + 1).
    end
    ++++++++++++++++++++++++++++++


    button to save the results to a file
    ============================
    on mouseUp me
    Homepage = member("home-push")
    OK = baAppendFile ('c:\xxxx\Stats\home-push.txt', 'House')
    ++++++++++++++++++++++++++++++++++++++++++

    This puts the word (home) in the txt file

    any help welcome

    Thank you

    on mouseUp me
    Homepage = member("home-push").text
    OK = baAppendFile ("c:\xxxx\Stats\home-push.txt", House)

    Try these 2 changes. It is .text to the 2nd line and remove the variable called homepage quotes.

  • GRIMBOT webmail I lost functions like delete button and light the contents of the Inbox. It is a computer problem, all three of my browsers have the same problem

    Web mail indicates it has mail in my Inbox... but it does not show in the display. I pour the contents in the trash to read the mail.

    I lost the function of the button Delete... I have to use the button remove on my keyboard

    This problem occurred after I installed several plugins to download youtube videos. I disabled the plugins... I deleted Firefox and reinstalled... no change.

    This problem also occurs with IE and Chrome. I guess that's a computer problem.
    I confirmed that I have the latest flash installed and running on my computer

    Start the computer in Mode safe mode with network support Windows (on the startup screen, press F8) as a test to see if that helps.

  • Where is the installation of the previous version, which helped save the content and saute upward during the restart, is no longer available?

    During the closure of Firefox version 4 it "just closes", no option to save the displayed pages or multiple windows in... alternative now use to 'crash' the computer as the installation of "restore" then click in but frankly it is a bad option... Please bring back the option 'Save' and will bring up when the next time you use Firefox...

    Firefox 4 saves the previous session automatically, so it is no longer necessary for the dialog box asking if you want to save the current session.

    You can use "Firefox > history > restore previous Session ' to get the previous session at any time.

    There is also a button 'Restore previous Session' on the default on: Home home page.

    Another possibility is to use:

  • I made a form for my clients, I did this form with a button "submit" button, the button will save the form and send it, I did the URL to go to a different (different to mine) e-mail address but when I distribute the form and it is complete

    I made a form for my clients, I did this form with a button "submit" button, the button Save the form and send it, I did the URL to go to a different (different to mine) e-mail address but when I distribute the form and it is supplemented by my clients it send to my email address not the URL how to change this.

    No matter how you have configured the Send button when you use the feature distribute the form. There are some e-mail address is in your identity preferences (Edit > preferences > identity) and use it. If you can change the email address it or not to use distribute the form and the button send the value you want.

    One thing that happens when you use the feature to distribute the form is the form is enabled Reader, you can do separately, but you really shouldn't do if the form must be used by others. The dispenser a form must activate using their copy under license of Acrobat Reader.

  • Button to save the form with the custom name

    Tried searching using different sentences on how to accomplish this task, but not had much luck.

    I created a form in Acrobat Pro XI, that contains various fields entered by the user.  I have activated the form allow Reader users back up their data.  Ideally I'd like a button on a form that allows the user to automatically save the form using the information of one of the fields.

    For example, only one of the fields is named OrderID.

    The user has entered a value "12345" in the OrderID field.

    I would like to create a button (or other) that records the current form as "12345_Widgets.pdf".

    Is it still possible?

    Otherwise, any other suggestions?

    Thanks in advance.

    C

    Edit: for what it's worth, I don't know how to create a button that will save money, allowing the user to enter a name.  Guess that would be my backup plan.

    C

    You can not do without a script installed on the local computer

    each user.

  • Copy the contents of several fields of text to the Clipboard

    I work in Flash Builder and Catalyst CS5 generation of a project that will help technicians to find easily the policies and instruments. An area that I want to concentrate on is the section Notes. I do want the user to enter text and then have a 'Notes copy to Clipboard' button which will collect all the data from these fields and store them in the Clipboard. This way all the agent has to do is to paste in the note appearing on their service ticket.

    Here is an example of the fields he would need.

    • Name:
    • Phone number:

    • Question:
    • Symptoms:

    • Troubleshooting notes:

    I also want the label of the text field to be included in the notes. So when someone sticks the notes, it is not only the content, but will include the name of the area of text as well. "Telephone number: 555-123-4567" instead of just "555-123-4567".

    I hope this makes sense guys! I'm not that experienced with Flash!

    This should get you:

    import flash.desktop.ClipboardFormats;

    var a: String = "name: John Doe;
    var b:String = a + "\n" + "phone: 555-1212";

    Clipboard.generalClipboard.setData (ClipboardFormats.TEXT_FORMAT, b);

  • Save the contents of EditField

    Hey,.

    I'm trying to get a user to enter information in an EditField() and then save the data to a sqlite database. That's what I have so far-

    EditField fname = New EditField();


    There is more code here

    Ver1.Add (new RichTextField ("first name :"));
    Ver1.Add (fname);


    There is more code here

    final String fname_value = fname.getText ();

    ButtonField save = new ButtonField ("Save");
            
    FieldChangeListener listensave = new FieldChangeListener()
    {
    ' Public Sub fieldChanged (field field, int context)
    {
    savedatabase (fname_value, lname_value, pnumber_value);
    }
    };

    save.setChangeListener (listensave);

    There is more code here

    private void savedatabase (String a, b String, c String).
    {
            
    Try
    {
    Var myURI = URI.create ("file:///SDCard/Databases/SQLite_Guide/" +)
    "MyTestDatabase.db");
    D database;
    d = DatabaseFactory.open (myURI);
    Statement st = d.createStatement ("INSERT INTO Data(FName,LName,Phone) VALUES('"+a+"','"+b+"',"+"223"+")");
    St.Prepare ();
    St.Execute ();
    St.Close ();
    d.Close ();
    }
    catch (System.Exception e)
    {
    nothing
    }

    When I run the code in the Simulator, I can see that the "223" value is present in the last column of the database table. However, I don't see all the values in the first two columns. Can someone please help me with this one?

    Thank you very much.

    Code like this makes more sense to me:

    ButtonField save = new ButtonField ("Save");
           
    FieldChangeListener listensave = new FieldChangeListener()
    {
    ' Public Sub fieldChanged (field field, int context)
    {
    String fname_value = fname.getText ();

    put lname_value, here too.
    savedatabase (fname_value, lname_value, pnumber_value);
    }
    };

    save.setChangeListener (listensave);

  • By pressing the toggle button added to the content

    Hello! In Adobe Muse, I am doing a FAQ menu like the one on this page. Frequently asked Questions | Freelancer.com so when you click on it, it toggles showing the content.

    Thank you.

    Hello

    You can do this by using the accordion in Muse Widget.

    Here is the place to find it.

    Object > insert Widget > panels > accordion.

    Concerning

    Vivek

Maybe you are looking for