Make subform visible, content doesn't show

I have a script that's supposed to make subforms visible based on the selection in 3 DDLs. The script seems to work sort of. The space is there but the actual content of the subform is not visible.
The subforms are set to Hidden.
The script is set in the exit event of the third DDL.
Thanks,
MDawn

Hi Margaret,
In the windsNtwkAccess exit event code at line 298  you need to change
else if (v1 = '2')
     to
else if (v1 == '2')
That is change the equals to a double equals.
You also have code in the form1.page4.eitEquipment ready:layout event and form1.page4 ready:layout events that seem to duplicate this code and should be removed.
Regards
Bruce

Similar Messages

  • Cache Web Content doesn't show how much?

    When in the Network tab, the cache web content doesn't show how much content is used, the line is missing. I tried clicking on the clear button but it doesn't work.

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.org/kb/Private+Browsing
    To see all History and Cookie settings, choose:
    *Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Deselect: [ ] "Always use private browsing mode"

  • Pasted Content doesn't show up on Canvas or is at the very Edge of it

    Since installing AI CC 2014 this Version but also my old CC Copy show the same weird Behaviour:
    1. Copy an Element from the same or a different Layer via Ctrl-C
    2. Paste via Ctrl-V on the same or other Layer - Content doesn't show up or is only pasted at the very Edge of the Canvas. I can see that even when the Paste was "invisible" the File has been changed (* Indicator on File Tab).
    Yes, the Layers are all unlocked, so are the Elements.
    Tried it in various Files.
    I tried resetting Prefs. Nothing ...
    Doesn't matter if I copy only one Element or a Group with many.
    At the Moment my AI Installations are utterly useless.
    Any Ideas?
    W7 / I5 / 8 GByte RAM / SSD

    Thanks Larry!
    I have never used that Setting - I guess it was a reset from the Install.
    You saved my Day.

  • Button makes subform visible, then adds another instance

    Hello,
    I have a button which makes a subform visible. That is working fine.
    I'd like the button when clicked a second time to add another instance of the same subform. Is this possible? I have no idea how to begin with the JavaScript for this and would appreciate help.
    Thanks in advance,
    MDawn

    Instead of making the subform visible and then adding instances you can do it just using instances then the button is doing the same thing.
    To "hide" the subform using instances, make sure under Binding that the Min Count is clicked off and the Inititial Count is set to 0 (zero) - your subform will now be hidden by default.
    Change the code you have showing the subform to use addInstance() instead of presence, using the underscore shortcut for the Instance Manager (you have to use the underscore method because the instance doesn't exist yet):
    _hiddenSubform.addInstance(true);
    If you remove instances back to zero then the subform will go away again. Doing it this way also has the advantage of resetting all the data in the subform.

  • Make subform visible by making a selection in a dropdown

    I am trying to make a subform visible if the user select yes from a dropdown.
    I have the following setup on the form
    Subfom1 -Dropdown with 3 entries, Select, No Yes.
    Subform2 – Text field for users to enter test
    The code I have been trying to use is
    “execEvent("change"); In the Initialize event and in the change event I was using
    if (xfa.event.change == "5") {
        subform2.presence = "visible";
    When I try the form, nothing happens,. There is no errors in the Javascript debugger
    Any ideas would be helpful.
    I am running Adobe LiveCycle Designer 8.05.2073.1.374024
    Any ideas would be helpful
    Chomp

    Thanks Robert;
    I did as you suggested and I still cannot get the field to become visible. I tried a couple of things.
    (1) In the Initialize Event - execEvent("change");
    In the Change Event - if (this.rawValue == "1") {
    why_subform.presence = "visible";
    The subform did not become visible nor was there an error in the javascript debugger
    (2) Took execEvent("change"); out of the Initialize Event.
    In the Change Event - if (this.rawValue == "1") {
    why_subform.presence = "visible";
    The subform did not become visible nor was there an error in the javascript debugger
    Initialize Event blank
    Added to the Change Event
    if (this.rawValue == "1") {
        why_subform.presence = "hidden";
    if (this.rawValue == "2") {
        why_subform.presence = "visible";
    The subform did not become visible nor was there an error in the javascript debugger
    (3) Added execEvent("change"); to the Initialize Event
    The subform did not become visible nor was there an error in the javascript debugger
    Preference defaults are set to – Preview = Interactive Form
                                                     XDP Preview Format – Adobe 8 (Dynamic) XML Form

  • Some flash web content doesn't show up on certain computers

    Hi,
    I've just put up a portfolio website- catmerrick.com- and a
    lot of people are telling me that loaded video and slide shows
    aren't showing up on their computers. It works fine on mine- any
    thoughts as to why this might be, and what problems I should be
    looking for? I would be extremely grateful for your help, and thank
    you for your time...
    Best,
    Cat

    Cat,
    > a lot of people are telling me that loaded video and
    slide
    > shows aren't showing up on their computers. It works
    fine
    > on mine- any thoughts as to why this might be,
    It may be that people who fail to see your content also fail
    to have
    Flash Player 9 (or any version of Flash Player) installed.
    Using something
    like Geoff Stearns' SWFObject, you can very easily display
    default
    content -- such as text or an image -- to let people know
    they need to
    install the plugin. Meanwhile, people have *have* the plugin
    (and a high
    enough version) will automatically see your Flash content.
    http://www.adobe.com/devnet/flash/articles/swfobject.html
    http://blog.deconcept.com/swfobject/
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • JMenu content doesn't show up on second click

    Hello evryone,
    I have a weird behaviour with JMenu's.
    When I click on my help menu, and choose the "About" menu item, i show a JDialog with an ok button. So far everything is fine.
    But when i click on the Help menu a second time and scroll down the mouse for an item, the menu disapears. If i go to another one, go to an item and then go to the help menu again, then it works.
    I thought at the first time it was a JDK bug, but it seems stupid, since everyone does that (open a JDialog from a menuitem). I looked over on the internet to find this kind of behavior, but didn't find anything.
    I dont't know if you guys need any code ...
    Thanks a lot for your time.
    C�dric.
    PS : using JDK 1.4.2_05

    Ok then. I thought someone might have had that before ...
    My menu :
    public class RssMenuBar extends JMenuBar
            //building the help menu
            //About Listener
            about.setActionCommand(ApplicationAction.OPEN_ABOUT);
            about.addActionListener(new AppMenuHandler());
            //filling the menu
            helpMenu.add(<other item>);
            helpMenu.add(about);
    }The listener
    public class AppMenuHandler implements ActionListener
        public void actionPerformed(ActionEvent e)
            if (<otherActions>.equals(e.getActionCommand())) {
            else if (ApplicationAction.OPEN_ABOUT.equals(e.getActionCommand())) {
                log.debug("begin showAbout");
                AboutDialog aboutDialog = new AboutDialog();
                aboutDialog.show();
                log.debug("end showAbout");
            else {
    }The dialog
    public class AboutDialog extends RootDialog
        public AboutDialog(JFrame owner)
            super(owner);
            setCancelVisible(false);
            this.setTitle(TITLE);
            init();
        private void init()
             ... //adding component in content pane
            //Finalize the dialog content
            this.pack();
            this.setLocationRelativeTo(RssMain.getInstance());
        public void okPressed()
            this.dispose();
    }The root dialog (which adds two button (Ok and Cancel and provides convenient method to add component in its GridBagLayout)
    public abstract class RootDialog extends JDialog implements ActionListener
        public RssDialog(JFrame owner)
            super(owner);
            init();
        private void init()
            //Finalize the dialog content
            this.getContentPane().add(panel);
            this.setResizable(false);
            this.setModal(true);
        public abstract void okPressed();
        public void cancelPressed()
            log.debug("Default cancel action. Only dispose the dialog");
            this.dispose();
        public void actionPerformed(ActionEvent e)
            if (e.getSource() == okButton)
                log.debug("Ok button has been pressed.");
                okPressed();
            else
                log.debug("Cancel button has been pressed.");
                cancelPressed();
    }

  • Pages Table of Contents - doesn't show in sections menu - any ideas?

    Watched the video and it looks simple but when I go to Sections it does not give me the option of choosing Table of Contents. Anyone know if there's something I'm doing wrong?
    Thanks

    Click at the beginning of your document > Menu > Insert > Table of Content
    It only works in a Word Processing document and you select which of the applied Styles you have used in the document. eg Heading 1, Heading 2
    Peter

  • Integration Framework content doesn't show in Windows Server 2008 R2

    I have a new install of B1 8.81 PL06 on Windows Server 2008 R2. All seemed to install fine but when I log into B1 I get the error:
    Error HTTP 500 - Internal Error
    I logged into the Integration Framework to check the SLD and all I see is the menu. I click on a menu item and nothing happens. Does anyone know if there is a Windows Server setting or IE9 setting that is preventing me from seeing the Integration Framework content?
    Thanks.

    I had to activate scripting in Internet Explorer. Problem solved.

  • I cannot access Content Library in iMovie - Content Library doesn't show on the iMovie screen and is greyed out when accessed through "windows" tab at the top. Also unable to update the projects/events (a suggested solution for a similar question).

    I cannot access Content Library in iMovie - Content Library doesn't show on the iMovie screen and is greyed out when accessed through "windows" tab at the top. Also unable to update the projects/events (a suggested solution for a similar question). I haven't had this issue before, I have always used the content library on the screen but haven't used this for about a month. How can I make the Content Library available?

    Thanks so much! I am backing up the entire computer now with an external hard drive - this should be fine right? And surely if I am backing up the whole computer these projects/videos will be backed up too? I wasn't sure how to do this any other way and I am clearly not great with tech issues. Once this is done and I am sure my projects/videos are safe I will do the delete and reinstall bit. Thanks for taking the time to help

  • Why Mail doesn't show content of emails?

    Since some days Apple Mail doesn't show always the content of an e-mail message. In the window at the right hand of the columns with folders and incoming mail and in the fullscreen mode only the headers (To, From, Subject) are visible, not the content (text, images, attachments). If there is an attachment, I can see that by clicking 'show in Quicklook'.
    The problem started a couple of days ago. And sometimes Mail shows the content after receiving an e-mail, immediately after a first view no more.
    Rebuilding the mailbox doesn't change this.
    Thanks for your suggestions to solve this problem.

    Quit Mail. Force quit if necessary.
    Back up all data. That means you know you can restore the Mail database, no matter what happens.
    Triple-click the text on the line below to select it:
    ~/Library/Mail/V2/MailData/Envelope Index
    Copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder
    from the menu bar. Paste into the box that opens (command-V), then press return.
    A Finder window will open with a file selected. Move the selected file to the Desktop, leaving the window open. Other files in the folder may have names that begin with "Envelope Index". Move those files, if any, to the Trash.
    Log out and log back in. Relaunch Mail. It should prompt you to re-import your messages. You may get a warning that the index is corrupt and that Mail has to quit. Click OK.
    Test. If Mail now works as expected, you can delete the file you moved to the Desktop. Otherwise, post your results.

  • Before update on an owa.mail site I viewed others' calendars. Since update, it makes space for the other calendar, but doesn't show it. How can I undo the updat

    I get my office email online at an owa.mail.com website. I have delegate access to several people's calendars for work. Before the latest update, when I checked the box for someone else's calendar, it would split the calendar space and the other calendar would be next to mine. Since the update, when I click on another calendar, it splits the calendar space the way it used to, but the other calendar doesn't show. I need this for work, so I had to download Opera and it works as it should there. What do I do?

    Could you check for a zoom/wrap issue by reducing the zoom level by one or two increments? You can do that by holding the Ctrl key down and tapping the - (minus) key a couple of times. If that makes no difference, you can reset to the default zoom level by holding Ctrl and tapping 0 (zero).
    If you haven't tried it, when you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?

  • Pages doesn't show any page content.

    I have pages 4.0.1, and it doesn't show any page content. How can I solve this?
    Thanks

    Pages 4.0.1 is very old & is likely the cause of your problem. You should be using Pages 4.0.4 in Snow Leopard. iWork '09 installed from the retail disk or from the downloaded trial must be updated through Software Update. If you're not running the latest versions of the iWork apps installed from a retail box or the downloaded trial & Software Update says your software is up to date, make sure the applications are where the installer initially put them. The updaters are very picky. If the location is not where the updater is programmed to look or if the folder doesn't have the name the updater looks for, it will not work. The applications cannot be renamed or moved. If you installed from the downloaded trial or the retail box, they must be in the iWork '09 folder in Applications. That iWork folder must be named iWork '09. If it doesn't have the '09 Software Update won't find them & the updaters won't work.

  • Edu DVD in computer iTunes but does not show up in iPad iTunes or iPad video.  How do I make the DVD contents available on the iPad?

    Educational DVD added successfully to computer iTunes but does not show up in iPad iTunes or iPad video.  How do I make the DVD contents available on the iPad?

    Thanks!  For whatever bizarre reason for which I have no answer - I sync'd my iPad to my MBP the old fashion way (not iCloud) and the movie showed up just fine.  It is Nikon camera 'how to' video. I like to watch them for a better indepth discovery of what the camera can do.  The only weird thing about the hard wire sync is that it was placed in a catagory "home movies" which was never there before...actually it showed up in two places "home movies" and TV shows.
    So, thanks anyway!  Pretty cat!
    Mona

  • Apple loops for garageband pack doesn't show the folder content (loops, files...)  in ableton live suite 8 library browser, but I can see all the loops in the folder from finder. how can i fix this? help please.

    apple loops for garageband pack doesn't show the folder content (loops, files...)  in ableton live suite 8 library browser, but I can see all the loops in the folder from finder. how can i fix this? help please.

    Thanks Barney, I tried that but all that comes up in Spotlight are the log files that show the file paths! I don't know how Steam works. Are all the files held by Steam on their server perhaps?

Maybe you are looking for