Simple/hide logic does not not - pls help

I created a form with two pages.

Page 1 is initially visible where as page 2 is not.

When you click a button in the page 1, page 2 must be visible and must hide the page1.

the code written is

Page2.presence = "visible";

Page1.presence = 'hidden ';

XFA. Layout.relayout ();

When you run the code above, the first page is empty instead of total hidding.
Any ideas?
Nith

Hi Nith,

If you change the pagination for page 2 "follow previous", it works:

Good luck

Niall

Tags: Adobe LiveCycle

Similar Questions

  • Help, please. Screen touch dell inspiron 5559 HID-complaint does not work.

    Screen touch dell inspiron 5559 HID-complaint does not work. I have to keep this option disabled because all of a sudden he starts to feel the uncontrollable different key. Sometimes it works fine for a day, but it continues to be. I have restored the laptop to factory settings, but it did not work.  I checked the updates of drivers, but they are none.  Please help me with this. Thank you in advance.

    How do I calibrate my touch screen

    www.dell.com/.../EN

  • LOGIC does not

    logic does not not and continues to coreMIDI.Framework bounce in my dock, nobody knows about it?

    What version of LPX?

    What version of Mac OS X?

    What Mac model, size of the disk, free space on the disk, amount of RAM?

  • CAPTCHA does not. have tried all the solutions support and installed the new FF. still does not. Help.

    CAPTCHA does not. have tried all the solutions support and installed the new FF. still does not. Help.

    Try creating a new profile as a test to check whether your profile is the source of the problems.

    See "basic troubleshooting: a new profile:

    There may be extensions and plugins installed by default in a new profile, so check that in "tools > Modules > Extensions & Plugins" in case there are still problems.

    If the new profile works then you can transfer files from the old profile to the new profile, but make sure not to copy corrupted files.

    See:

  • I DOWNLOADED FLASH PLAYER BUT WHEN I TRY TO WATCH A CLIP IT IS SAID TO GET FLASH PLAYER, I HAVE ALREADY. I CONTINUE TO DOWNLOAD, BUT IT DOES NOT ALWAYS HELP

    Question
    I DOWNLOADED FLASH PLAYER BUT WHEN I TRY TO WATCH A CLIP IT IS SAID TO GET FLASH PLAYER, I HAVE ALREADY. I CONTINUE TO DOWNLOAD, BUT IT DOES NOT ALWAYS HELP. Thank you

    --> Updated Firefox to version 10.0.1

    Follow the suggestions mentioned in the section "Flash does not work properly or will not update" in the following article:

    Check and tell if its working.

  • How to free download of iMovie because MacBook Pro is supposed to be free, but I'm not. pls help

    How to free download of iMovie because MacBook Pro is supposed to be free, but I'm not. pls help

    You can download the latest version of iMovie for free only if you already have iMovie 9 joined to your Apple ID.  It comes free with new Macs to the first owner.

    Geoff.

  • Hide notifications does not

    Hide notifications does not, I bought win7 at the beginning of this year, so I'm not going to change OS on this machine, every day I select this option to hide the notification of win10, and every day he comes back, can he be permanently hidden? (I think it's an invasion, if I hide something, it must remain hidden)

    However I have 3 machines (2 workstations, 1 netbook) with XP, I can't afford to change their OS, so it would be wiser to offer at a very reduced price to update me.

    If MS is so eager to remove outdated software, then get people in my situation to give up XP for an OS update would be the best solution, but fresh is a real problem.

    "Why is it him hide notifications do not stay hidden for win10 icon?

    Because Microsoft program that remains visible.

    Your question probably was: "how to get rid of this image? If Yes, then here is the answer:

    1. Logging in as an administrator account.
    2. Follow this path: Control Panel / administrative tools / Task Scheduler.
    3. Open this folder: Task Scheduler Library / Microsoft / Windows / Setup / GWX.
    4. Right-click the task in the RIGHT pane, then disable them.
    5. Reset. In case they come back, do the same for GWX triggers.

    Of course, an automatic update can reactivate these tasks.

    It would be wiser to offer at least a very reduced price to update me.

    --> The upgrade from Windows 7 to Windows 10 is free during the first year.

    If MS is so intent of removing outdated software...

    -> If MS did not move with its operating systems, then its customers even more quickly would erode that it already does. When Windows 95 came out, people snatched it the shelves faster than staff could put in place. Do you know someone who still uses Windows 95? Windows XP is an operating system very well, but it lacks most of the snazzy features that buyers of Apple Mac love so much. He would sell is more even though she was still available. You can, of course, pass by using Windows XP, but MS will no longer support him because support costs money and creates although not income.

    You might wonder why Apple is now the valuable company that exists.

  • DVD player does not? Help!

    DVD player does not? Help!

    See the Article KB

    Have you tried VLC Media Player?

  • tried everyting to sort the "assertion failed" in LightroomCC, uninstall and installed it again, tried to check the photo folder in the user account, it still does not, PLEASE HELP!

    Had "assertion failure" at the launch of LightroomCC, tried everything help, uninstall and installed it again, tried to check the photo in the user account folder, still does not, PLEASE HELP!

    Thanks for the help.

    My computer scientist has created a new user in my computer and now the 6 Lightroom

    works very well.

    Thank you

  • Comparison of simple table does not. Help, please!

    I struggled with this problem for a few days now, and I'm slowly losing my mind.

    • I am in Adobe Acrobat 10.
    • I have a field called button group: btn0, btn1, btn2, etc..
    • I have a band called text fields: txt0, txt1 txt2, etc..
    • I have a script that takes the value of txt0 and makes the legend of btn0 and so on.
    • I have a script that sets the btn0 to setFocus txt0 MouseUp action, and so on.
    • These scripts work very well.
    • I have a script that takes values of all fields txt and sort puts them in a table.
    • I have a script that takes the array element [0] and makes the legend of btn0 and so on (alphabetical list of buttons).
    • These scripts work very well.
    • I am trying to compare the value of the array element [0] to each field txt to find the match, then set the action MouseUp btn0 to setFocus to the corresponding txt field, and so on (until my alphabetical list points to the correct location).
    • It is here where I am at a loss.

    Here's what I have:

    specified fields txt

    txt0 var = this.getField ("name of Z");

    txt1 var = this.getField ("name");

    etc.

    put their values in an array named rxArray

    var rxArray = [txt0.value, txt1.value]; etc.

    sort the table

    rxArray.sort ();

    Set the legends on the sorted array elements

    for (var i = 0; i < 5; i ++) {}

    var b = ("btn" + i);

    this.getField (b) .buttonSetCaption (rxArray [i]); works very well; sort by alphabetical order of the list of buttons

    Here is what goes wrong

    for (var x = 0; x < 5; x ++) {}

    var r = ("txt" + x);

    If (rxArray [i] == r.value) {}

    var s = (r + ' ". setFocus();" ');

    this.getField (b) .setAction ("MouseUp", s);

    }

    }

    }

    end

    Here's what I know:

    Alphabetical order and labeling works very well, but the MouseUp scripts to buttons work at all. Nothing happens.

    If I change the piece next to the above script:

    If (rxArray [i] == r.value) {}

    var s = (r + ' ". setFocus();" ');

    this.getField (b) .setAction ("MouseUp", s);

    To do this:

    If (rxArray [i] == txt1.value) {}

    var s = (r + ' ". setFocus();" ');

    this.getField (b) .setAction ("MouseUp", s);

    Because rxArray [0] is equal to the value of txt1 ("name"), then the MouseUp script for btn0 Gets the value:

    Txt4.SetFocus ();

    So I know that, whenever the nested loop runs, the case statement is true, and the setFocus script updated. Until the end of the loop, leaving the setFocus as last run element. Then why my script does not work? It should only update the setFocus script IF the array element matches the txt field and it is on THIS field of txt.

    Please please help. I know I'm missing something simple somewhere.

    I don't see why you would need tables at all... For example, sortNumber.

    You can essentially all this code replace it with this:

    for (var x = 0; x)< 5;="" x++)="">

    var t = this.getField ("t" + x); the text field

    var b = this.getField ("btn" + x); the button

    b.buttonSetCaption (t.value);

    var s = "this.getField('"+_t.name_+"').setFocus()";

    b.setAction ("MouseUp", s);

    }

    It is the same for the rest of your code as well.

    With respect to the addNew function, you must add a pause command inside the if statement to prevent continue further after the first empty field has been found.

  • Simple if statement does not work! Help!

    Did YOU get my first image on the timeline to control a movieclip. Look like this:

    If (mymovie._currentframe == 10) {}
    myMovie.Stop ();
    }


    If she has to stop on the frame of 10, but it doesn't. What is the problem with the script? Do I need some sort of function before?

    Thank you!

    > So there's no way to control the movieclip from another frame?
    # You can assign actionscript for objects that are available on the timeline. In your scenario, you try to assign a script to the object that does not exist. myMovie is unavailable on the first image. If Flash Player do not know the object names "mymovie" If the call fails silently. While on the second image, as the 'mymovie' object is available, the assignment of onEnterFrame works.

    Hope that answers the question.

  • Permissions of third-party software does not. Help, please

    I have a major problem with El Capitan at the moment and I was wondering if anyone can help or has the same problems.

    What happened completely out of the blue and everything was working fine until yesterday to the top. The Mac does not seem to be recognizing my permissions of software. I opened my copy of IK Multimedia Amplitude 4 like I do every day to work and a message pops up saying

    'AmpliTube 4 is not permitted. The 10-day grace period expired. Click OK to start the IK Multimedia Authorization Manager or click Cancel to continue. "I have already registered this product through the Manager of authorization of the IK Multimedia comes out when I install everything first. I've never seen this message before, it is not logical at all! Then I entered the codes of the series in the handler permission again and it fixed the problem (even if it's not necessary) and today I turn on the Mac and the problem has started again.

    Then I went to another application I use every day called Sibelius by Avid. Same thing happened. Then I got the registration codes, and now it seems to be okay. I tried to open another application I use Ableton Live and it says the same thing again. I double click my authorization file that I have to do this and it says that the file is not valid for this computer.

    I'm sure that there is a problem with El Capitan not recognizing my authorization to use the software, I installed. It's too much of a coincidence that 3 3 companies software different all stop working at the same time, right? I called Apple support and they tried to get me to reset the permissions on the apps but it still does not and in the end they told me to contact software manufacturers. If anyone can help I would really appreciate it I use this software for my work and I need their work as soon as POSSIBLE.

    Thank you very much

    Simon

    Unless you have purchased these applications via the Mac App Store, OS X has no mechanism to allow the use of the installed software. This is the license code is written in the app or a license of Add-ons Manager. Licensing may not be compatible with El Capitan, but this is the limit of the participation of El Capitan in the licensing process for these applications.

  • Feature of simple authorisation scheme does not

    I am using an authorization scheme based on a 'function from PL/SQL returning a Boolean' and seem to be running into trouble.

    I have a function (in a package) that verifies users 'role' as specified in the table users and returns true or false for whether or not they are privileged... sounds simple to me...

    The only problem is, when I try this in the APEX (4), it gives the following error.

    ORA-06550: line 2, column 1: PLS-00221: 'APPROVE_ME' is not a procedure or is undefined ORA-06550: line 2, column 1: PL/SQL: statement ignored

    I have checked and double-checked everything is stated correctly and that's it works fine... except with APEX.

    Someone at - it ideas? Or y at - it something that my lack of experience does not happen?

    How did you enter the code in 1 Expression for the authorization scheme?

    return .
    

    I was able to reproduce your problem by leaving out the "return" statement

    Van
    Trent

  • video clip of simple melted text does not work - I'm crazy?

    Help!  I'm going crazy?

    I have a melted clip simple text that will 'play' but does not work when I "test movie".  What Miss me?  I do not regularly use Flash at the moment and managed at the front, but this is ridiculous - and I know I'm probably missing something very simple.

    Thanks for any help you can provide!

    If it uses a dynamic textfield you must incorporate the police into the TextField.

  • Show/hide bahavior does not not in firefox or safari

    Here's my problem. The behavior to hide to see the embedded in DW CS3 is works well in IE6 and 7 but does not at all in firefox and safari (latest versions). I tried it on different events, but nothing.

    My web site is configured that if someone clicks on details, a layer will become visible and the details will be displayed. I know there is a work around and the easiest would be to open a new window, but it is not the style I want.

    Any help would be appreciated.

    Thank you
    ASP.

    -Change

    Page<br />
Service
    onclick = "MM_goToURL ('parent ',' service.cfm?)" language =#langue #')
    ; return document. MM_returnValue.
    onmouseover = "MM_swapImage ('Image9 '", '... /images/#rsPicture.MenuServic) "
    (eOver #
    ', 1)' MM_swapImgRestore "/ >

    on this subject.

    #langue#">
    onclick = "MM_goToURL ('parent ',' service.cfm?)" language =#langue #'); return
    false ".
    onmouseover = "MM_swapImage ('Image9 '", '... /images/#rsPicture.MenuServic) "
    (eOver #
    ', 1)' MM_swapImgRestore "><>
    SRC ="... /images/#rsPicture.menuService #"alt ="Page
    Service"width ="233"height ="145"id ="Image9"/ >

    and see what happens.

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    ==================

    "poirot" wrote in message
    News:ful1gr$kPa$1@forums. Macromedia.com...
    > Sorry for the delay in responding. I was out of town.
    >
    > You're right, that's exactly what I did, using the hide- and
    > swap
    > image included in dreamweaver in the behavior Panel
    >
    > Other then the mouse does not display all the rest works fine.
    >
    > Thank you very much for your time
    >
    > ASP.
    >
    >
    > alt = 'Page '.
    "> Service" width = "233" height = "145" id = "Image9.
    > onclick = "MM_goToURL ('parent ',' service.cfm?)" language =#langue #')
    > ; return document. MM_returnValue.
    > onmouseover = "MM_swapImage ('Image9 '", '... /images/#rsPicture.MenuServic) "
    (> eOver #
    ', 1)' MM_swapImgRestore "/ >
    >

Maybe you are looking for