Tab control Output value to be display in other pages

Hi guys
I hava a VI using a tab control with multiple pages. The 1st page will have some calculation and give an ouput ,x.
Then i will proceed to the 2nd page to perform other action, however i need the input automatically from what i have acquired in the first page, which is x.
My problem is that i could not link up this output from the 1st page and send it to the 2nd page. 
I thought it should be a reliatively simple but i am stuck in this. Please help me
Cheers
PX

Hi pengxin,
do you mean, you want to see x on all pages? If yes, then don't palce x inside the tabcontrol. Just add it to the front panel and move it with the arrow keys over the tab control.
Mike
Message Edited by MikeS81 on 03-25-2010 02:18 PM

Similar Messages

  • OAF - Values not getting displayed in Search Page

    Hi all,
    I have developed a search page with the search citeria mapped to the search panel. I have created VO for this attribute and selected the value from View in this VO(Viewobject). I have created the Query region and set the property of Construction mode as autocustimazationcrietria.
    Now my problem is when am running this page and search through any value or simply if i pressed the Go button,no value is being displayed in the page.
    I have checked the value and same view and the query is returning value in Toad.
    If someone can helpout this issue,it would be great help for me.
    Thanks,
    Renu.

    Hi Renu ,
    Since its working perfect for other query , it should also work for the query you have mentioned above .
    Please make sure that you have shuttle the VO to the AM , and check the View Instance name and View attribute
    for every field that are there in the query region is appropriate .
    You can also run the below query with the search criteria parameter by passing it in where clause  (run it from sql developer / toad ) , and check
    whether you are able to get the result set in back end .
    SELECT hca.attribute1 division, acac.customer_name,
    hca.account_number customer_number, acac.collector_name collector,
    NVL (acac.overall_credit_limit, 0) credit_limit,
    NVL (acac.credit_available, 0) available_credit,
    NVL (acac.balance, 0) open_balance,
    acac.customer_status customer_status
    FROM hz_cust_accounts hca, ar_customer_accounts_ce acac
    WHERE 1 = 1
    AND acac.customer_number = hca.account_number
    AND acac.currency_code = 'USD'.
    Keerthi

  • Values not getting displayed from first page of the report.

    Values in the report is getting displayed from second page.
    First page in the report only displaying the report title and column names.
    Secone page onwards, data and column names are generated.
    Can any one please help me, with the cause of the problem.

    what reporting tool?
    Interactive Reporting
    Financial Reporting

  • URL parameter value with : not displayed correctly on page

    Hi,
    I am working on a page with an interactive report.One of the report columns is hyperlinked to another page (Delete Page).This link passes an id and a title to the Delete page such that its displays a confirmation message to the end user before actually performing the delete.If the title contains a ":" the text after the ":" is not displayed on the page (albeit visible in the URL on the top)
    Is this because the ":" seperates parameters in an APEX URL and therefore the text after the ":" is taken as the next URL parameter?
    How can we solve this problem?
    Regards,
    Priya Jetley

    Hi
    Yes - Apex will see the ":" as a parameter separator and will ignore everything after any that exist in the "with these values" parameter at the end of the url.
    You can get around this in two ways:
    1 - Escape your title - replace ":" with "%3A" in your sql statement
    2 - Do not pass the title in the link but use a computation on the delete page to retrieve this value for display
    Andy

  • Apex 4.2  passing value from one item to other page

    I have a page where i accept a starting date and ending date as a parameter
    its source i set it as preference or application item
    Now in the other page I calls a jasper report..
    so it refers the first page.. I am not able to access the start_date which is in other page
    start_date and end_date
    Start_date shows as null
    Am confused over what is preference and application item
    Where will we use preference as a source type.
    Again example
    page 103
    p103_start_issue - preferenec
    p103_end_issue -- preference
    A buttons calls other page
    The other page
    when i call jasper report I Pass the parameter value as :p103_start_issue and :p103_end_issue
    But the actual value is null for those fields..
    How can i acess the actual value..
    Do i need to use application item. ? I tried application item as source type but still the same issue.
    Thanks

    Am confused over what is preference and application item
    Where will we use preference as a source type.A Page item is the most short-lived way to store variables in session state. Page items are routinely (although not always) cleared when entering or leaving a page. They are generally used to store a value that changes most times that you enter a page. Page items are also generally intended for use primarily by code on that page. This is not to say that other pages can not or will not use them, but access from other pages has to be controlled so that they are not trying to reference a page item from a different pages after the cache for that page has been cleared.
    Application items are for data that is longer-lived and/or is intended to be accessed by multiple pages. Application Items are not cleared unless a session end or a specific call to clear them is made.
    Preferences are for data that is intended to be stored and retrieved for specific users across multiple sessions. Log out of an app and back in and the data is still available.
    That said, from your description of the problem, I would guess that the cache on page 103 was cleared and the page item values erased. I suspect that you should be using an application item from what you have posted.

  • Sharepoint 2010 - Home Page not displaying, all other pages work fine

    The web page URL <server>/sitepages/Home.aspx is not displaying when accessed. All other pages work fine. We changed the default welcome page to another page, and that works. When we try to access the Home.aspx, it displays "An unexpected error
    occurred" message. The Home.aspx only contains a couple of Lists, with Links, and a calendar. The other odd thing is that the Home.aspx displays in SharePoint designer in Advanced Edit mode, but won't display in a browser. Any ideas?

    Hi Isepic,
    1) Check the approval of the page (Home.aspx) whether it is in pending state .
    2) OR might be some problematic webpart is added in the page. You can try to close it and access. To do that,you can try to access the web part maintenance page of home.aspx and test by closing the webpart one by one.
         To access the maintenance page,pass the parameters ?contents=1 after the home.aspx
           For example, http://site url/home.aspx?contents=1
    3) Also,check the ULS logs after accessing the home.aspx to know what is happening.
    Please remember to mark your question as answered & Vote helpful,if this solves/helps your problem. 
    s p kumar

  • Keyboard Navigation with Tab Control

    We have a tab control in a form and it has several pages.
    On one of the tabs we show data from a multi row block, the first 3 columns are on the tab canvas, then we have a stacked canvas that scrolls left/right that shows the rest of the data. We fix the first three columns as they give context to the rest of the rwo that is scrolled within the tacked region.
    Now the problem:
    When focus is on one of the columns displayed on the tab page we can press CTRL-TAB and the tab switches to the next tab page.
    If focus is on one of the fields on the stacked canvas CTRL-TAB doesn't navigate to the next tab page - it attempts to switch windows.
    It looks like the items that aren't onthe tab canvas, but are on the stacked canvas, aren't party to the CTRL-TAB event?
    Has anyone else experienved this problem? Or know of a work around?
    Regards,
    Bren

    When I use CTRL-TAB just the trigger key-next-item fires. In our environment we use CTRL-PageUp/Down to switch the tab canvas. But I think the event that is really fired is key-nxtblk. So on forms-level I added the triggers key-nxtblk/prvblk that call my procedure next-/previous-tab-page.
    In the when-new-forms-instance trigger I initiate a plsql-table, that has the following record type as a rowtype:
    TYPE TabPage_Rec IS RECORD
    (TabPage Varchar2(80),
    First_item Varchar2(80));
    So each tab page 'knows' its predecessor and successor. I then implemented two procedures next_tab_page and previous_tab_page, that iterate the plsql-table and set the canvas_property TOPMOST_TAB_PAGE to the requested value and navigate to the first item on the tab page.
    That way you are mostly independent of the way your form is designed (blocks, items, order in object navigator). It is a bit of an investment and you have to keep it consistent to the way your form changes tabwise, but I found it quite handy.
    Hope this helps.
    Regards,
    Bettina

  • Export image EMF from tab control, help!!

    Hello,
    I am trying to get a good resolution report. I got use export image to EMF file so the graphs look very good resolution. When I appended the image control like png it looked poor quality. Now is ok, now I export image of graphs to emf and then use 'append image to report' using the path of file emf.
    But I have a problem in this case. I am trying to get EMF file from Tab control. I have 8 graphs inside of each page of tab control. I would like to get each page exporting to EMF file and later append the image to report from path of file. The problem is I cant export to emf. I tried the solution in this treads.
    http://forums.ni.com/t5/LabVIEW/send-control-image-programmatically-to-clipboard/td-p/180921/page/2
    But it uses get image and it is bmp, so no good solution.
    I attached pdf file. IT shows the tab control with append control to report (it is like capture in png file) and one graph append control to report png and emf file of another graph and use the path to input in word report. You can see the diference.
    I would like to know if i could export the tab control to emf or any onther vectorial image and later use the path. SInce it will take several pages and i will need sometimes 300-400 graphs...
    Any idea would be great.
    Best Regards.
    Attachments:
    z-capture.png ‏34 KB
    Report22.pdf ‏212 KB

    Hi Mike,
    Thanks for your reply!.
    Well, it was only one example. Check the attached file. It works ok. I split in dataset of 8sec and save the emf files.
    The problem is the report. If I enable it doestnt works fine, since you will be the both parts working in the same time.
    That's why the sequence structure would be ok, one time all the graphs are saved then I could append to report.
    I have another question. I used transparent graph and it works ok. I remove all the scales Y values or labels and customized the graph adding one horinzontal line for X scale (like capture), but in the file emf saved didnt appear. Do you know why?.
    Best Regards, Fred.
    Attachments:
    z-capture1.png ‏31 KB
    z-capture2.png ‏16 KB
    Report1.pdf ‏267 KB

  • Capturing javascript tab controls?

    I'm working on archiving a website using Acrobat Pro 9.x. There are many pages in which the content is in tabs switched by javascript (toggling the CSS divs to hide or display). However, "Web Capture cannot convert javascript links ... ", so content not on the default tab is lost. Are there any workarounds for this? Even opening all the tabs simultaneously, as if the user has turned off javascript, would be fine.

    change "Tab Control" to indicator
    Attachments:
    tab control labview8.2.1.vi ‏11 KB

  • Tab Control Lock ? File Permanent Delete ?

    I have couple of questions.
    I have a tab control that I use for displaying test metrics during run-time. The first tab has a bunch of graphs. Whenever I browse to other pages in the tab during run time, the graphs do not autoscale. So I want to lock the tab for a particular amount of time when the test is in progress. Is there a way to do it ? I am not able to find a property node that would do it.
    Also, I am deleting some temp files generated by my code after test completion. Is there a way to permanently delete it ? [I do not want these files in the recycle bin]
    Thanks
    Kudos always welcome for helpful posts

    (1) Create a property node for the tab control, select property: disabled, and wire a "1" to it to disable, then change to 0 to enable it again later.
    (2) How are you deleting the files? If you use the delete function from the file I/O palette, they will not end up in the recycle bin. Your program should do the cleanup as part of the exit code automatically.
    LabVIEW Champion . Do more with less code and in less time .

  • Tab control and Ring???

    have a tab control, where results will be displayed on tabs A,B,C
    in my vi. i have a ring; of options 1,2,3 when i change them i get various results. (A-C correspond to 1-3)
    is there a way when i select '2' on my ring, it will bring up tab B??
    hope this makes some sort of sense.
    Thanks in advance.

    The pages of a tab control are inherently an Enum.
    If you create an Enum control, and wire that to a local variable of the tab control, then the Enum control will change to that page within the tab control.
    Attachments:
    Example_VI.png ‏13 KB

  • How can I Create a exe file were a tab control on it work`s

    I have a VI with many controls and indicators,these are spread on a tab control.This tab control works with out any problems but if i create a exe file then the tab control is fixed. How can I create a exe file so that the tab control on it work´s ?"
    Attachments:
    project7.1.jpg ‏129 KB

    Make the tab control a control and not an indicator. If you want to write
    to it you need to create a local variable.
    "Carlos-R." wrote in message
    news:[email protected]..
    I have a VI with many controls and indicators,these are spread on a
    tab control.This tab control works with out any problems but if i
    create a exe file then the tab control is fixed. How can I create a
    exe file so that the tab control on it work´s ?"

  • Horizontal tabs when they are on the left side of tab control

    I have a tab control for a touch screen where I was going to use buttons along the left side to change tabs, and hide the tabs. However, I realized I can put the tabs on the left side of the tab control and remove my buttons all together. Only issue is, I would like them (along with their font) to be horizontal, not vertical as they are shown in my screenshot. Is there a way to change this?
    CLA, LabVIEW Versions 2010-2013
    Solved!
    Go to Solution.
    Attachments:
    touchscreen.PNG ‏118 KB

    It's a really poor design aspect of tab controls that the text is sideways when the tabs are on the left or right side.
    I've looked into it and found no way to re-orient the text.
    However you can put images on the tabs instead of text, and the images can be of text (correctly oriented of course).
    The attached code can be used to generate such a tab control.
    Attachments:
    Create_Good_Tab_2.llb ‏98 KB

  • Scaling of Tab-Control do not work correct

    When I use the option "rescale objects on the front panel when resizing" in the "window size" category inside the VI properties, then my tab control has a wrong behavior. When I increase my window size, the tab control increases correctly. When I decrease it again, the tab control do not decrease and overlays the other controls.
    Also a horizontal decoration line becomes a transversal line and my string control seems to scale different from the other controls so I get overlay effects again.
    Does anybody know some hints how I can fix this ? If not this feature is not usable and I get some problems with customers with different monitor resolutions.
    Many thanks for any idea
    Thomas

    Yes, there is a known issue with the scaling of tab controls with the window size. This will be fixed in the next release of LabVIEW. For now there is a workaround that might help:
    Only scale the tab control as the panel resizes. Leave the "Scale all Objects on front panel as the window resizes" unchecked. Select the tab-control and go to edit->Scale Object with panel. This will not scale the objects within the pages.
    In general please refer to this document for further information about misplacements that may occurr with the rescale option.
    Best regards,
    Jochen Klier
    National Instruments Germany

  • How do i set tab control page size programmatically?

    Hi,
    I have a tab control in my program and each page has different amounts of controls on it. I would like to know how I can make the tab control pages resize automatically, only to fit the controls on the page and not have extra space underneath that other pages require.

    romulus wrote in message news:<[email protected]>...
    > Hi,
    >
    > I have a tab control in my program and each page has different amounts
    > of controls on it. I would like to know how I can make the tab control
    > pages resize automatically, only to fit the controls on the page and
    > not have extra space underneath that other pages require.
    You can use the tab control property 'PaneDimension' to
    programatically change the size of the tab control. To
    programatically find the areas occupied by the controls on each page:
    Use the 'Pages' property of the tab control to get a reference to the
    desired page; wire that to a property node and select the
    'ControlsOnPage[]' property; iterate through all the control
    refere
    nces, getting the position and bounds of each control, using
    'Max & Min' and shift registers to find the extent occupied by the
    controls.
    Paul Cardinale

Maybe you are looking for