User Dialog in a sub VI not showing up in Main VI

I have a sub VI that runs correctly.  It has various User Interfafe windows.  These windows are not popping up when the sub VI is called from a main VI.  What did I miss?
Michael C. Nedrow

Did you look at the sub-vi properties, and choose "show front panel when called"?
Message Edited by vt92 on 03-06-2009 05:01 PM
"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
Attachments:
open_panel.PNG ‏20 KB

Similar Messages

  • Hey Apples Users, my iPod 80 GB ins not showing in windows, itunes and my computer

    hey Apples Users,
    my iPod 80 GB ins not showing in windows, itunes and my computer
    Could anyone in there show me the best solution for the same
    thanks in advance

    First of all does, the iPod power on okay? 
    Have you tried plugging the iPod into a different USB ports, preferably a high powered USB 2.0 port on the back of your PC tower (these are directly soldered onto the motherboard and receive much high outputs of power than the ones on the front).
    What about a different USB sync cable?
    What shows up on the iPod's screen when you connect it?  Does it charge at all?  Maybe try resetting it with it still connected to your PC.  To do this, press and hold both the Select (Center) and Menu buttons together long enough for the Apple logo to appear.
    B-rock

  • Why does the content of my emails not show on the main Mail page but does in the Inbox list of all emails?

    Why does the content of my emails not show on the main Mail page but does in the Inbox list of all emails?

    Try a Reset [Hold the Home and Sleep/Wake buttons down together for 10 seconds or so (until the Apple logo appears) and then release. When the screen goes blank power On again in the normal way.] It is absolutely/appsolutely safe!

  • Print Dialog Box for Addon is not showing in Terminal Server

    Dear All,
    I have created a addon for Automatic Sales Invoice printing that prints the crystal report directly to the printer bu opening a
    print dialog box for printer selection through SDK code.
    The Same addon works fine on the server with print dialog box being showing through SDK code.
    But while running on Terminal Server , print dialog box is not showing any printer though printers are redirected to that
    terminal server.I am not getting whether the problem is in my addon or in the terminal server printer settings.
    Please suggest as i need to know the reason urgently.
    Thanks
    Amit

    Hello Edward,
    Thanks for your reply .
    But the problem is that while running on normal server the print dialog box appear with the printer name in my addon for printer selection .
    But while using terminal server , the print dialog box is not getting any printer in the dialog box .That's the major concern for me
    is their any way to check that why the printers are not showing in print dialog box.
    Thanks ,
    Amit

  • SUB SUB Menus Not Showing In IE

    For the first time I put a sub, submenu (if that is what you call it) in my Spry Menu and it does not show in IE.  Firefox it works fine, but IE it does not show up.  The main item on the menu bar is there, then when you scroll over this main item, its submenu shows, but then when you scroll over this submenu, it's sub submenu does not show in IE.
    Anyone know how to resolve this problem and make it show up?  Many thanks.
    Blake

    Well, I figured out where the problem is.  It has to do with the filter: alpha(opacity=92) in the following section of code:
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
    /* for IE */
      filter:alpha(opacity=92);
        /* CSS3 standard */
      opacity:0.92;
    If I remove the opacity, then the level 2 submenu shows up, but then the opacity is gone.  I would like to keep the opacity.  Trying to figure out what I can do now to keep the opacity and have level 2 submenus show in IE as well.  Any ideas?

  • Sub-menus not showing??

    I have this main menu...
    eg.
    File | Edit | Transactions | Help
    these have their own submenus. i have put in all the submenu
    items also.
    eg. <File> has Name, Age, Address
    however they dont show up when i run the form. only the main
    menu shows.
    but clicking on the individual menu items doesnt drop and menu
    or show the sub-menu.
    i dont know why?

    my sub menus arent poping up or are not showing
    does any1 know why?
    the main menu shows...but the sub-menus dont. Dec 11, 2001 01:48 PT
    how to make the Sub-Menu's show up. I have this Menu made...and
    even done the option of submenu enabled if that 1 specific menu
    item is selected ...yet when i run the form...
    the main menu shows up, but the sub-menus for that menu-item
    doesnt turn up.
    also one menu called 'window' comes which i havent made, i guess
    it auto-generates/shows.
    this one works..and its submenus are seen.

  • Sub Reports Not Showing Up

    Post Author: kekaske
    CA Forum: JAVA
    We are moving from the crystal reports server to building our own so that we can integrate it with our intranet. When I run my reports in Java the sub reports are not showing up. I have 3 sub reports. The main report shows up just fine. The only change I have made is changing the datasource in the reports from ODBC to JDBC. I have changed the datasource in the sub reports as well.All the reports that don't have sub reports in them work perfect. What else should I look at or troubleshoot? Thanks, Kevin

    I am using Crystal Reports XI, not Release 2.  Sorry about that mix-up.
    I downloaded the latest sp (4) per your url and installed it.  Now the product version is 11.0.0.2495
    SP4 did not solve the problem.
    Here is my reference to the DSN in the VB code:  cnSQL.ConnectionString = "Provider=MSDASQL.1;Persist Security Info=False;Data Source=DSN-SQL"
    (This DSN and VB code have worked for years.  Nothing is different now other than the fact that I am now using a Subreport for the first time.)  When I created the DSN two years ago, I used the "SQL Server" driver found in the XP Administrative Tools (ODBC) section, and it has worked fine since then.
    I saved out one of the sub reports and it did not run initially from the VB app, but after I removed the "Change Subreport Links" to not have any links, it ran correctly in the VB app.  Then I went back to the full report (main and 3 subreports) and removed all links in the subreports.  Then I re-added the full report back into the VB app and still no data shows on the 3 subreports.  Data only shows on the main report.  I have experimented with both using and not using Subreport Links in the report and nothing I do seems to make any difference.
    In the VB code, I pass two parameters to the report. The first is the customer key that is used in the main report and three subreports to print the customer's invoice.  The second parm is a flag to print or not print special instructions on the invoice.
    I suspect the problem with not printing data on the subreports is somehow due to the subreports not connecting to the SQL database or possibly not receiving the two parms which would cause them to not select a SQL record from the Invoice table.  But here I am just guessing.
    Thank you for your continued help
    Edited by: Eric Young on Oct 7, 2008 2:28 AM
    Edited by: Eric Young on Oct 7, 2008 2:28 AM

  • Sub-Menus not showing up

    how to make the Sub-Menu's show up. I have this Menu made...and
    even done the option of submenu enabled if that 1 specific menu
    item is selected ...yet when i run the form...
    the main menu shows up, but the sub-menus for that menu-item
    doesnt turn up.
    also one menu called 'window' comes which i havent made, i guess
    it auto-generates/shows.
    this one works..and its submenus are seen.

    We have also updated the Getting Started with Adobe Muse (Part 7) tutorial to include information on how to approach consistency in your design across multiple devices:
    Making a Device Friendly Website
    http://www.adobekb.com/getting_started_07.html#makingdevice
    Best regards,
    Corey

  • "App store" not showing up in main menu

    When I click menu, there is no option for me to go to the app store, how do i get it back so it shows on the main menu?

    Assuming you have software version 2.0 or higher, check Settings -> General -> Restrictions. If restrictions are enabled, the icon will be hidden.
    See http://manuals.info.apple.com/enUS/iPod_touch_2.2_UserGuide.pdf page 95.

  • Sub folders not showing in Explorer view

    Hi,
    We have a totally standard Sharepoint 2013 installation. We've noticed this week that in some document libraries when opening them up in Explorer view it doesn't display all the sub folders in that library/folder. It's a real pain when users have a folder
    with 20+ documents and want to move them somewhere else and can't because one of the folders aren't showing up. Manually moving them one by one is pretty tiresome.
    If I remove the subfolder in Sharepoint and then recreate the folder in Explorer view that works fine, so it's not that the name is too long. It's not a permission thing since I'm site collection admin. Same issue on Windows 7 and Windws 8. Tried different
    logins. Just can't wrap my head around this issue or what's causing it.
    Any ideas?

    Hi Kristoffer,
    I have seen an attribute for folder object which could control SharePoint folder hide or show in webdav explorer view, you can use PowerShell to output the problematic folder property, see if it the case, then use the PowerShell code to set it's property
    with blank value to make it show in explorer view,
    Use the PowerShell to get the folder object and then check the property value with this code line $folder.Properties["vti_winfileattribs"]
    #folder can be site, library level and folder level
    $folder = (Get-SPWeb http://sp).Folders["shared documents"].SubFolders["folder1"]
    #hide folder
    $folder.Properties["vti_winfileattribs"]="00000016"
    #show folder
    ####$folder.Properties["vti_winfileattribs"]=""
    $folder.Update()
    https://social.technet.microsoft.com/Forums/lync/en-US/9ceafb38-24dc-466c-b497-2cee062b81cf/explorer-view-hidden-folder-attribute?forum=sharepointgeneral
    Thanks
    Daniel Yang
    TechNet Community Support

  • User exit variable I_STEP=1 does not show default value WebI selection scr

    Hello,
    We have a BW query with a user exit variable. We have written user exit code under I_STEP = 1 so that the default value for the field is displayed on the selection screen to the user. Works very well on the BW side.
    We based a universe on top of the query and then created a WebI report.
    When the WebI report is executed the default value is NOT seen on the selection screen,
    Note:
    1. If the user exit variable is optional and we execute the report, the default value is NOT seen on the selection screen. However if the report is executed without entering any value for the field the logic under I_STEP = 1 is picked up and the report gets the correct output
    1. If the user exit variable is mandatoryand we execute the report, the default value is NOT seen on the selection screen. The user now has to enter the value for the field.
    The scheduled reports will work in case of optional user exit variable.
    However this amounts to loss of functionality.
    Is this a known bug?
    Is there a way to display default values based on user exit variables on the WebI selection screen?
    Kindly advice. Btw we are on XI 3.1 SP3
    Rgds
    Edited by: Anup Deshmukh on Jun 29, 2010 11:13 PM

    OSS Note 1285993 - "Support of Customer Exit Variables from BEx query into WebIntelligence via OLAP universe"  deals with this issue and has deemed it out of scope for XI 3.1 SP3.
    Rgds

  • Sub Menus not showing up on iPad or iPhone

    I've made some Child pages and then chosen Menu Type, All Pages to show them as drop down menus. They work fine in Safari on the Mac but they don't show up at all on an iPhone or iPad.
    I'm especially interested in them working on iPads.
    Any ideas as to a fix please?

    We have also updated the Getting Started with Adobe Muse (Part 7) tutorial to include information on how to approach consistency in your design across multiple devices:
    Making a Device Friendly Website
    http://www.adobekb.com/getting_started_07.html#makingdevice
    Best regards,
    Corey

  • Fonts not showing up on main toolbar

    I recently just installed Adobe Indesign, and no fonts are showing up on the main Indesign toolbar. I am able to type in the name, and the text will change to the look, but no font list is actually drawn up. (See first image below). However, when going up to the top toolbar (See second image), the font list can be seen perfectly. How can i get the list be seen on the main toolbar?

    See Re: Fonts are not loading up

  • Video Demo editing changes do not show in the main presentation file (CP7)

    A Video Demo can be edited eg splitting a clip and inserting an image.
    When this has been done you save the file and re-open your main presentation file (cptx file) and insert the Video Demo file.
    All great in theory except that all the above changes that I have made do not play in the cptx file.
    I have raked my brains to think what I could be doing wrong, even though I am new to Captivate.
    Has anyone else had this problem or could suggest what I could be doing wrong to cuase this?
    Many thanks.

    The only way that seems to work is to use the Edit Video Demo button in the Properties panel of the cpvc, when selected in the Filmstrip.
    The solution that Haridoss gave, maybe I understood your problem not well, was to save the cpvc-file with another name after editing, deleting the old cpvc-slide and inserting the new cpvc with the different name. Another workaround is to delete the cpvc file in the Video folder of the Library, previous cpvc-slide(s) will be empty, then insert again the cpvc-slide, but you also have to delete the empty slides.
    It is confirmed as a bug. Crossing my fingers that it will be solved soon.
    Lilybiri

  • Podcast pictures not showing up on main page

    I have made my first changes in iWeb '08 after using the previous version.
    When I posted a new Podcast, which has a picture and was built in Garage Band as a Podcast, I knew I had to change the file tag after exporting from .m4a to .m4v (they STILL haven't fixed that yet???) and then import it into iWeb on my Podcast Enteries page. But when I go to my main Podcast page, the text representing the new podcast is present, but the picture is not. It is that way on iWeb and in Safari.
    Here's the URL: http://faithmountainaz.com/FaithMountain/Podcast/Podcast.html
    I made two copies: one from Garage Band and one exported from GB to disc where I changed the tag from .m4a to .m4v. They are called, "Direct From Garage Band" and "How to Recieve The Word."
    Any ideas why there's no pic?

    WOOO HOOO Yes your above Trick Absolutely Worked....... Just uncheck the "Automatically include" under the Ipod Touch Prferences menu in Itunes 9 Tab and check all of the Playlists And Vwala your back in the game.... Thanks

Maybe you are looking for

  • Re: NB200-134 - FN key not working after upgrade to Windows 7 Ultimate

    My FN keys of NB200-134 is not working after upgrading from Windows 7 starter to Windows 7 ultimate. I tried installing every drivers found on Toshiba website for my lappy but still it does not work. Help please

  • How can I tell if my tex are blocked

    How can I tell if my tex are blocked from another user ? If blocked will it still say delivered, and will the tex color appear blue or green ? I have an IPhone 5c

  • Project Server (Office 365) Get Project Risks data

    Hi I'm new to project server online (office 365). I have a Project server online on Office 365 and I want to query all the projects and its Risks as an excel file. The Risks SharePoint uses OOTB content types and few custom column added to the list.

  • BI Administration Tool crashes in nqsdbgatewayodbc35.dll

    Hi, In the Oracle BI Administration Tool (v 11.1.1.5) we import metadata of an ODBC 3.5 datasource into the "Physical" layer. This works fine, but when I click to "View data..." on an ODBC table, the whole Administration Tool crashes with the followi

  • ESS - ws01000109 - You are not of the possible agents of the task

    Hi When I try to cancel leave using workflow ws01000109 it is raising message "You are not of the possible agents of the task ". Can any body tell wheather we have to maintain data in pa30 transaction for this problem. I have seen so many thread rega