Enabling/Disabling Tabs on Tab Control in an *.EXE

Hello,
I've got a VI with a Tab Control. Within that VI, I programmatically enable
and disable some of the tabs depending on user inputs. This VI functions as
I want it to in the Labview environment, but when I use Application Builder
to create an *.exe, the tabs remain in their default states. I am using
Labview 6i. Any suggestions?
Thanks,
Peter

This behavoir is fixed in Ver 6.02. You can download a free udate
from NI.
On Fri, 10 Aug 2001 13:36:33 -0700, "Peter T"
wrote:
>Hello,
>
>I've got a VI with a Tab Control. Within that VI, I programmatically enable
>and disable some of the tabs depending on user inputs. This VI functions as
>I want it to in the Labview environment, but when I use Application Builder
>to create an *.exe, the tabs remain in their default states. I am using
>Labview 6i. Any suggestions?
>
>Thanks,
>
>Peter
>
===========================================================================
Christopher Dubea Phone: (985) 847-2280
Vice President of Engineering Fax: (985) 847-2282
Moving Parts L.L.C. email: [email protected]
P. O. Box 6117 URL: http://www.
movingpart.com
Slidell, LA 70469-6117

Similar Messages

  • Enable/disable rows of Table control

    Hi,
    I am showing n number of records in a table control. These number of records may wary depending on a X condition.
    I have also created a button with which user can create a new record from the same tabkle control and t/f back that new value in the itab.
    Now, when table control is displayed it WILL have certain records in it. I want those records to be in the INPUT = '0' state and rest of the table control lines should  be INPUT = '1'.
    I am trying....
    PROCESS BEFORE OUTPUT.
      MODULE status_0101.
      LOOP AT ts_store WITH CONTROL tabc CURSOR tabc-current_line.
      module change_scr_attr.
      ENDLOOP.
    module change_scr_attr output.
      CASE ok_code.
        WHEN 'DISP'.
       Displays all the records in INPUT = '0' state.
          LOOP AT tabc-cols INTO cols WHERE index GT 0.
            cols-screen-input = '0'.
            MODIFY tabc-cols FROM cols INDEX sy-tabix.
          ENDLOOP.
        WHEN 'CREA'.
         if  *     * disable the CDC Column
        * disable Delete shortcut.
         REFRESH ts_store.
         LOOP AT tabc-cols INTO cols WHERE index GT 0.
             IF  ts_store-zstcdc_store IS INITIAL.
             cols-screen-input = '1'.
           ELSE.
             cols-screen-input = '0'.
           ENDIF.
           screen-active = '1'.
           MODIFY tabc-cols FROM cols INDEX sy-tabix.
         ENDLOOP.
         LOOP AT tabc-cols INTO cols WHERE index GT 0.
           IF  cols-screen-input = '0'.
             cols-screen-input = '1'.
           ELSEIF  cols-screen-input = '1'.
             cols-screen-input = '0'.
           ENDIF.
           MODIFY tabc-cols FROM cols INDEX sy-tabix.
         ENDLOOP.
         LOOP AT SCREEN.
           IF ts_store-zstcdc_store IS INITIAL.
             screen-input = '1'.
           ELSE.
             screen-input = '0'.
           ENDIF.
           MODIFY SCREEN.
         ENDLOOP.
      ENDCASE.
    endmodule.                 " change_scr_attr  OUTPUT
    I have waded thru few threads but I dont get it.
    Plz suggest!!
    ~Sid
    "Max points are assured"

    Hi....
       Actually.... our table control.. is by defalut make disable the empty rows... which are not having data...
    because... the process of dispaly table control like this...
    1.Fetching the records from database into one itab...
    2.Capturing the itab lines with following sytax...in the PBO module..
       > MODULE <TC>_CHANGE_TC_ATTR OUTPUT.
       > DESCRIBE TABLE ITAB LINES <TC>-lines.
       > ENDMODULE.  
    with this you are sizing the table control as for itab size...
    3. Filling or Attaching the itab with Table control...
    > LOOP AT   ITAB
    >      WITH CONTROL TC
    >      CURSOR TC-CURRENT_LINE.
    >   MODULE TC_GET_LINES.
    >  ENDLOOP.
    So in above module we can fill data and can disable and enable rows of certain condition...
    So the condition aplleid rows should be disable and remaining enable.. and important thing is empty rows should be defaultly disabled mode...
    But.. Here you want to appear empty rows should be in enable mode...
    For that in second step.... modify the code like this....
       > MODULE <TC>_CHANGE_TC_ATTR OUTPUT.
       > DESCRIBE TABLE ITAB LINES <TC>-lines.
       >  <TC>-lines = <TC>-lines + 4.
       > ENDMODULE.  
    So with this you can get 4 empty and enable lines...
    and if u are not having 2nd step in ur coding..  just write it now.. it will solve ur problem...
    Pleae get back to me if you want any further clarification...
    Thanks,
    Naveen.I
    Edited by: Naveen Inuganti on Jun 30, 2008 5:03 PM
    Edited by: Naveen Inuganti on Jun 30, 2008 5:50 PM

  • Enable/Disable Rows In table Control

    I m getting material number for particular material doc.  if i get N rows in output i want to disable all other rows of table control.
    Moderator message: please search for previous solutions to similar problems before asking.
    Edited by: Thomas Zloch on Nov 20, 2010 7:24 PM

    Hi,
    In PBO, Loop at your table control lines, create a module inside it and use
    LOOP AT SCREEN.
    SCREEN-INPUT = '0'.
    MODIFY SCREEN.
    ENDLOOP.
    Regards,
    Senthil

  • To disable the panel tab

    how To disable the panel tab in jsf.I have used the follwing tag lib
    <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
    thanx in advance

    If you're running Java 7, then in System Preferences > Java > Java Control Panel in the Security tab there is a check box to enable Java in your browser. To check for update go to the Update tab.

  • Change tabbing shortcut for controls

    Is there a way to change the tabbing shortcut to the Enter key, instead of using the Tab key? And is it possible to set the tabbing order for controls?  
    Thanks,
    Chris
    Solved!
    Go to Solution.

    I would advise against it as using the Tab key for navigation has been standardized for a long time.  But you could use the Key Down? filter event in an event stucture to modify a keys behaviour.  Specifically if someone hits the enter key pass 9 to Char and ASCII to VKey.  You could also use this to disable the tab key.

  • How to disable a tabbed panel tab?

    Hi,
    I'm creating a web service, and dinamically I need to enable / disable a TabbedPanelsTab inside a TabbedPanelsTabGroup. How can I do that?
    Thanks for your help!

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>Untitled Document</title>
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet">
    </head>
    <body>
    <a href="#" onClick="hideTab2(); return false;">hide tab 2</a> - <a href="#" onClick="showTab2(); return false;">show tab 2</a>
    <hr>
    <div id="TabbedPanels1" class="TabbedPanels">
      <ul class="TabbedPanelsTabGroup">
        <li class="TabbedPanelsTab" tabindex="0">Tab 1</li>
        <li class="TabbedPanelsTab" tabindex="1">Tab 2</li>
      </ul>
      <div class="TabbedPanelsContentGroup">
        <div class="TabbedPanelsContent">Content 1</div>
        <div class="TabbedPanelsContent">Content 2</div>
      </div>
    </div>
    <script src="SpryAssets/SpryTabbedPanels.js"></script>
    <script src="SpryAssets/SpryDOMUtils.js"></script>
    <script>
    function hideTab2() {
        Spry.$$('li[tabindex="1"]').setStyle("visibility: hidden;")   
    function showTab2() {
        Spry.$$('li[tabindex="1"]').setStyle("visibility: visible;")   
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    </script>
    </body>
    </html>
    Gramps

  • How do I disable the "New Tab opened" button that appears for 3secs when I open a new tab?

    Dear Helpful Open Source people.
    I would like to disable the "New Tab opened" that appears for 3secs when I open a new tab?
    I usually open tabs from a search engine's results page expecting the links to be of varying quality. This means that it is efficient to open several links from that page and review and close them sequentially later. A reality of the output of search engines is that your 1st link is sedom the one you want.
    This button clutters an already small phone screen. I've hardly the space to click outside it and move on often clicking it by accident. Waiting prevents me scrolling to click the next link for 3 seconds or worse when I scroll prematurely I accidentally click it and jump to that Tab prematurely. I don't need to be told what I just did. I know... There is a perfectly functional tabs button in Firefox Android that let's me jump to my new tab in less than second with 2 presses when I wish to do so.
    I appreciate that it's "only" 3 seconds and a 1st world problem, but browsers and OS designers aspire to fast customisable function. Maybe there's a way to get rid of this button?
    The button is shown in section 3 of "Open a Link in a New Tab" in this article https://support.mozilla.org/en-US/kb/using-tabs-firefox-android
    PS. Mozilla - great work with the Sync function keep developing!!

    For some reason, Android calls that little notification bar a "toast" so that's the new tab toast. It was added in Firefox 12.
    I can't see any preference to suppress it, so I think that would require filing a new bug (request for enhancement). If you feel strongly, I think you are the best person to file it.
    * https://bugzilla.mozilla.org/
    * https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines (might not be very applicable to feature requests...)

  • Disable Vertical scroll but enable Page down in Table control for BDC

    Hello All
    In my 4.6C sysem , i had enabled Scroll bar in table control by  populating TABC-lines = <No of records>...Then when i try to capture the BDC recording of this , then the scrolling event is not captured in BDC , as we all know.....
    So i put few buttons on the application bar as NEXT PAGE, NEXT LINE , PREV PAGE n PREV LINE...and i did the scrolling by writing the code manually in PAI...and that is getting captured in BDC so my problem is partially solved...
    Now as u see..i have default working Scroll bar on my T.C..also i have my buttons on the application bar....i want to get rid of the vertical scrolling....so now i am NOT populating the TABC-lines field...But as soon as i do this , my  buttons stopped also working...Any idea how to get rid of this ?
    In short when i don't write : TABC-lines = no_of_records .....to remove vertical scroling.......my manual scrolling mechanism also getting disabled..
    Is it possible to remove only vertical scrolling ?
    Thanks in advance .
    Nilesh

    No reply from any one ???

  • Disable Switch To Tab Function when clicking a link

    When i click some links particularly in gmail, for instance if i get an email from youtube about a video being uploaded and i click said video, firefox opens this link in a new tab but the problem is that it automaticly switches to that tab which i hate. this happens with other links that want to open in a new tab to.
    Switch to tab no more or switch to tab blacklist does not work. i did have a fix for it within the about:config page but i recently refreshed firefox and it removed the function. preferably i dont want to use an extension to solve this
    ''(edited title for clarity - c)''

    You can remove the checkmark on "Open Tabs" in the location bar settings.
    *Tools > Options > Privacy > Location Bar: When using the location bar, suggest:<br />[] Open tabs
    *https://support.mozilla.org/kb/Options+window+-+Privacy+panel
    Note that you can hold down the Alt or Shift key while an entry in the drop down list is highlighted to disable "Switch to tab" and see the URL of all entries instead.
    * Alt + Enter opens the highlighted URL in a new tab.
    * Shift + Enter opens the highlighted URL in the current tab.
    * Cursor Right copies the highlighted URL to the location bar in case you want to edit it.

  • Tab Order under Control Properties - Display Tab not working

    At present I'm trying to order a couple of Input-Fields and Checkboxes for the Tab-Key. Therefor I tried to use the "Tab Order" Property in the Control Properties - Display Tab - Section: Layout - Tab Order.
    In the SAP Library this property is described that way:
    When user tabs through the controls of the component in runtime, the number indicating what place this control has in the tab order. Note that -1 removes the control from the tab order entirely and 0 indicates that it is highlighted according to its appearance in the component
    Source: [Help.sap|http://help.sap.com/saphelp_nw70/helpdata/en/42/c2ba7f545e3116e10000000a1553f7/frameset.htm]
    The problem now is that VC is completely ignoring this property and just using the tab order in the way the (Input-) fields where created.
    At present I don't see any opportunity to give my "Form view" any logical tab order.
    Is there any workaround? Is it a bug? Is there something I'm doing wrong?
    Thanks for your help in advance.

    Hi,
    It seems that this tab order works only for few of the controls like pushbutton, radio button, checkbox, toggle button...
    i too tried this in my model but it was not working for the input fields of other types.
    regarding -1 -2 ... these values work normally as per their values here -1 -2 order functions just like 2 1.
    hope this helps you.
    Regards,
    Rk.

  • Error in evaluations tab of a control

    Hello Experts,
    In the evaluations tab of a control, when we try to open activities Monitoring, Control Effectiveness (MO, CO) it is showing the error (as shown in screenshot).
    But we are able to open activities related to control design and control self-assessment.
    Could any one suggest what could be the issue.
    Regards,
    Ramakrishna Chaitanya

    HI,
    I am having dump.Please suggest me the note.

  • Additional Tab in tapstrip control

    Hi Friends,
    I have created a screen with 5 tabs using  tapstrip control with wizard.  Now I want to add another 2 tabs to the existing list.  How to add the same. Kindly guide me.
    TIA.
    Regards,
    Mark K

    Hi,
           Go to your screen painter -> Click on the tab strip control ->In the bottom attributes , change the Tab title to 7 -> This will create two more tabs
    Now click on the newly created tab push buttons -> Give text and Fct code ( if required )
    <b>if required</b>
    Create sub screens and drop it inside this two new tabs. eq ( sub_scr1 and sub_scr2)
    In your PBO and PAI of the screen you will have  CALL SUBSCREEN , add this 2 subscreens there.
    <b>or</b>
         Directly add the fields you required in the tab strip.
    Regards,<b></b>

  • Report Tab in Mitigation Control

    Dear Experts,
    Can anyone explain me the purpose/usage of Report Tab in Mitigration Control. I have browsed the forum but could not understand the actual need of this tab as I found different answers.
    Thanks,
    Raj

    HI Raj,
    Access Controls is used as a documental tool for Mitigating Controls, rather than a implementing tool, i.e. you apply the control against the role/user, but the actual application of the control is performed outside of Access Control. This may be realized by running a custom SAP report to monitor the usage of the risky functions within the ECC system etc.
    Access Control allows you to document such reports against the Mitigation Control, so this is the purpose of the tab. Given that GRC 10.0 integrates AC and PC, Mitigating Controls is master data that is shared amongst the different GRC modules, so I get the feeling Process Controls might utilize the "Report" data and check if the reports are being monitored by the control monitor/s at the scheduled frequency etc.

  • How to disable Create Supplier Tab In Supplier Inquiry Form In Ap Res

    Hi,
    How to disable Create Supplier tab in supplier Inquiry form in AP Responsibility without effecting the supplier entry form. I did the following setups but it is disable in supplier entry form also. Please help me it is very urgent.
    1. Log into your System Administrator responsibility.
    2. Navigate to Security > Responsibility > Define
    3. Query the Payables responsibility you want to only have Inquiry access.
    4. Under Menu Exclusion area, set the following:
    Type = Function
    Name = Supplier Full Access : Buyer View (POS_HT_SP_ACCESS_FULL )
    5. Save and test this responsibility.
    Thanks in advance,
    Raju.

    I guess you have followed the steps mentioned in the note
         R12: How Can You Prevent Suppliers From Being Created in Supplier Inquiry [ID 473346.1]     
    which means that you need to have separate responsibility for the Supplier Inquiry. You cannot have Supplier Inquiry and Suppler Entry in the same responsibility,please have separate responsibilities. Please make sure you are not having inquiry and entry in the same responsibility.
    Also there are some bugs, please review the note
    R12: Still Able to Update Supplier Banking Data From Supplier Inquiry Responsibility with Excluded Function Supplier Full Access: Buyer View [ID 1089925.1]

  • Disable switch to tab

    is there a way to disable the new function of "switch to tab" as i frequently require multiple instances of the same tab - that ability been disabled by this new feature!

    You can remove the checkmark on "Open Tabs" in the location bar settings.
    *Tools > Options > Privacy > Location Bar: When using the location bar, suggest:<br />[] Open tabs
    *https://support.mozilla.org/kb/Options+window+-+Privacy+panel
    Note that you can hold down the Alt or Shift key while an entry in the drop down list is highlighted to disable "Switch to tab" and see the URL of all entries instead.
    * Alt + Enter opens the highlighted URL in a new tab.
    * Shift + Enter opens the highlighted URL in the current tab.
    * Cursor Right copies the highlighted URL to the location bar in case you want to edit it.

  • Disable Switch To Tab Function

    ''locking this thread as duplicate, please continue at [https://support.mozilla.org/en-US/questions/1054179 /questions/1054179]''
    when i click a link that opens in a new tab for instance gmail opens links in a new tab, firefox switches to this tab.
    switch to tab no more does not fix this i did have a about:config solution but i refreshed firefox and so it removed it.
    preferably no extensions

    You can remove the checkmark on "Open Tabs" in the location bar settings.
    *Tools > Options > Privacy > Location Bar: When using the location bar, suggest:<br />[] Open tabs
    *https://support.mozilla.org/kb/Options+window+-+Privacy+panel
    Note that you can hold down the Alt or Shift key while an entry in the drop down list is highlighted to disable "Switch to tab" and see the URL of all entries instead.
    * Alt + Enter opens the highlighted URL in a new tab.
    * Shift + Enter opens the highlighted URL in the current tab.
    * Cursor Right copies the highlighted URL to the location bar in case you want to edit it.

Maybe you are looking for

  • MC.9 and MCY1 and Exception Handling in (Logistics Inf. Sys)LIS

    Hi, I want the 'Valuated Stock Value" greater then or equal to zero (>=) appear in the MC.9 report. I can create 'Exception' in MCY1 but am unable to do so. Once I am in MCY1; I choose 'Requirements' then Key Figure 'Valuated Stock Value' then  'Type

  • TS1369 ipod not recognized in my computer or itunes frozen with usb and itunes logo

    My daughter's itouch is frozen with the usb symbol and itunes logo and I have tried EVERYTHING on the apple support site to no avail.  Any suggestions on how to reset it are greatly appreciated!!!

  • Uploading xml file from application server

    HI everybody guys having promblem reading xml file from application server.Here is the solution. the sample program is below. TYPE-POOLS: ixml. "iXML Library Types *TABLES : rbkp.        TYPE DECLERATIION TYPES: BEGIN OF type_tabpo,        ebeln  TYP

  • Does the 8320 support CSD ?

    I have a Blackberry 8320 from Orange and I am going to Cuba for a week. Apparently the carrier there is CUBACELL and they don't support GPRS/EDGE/3G for data but they do support CSD: an older data transfer technology. Does my 8320 support this and ca

  • Need Clarification on sga_target and sga_max_size

    HI, I need some clarification in SGA_TARGET and SGA_MAX_SIZE. I have the parameter like below. SGA_MAX_SIZE=10G SGA_TARGET=9G And I spread the 9G to all components like (DB_CACHE,SHARE_POOL etc.,). My doubt, Incase db need the memory more than 9GB, W