Referencing sub templates in the main template

Hi all,
I ve developed a layout which is to be uploaded for print option to be used.
But since there can be html tags in the data to be printed, I found a xsl file which has got transformations from html to xslfo.
Now I need to include this sub template in the main template.
Can any1 tell me how to do this.
In order to use import functionality I must specify the path I guess.
Thanks.
Vignesh

Hi,
Then make the temp1 as 'Horizontal Alignment : Left , Vertical Alignment : Absolute from top ( provide the height ) '
For temp2 as 'Horizontal Alignment : Right , Vertical Alignment : Absolute from top ( provide the same height as above ) '
Adjust the widths of the templates accordingly to fit the page width.
Reagrds,
Ram

Similar Messages

  • Adjusting the size of the "pop up" sub vi in the main vi

    I am trying to reduce the size of the "pop up" sub vi in the main vi. If I push everything upwards, the info downwards is lost. Similarly the side info is lost. How to adjust the size and yet keep all the info. I am using LV6.0. I have attached the file concerned.
    Attachments:
    RTF Test Setup.doc ‏84 KB

    There is obviously a misunderstanding here.
    You have full control over the front panel and you can make all the controls as small or large as you want. In addition, you can also place them wherever you want. It is up to you as the designer to place them how you want. If you want then all to be a few pixels by a few pixels, LabVIEW will allow that. Obviously, a string control that is 3 pixels wide and 2 high is unusable, but you can do it. In addition if you wanted all the controls to over lap that is fine, but again it will most likely be unusable for your user.
    If your question is the mechanics of moving and re-sizing controls, LabVIEW works the same as most products. You need the arrow tool, which you can get from the tools pallette (Windows>> Show Tools Pallette). With that tool you simply click on the control and move it where you want it. To resize it you hover over the borders of the control until you see the little resize squares and then re-size away. This is the same as how you would re-size an object in Word etc.
    If you are simply asking for some examples based on the front panel you attached, we on the forums can move them around and give you examples but we don't know what it is you as the designer or your "customers" want. Therefore anything we do is a shear guess and unlikely to be what you really want. By far the best option is for us to help answer for you the how so that you can create the front panel that you want.
    So can you re-phrase the question or help us understand what it is you want?

  • How to get the loop sequence time (i) out of the while loop in the sub-vi to the main vi?

    I tried to search for the answer but no much luck.  My situation is that I used a sub-vi containing a while loop in my main vi. Now I need to see the while loop sequence number (i) from that sub-vi in my main vi.  In the sub-vi I have the indicator to show this loop sequence flawlessly, but that's inside the loop itself.  If I use this indicator as a terminal in the sub-vi, I can only see the last sequence number in the main vi after the loop finished its execution.
    Is there a way to accomplish this? Thanks.

    Hi nobody,
    well easiest (but error prone) way is to use globals to move data from subvi to main vi. You can also give the reference of the main vi indicator to the subvi to write to a "value" property node. You can also use queues, and there are other techniques too
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Muse / Sub-Navigation: How can I create a sub-navigation under the main navi - BOTH levels in HORIZONTAL direction???

    More specific: I want to create a two-level navigation, whit both levels in horizontal direction.
    Example:
    1st level:    Products,
    2nd level:  Type 1, Type 2, Type 3 etc

    Dear rohit776,
    enclosed two screenshots. First upper one is showing how I want to do it.
    Problem is: It is build completely manually and it does not work. When clicking on References it directs to a blank side and of course the main navi point (References) should be highlighted while I select between the three sub-points.
    The second screenshot shows how my structure looks like. Here the masters are including duplicates (therefore they doubled)

  • Can we create a sub Event within the main Event in iPhoto?

    I would like to reduce the amount of Events I have showing in iPhoto, to one Event for one catogory and then create sub events within this main Event.
    For example.
    Create 'Holidays' for Main Event
    Then various sub Events within 'Holidays' showing destinations for each holiday with the photos.
    Regards
    John

    This is what Larry is referring to:
    OT

  • How to call sub VI and close the main VI in while loop and sequence condition

    Hiya,
    I have a problem with the while loop and the sequential condition in placed together i.e while loop as Global and sequential condition as local (i.e inside the Global loop). For example,when calling the sub vi from the main vi (main vi as main menu and sub vi as sub menu.)My problem is I can't run my sub menu when the particular icon is pressed through the main menu and only the front panel appears. My concerned was if possible the sub menu is activated in few second then jump back to the main menu again (analyze through the diagram).So, I don't know what should I need to do. If possible, please advice me how to encountered that particular problem.
    Thanks!

    Go to your block diagram of your main menu, then click on the "Hightlight Execution" it is something like a bulb. then you execute your vi. then LV will show you all your data flow.
    When you feel sad, laugh

  • How can I allow a sub-vi to run independent of the main program once it has been called while still sending data to the sub-vi

    I have a main program where I call a sub-vi. In this sub-vi, there is a while loop that is used to wait for commands in the sub-vi. While the while loop is running, I cannot continue with normal operation of the main program. I would like get the sub-vi to run independently once it has been called, but not hold up the main program. As well, I need to still be able to send data to the sub-vi

    One way is to use VI Server, which has been mentioned by others. This will allow you to start another VI (by name) and run it entirely independently of the calling VI. This is a good way to start various independent VIs from a main menu, for example. None of the VIs thus called need have any connection to the others.
    Another way it to have the SubVI in a separate while loop on the calling VI's BD. Then, use a local var to start this sub VI from the main loop. The calling VI sets a local START bit and continues running. The sub VI's while loop watches for this START bit to go true, and then runs the Sub VI. The advantage here is that one can more easily pass arguments to the SubVI when it is started, using local vars, which are preferable to globals. Once the Su
    bVI is running, however, you must use a global Stop Bit, set in the calling VI, to stop it when the calling VI exits, or the calling VI will hang up, waiting for the Sub VI to close and exit its while loop.
    If you need an example of this, email me. ([email protected]). I can also recommend Gary W. Johnson's excellent book which discusses this. ("LabVIEW Graphical Programming", 2nd Ed).
    Note: Where possible, I try to call a subvi from within the main VI, wait till it is done, then continue. It avoids the use of locals & globals, and results in cleaner code, with fewer "race" conditions. However, the main VI stops until the subVI is done, hence one should make the subVI modal.

  • I am having trouble stopping a sub VI from the front panel of my main VI.

    Whenever I try to stop my sub VI from the main panel i cannot get it to work. It has entered the value of the switch from the main VI and does not update it within the sub VI after it has started the sub VI and hence does not look for a changed value on the switch. Is there any way that I can get the sub VI to check the state of the switch on the Main VI on each loop?
    Thanks
    Ross H

    Hi,
    I am including 3 VI programs, here main vi controls the sub vi, i mean sub vi can be stopped either from main vi or from stop button put on its front panel. Also main vi still works incase sub vi is running.
    Hope it works. If above does not answer your problem completely, Pl. do write.
    Best Regards,
    Nirmal Sharma
    India
    Attachments:
    Main_Vi.vi ‏56 KB
    sub_vi.vi ‏25 KB
    global_stop.vi ‏6 KB

  • What is the way of find the sub part no(material no) of the main part no

    Hi,
    in md04 how can i get the link(field)of the main material no with the sub material no. I need the field which links its.

    Hi kamlesh ,
    If you intend to see the BOM components ( sub materials )for the main material in MD04 then -
    - In MD04 screen , goto to "<b>Environment</b>" in top menubar and select option "<b>Product Structure</b>"
    - In the next displayed screen you can expand the available BOMs to view the components details.
    Regards,
    Nilesh

  • Referenced sub process mapping

    Hi,
    is there an easy way to map a data context of the parent process as input of a referenced sub process?
    The only way I know is to create a new event trigger in the sub process and define a service interface with an XSD schema definition and so on...
    It doesn't seem to be straight forward, worse if I have several sub processes!
    Best regards,
    Kevin

    Hello Kevin,
    i hope you are yet watching this thread.
    Do you now have another solution for mapping data context to a sub process?
    We have a "dispatcher"-process, which calls the different versions of a main process and need to map the data from the dispatcher to the different processes.
    Thanks in advance,
    Martin

  • How do I change the main iCloud account on my iPad?

    I need to change the main iCloud account on my iPad. I'm merging family MobileMe accounts' contacts, and need to set up multiple devices with the main iCloud family account so we will all share photos, contacts, calendars, etc, but have separate email via personal subaccounts. Trouble is I entered a sub account as the main account on one of the iPads and I can't find a way to change it.

    I have the same question for a slightly different reason.
    I just got an iPhone6 and set it up from an iPhone4 backup. I never really used that phone for iCloud, When iCloud first launched, I used an old earthlink email but I've since updated to a gmail address on my account.and use iCloud a lot on my iPad and laptop. But the new phone wants me to log in under the old earthlink account. I don't have that password and attempts to reset it have not worked. How can I switch the log in address so I can use the correct working address?

  • Is there a way to pass or access the FileGlobal​s of the main sequence from an ActiveX subsequenc​e that runs in parallel?

    I developed an elborate avionics Test Bench using the data types and FileGlobals to define all of my instruments and signals. The instruments have some minor changes between Test Bench's and the signals change between projects. The actual LabVIEW VI's were written so that they would be generic, in nature, and rely on spreadsheets to determine what inputs and expected outputs are to be tested and use the FileGlobals to determine how to process each signal from this extensive data structure. This methodology has worked well so far. Now I have the need to read some of the signals being output by the black box and compute a signal as input. The black box it very particular about the timing related to how fast this input changes in response to the outputs.
    Anyway, I was able to develop another sub-sequence within the main sequence and have it run as a parallel process. The problem that I have is that this extensive FileGlobals data structure is shown in the sub-sequence, but all of the data is zero or blank. What I really need is the FileGlobal data in the sub-sequence to be equal to the FileGlobals data of the main sequence at the time the ActiveX sequence is started OR have some way to access the main sequence FileGlobals from the ActiveX sub-sequence. I was able to use the when doing a Action of "call method" and a moethod of "NewExecution" to start the sub-sequence. The problem is that the data passed was only the first element in the FilGlobals structure and not the entire FileGlobals.
    I have TestStand version 1.0.3 . I know, the answer is usually to upgrade, but I have my own company and am sub-contracting at this company. It took me a month to convince this company that TestStand was the way to go rather than use the old LabVIEW Test Executive that they still have. The point is that it may be difficult to get them to get a later version and at this point I do not have time to wait for a upgrade. So I need to determine an easy way to impliment this with the existing version of TestStand.
    Any pointers on how you might solve this problem would be appreciated. You can email me directly at [email protected] .
    Thank you for your help!

    William,
    As you alluded, TestStand 2.0 has better solutions to this problem than TestStand 1.0.x. These include
    1) Executing the subsequence on a different thread but under the same execution. The file globals are then common to the calling and called sequence. The improved Sequence Call step type gives you this option.
    2) There is a new sequence file property that provides that "All Executions Share the Same File Globals".
    The reason that the file globals are not shared between your 2 sequences is that they are each executed as separate executions. That is, they are each executed using the NewExecution method. With each new execution a run-time copy of the sequence is made, including the file globals.
    I am assuming that you want to execute the subsequence asynchronously (i.e. in parallel) to the MainSequence and therefore must use the NewExecution method to do so. Since you must use TestStand 1.0.3 then the best option is to pass the file globals to the new execution as sequence parameters. It sounds like you tried this but had difficulties. The steps to do this are:
    A) Create parameters in your called sequence that mirror the file globals that you want to pass from your MainSequence.
    B) Create a new data type that is a container. The subproperties of this container must mirror the parameters in your called sequence. It is important that they are in the same order as the parameters.
    C) Create an instance of this container data type as variable.
    D) Pass this variable as the parameter of the NewExecution method.
    I have attached an example of how to do this. I have 2 file globals that I want passed, Number and String. I have another file global that is an instance of the parameter container that I pass with the NewExecution method (could also have made as local variable). Any time I update the values of the container�s subproperty, the changes are available in the executing "subsequence". Therefore, I must update the value of these container subproperties every time I want to have access to new file global values. There is clearly some redundancy here in that my MainSequence must copy the Number and String values to the container subproperties. If fact, it may be better to simply delete the Number and String file globals and simply use the subproperties of the container directly.
    You probably have to play around with the example to synchronize the change of the file globals with the message popups in the subsequence. In TS 2.0 I would have synchronized them with the new synchronization step types.
    Attachments:
    passfileglobals.seq ‏37 KB

  • Stream data from a subvi to the main vi

    Hi
    I’m wondering if someone can help me. I’m trying to stream data from a sub vi to the main vi without opening and closing the sub vi continuously. The data also needs to be extracted from a while loop within the sub vi.  background info: The sub vi controls a photomultipler tube, which once it is on it is best kept on. The PMT signal is generated in while loop of the sub vi. Attached are some basic vis showing what I’m trying to do.
    Thanks
    Attachments:
    Main page.vi ‏11 KB
    test2.vi ‏13 KB

    If you are streaming measurements continously I would consider using a circular buffer instead of the queued producer/consumer approach.
    Check out this implementataion of such a buffer, use only this if your DAQ device does not have an internal circular buffer.
    https://decibel.ni.com/content/docs/DOC-20403
    Alternatively if you are using a DAQmx device, consider using the device buffer for sharing DAQ data between loops.
    Br,
    /Roger

  • Indicating the reference document inside the main document.

    Hi,
    We have a requirement that indicating the reference document inside the main document.  for.e.g: Indicating the sub manuals inside the main manual. Is this possible in SAP DMS. Please suggest me.
    Thanks & Regards,
    Prasad
    Edited by: RPrasad on Jan 4, 2011 5:59 PM

    Hi Prasad,
    For this you have two options :
    1. Use the field Superior document , here you can assign a superior document to sub-document. Configure in DC10 to document
        type.
    2. Or use Environmrnt -> Document Structure -> Create  , here you can create a docuemnt structure means if user is displaying a docuement or using a document for various business activities then user has to refer a document which is assigned in document structure. When someone uses a document if it has a document structure means must refer the assigned document.
    Hope this will help.
    Regards,
    Ravindra

  • Swapping Sub-account email for Main account email ...

    Hi,
    Some years ago when we first set up BT broadband my son entered the details online and set his email address as the primary account. He's now moving on and I'd like to update this to have my email (currently a sub-account) as the main account email. How can this be done? Any guidance greatly appreciated.
    Thanks,
    David
    Solved!
    Go to Solution.

    you cannot do this but if you contact the mods they may be able to help you
    contact mods
    can take up to 3 working days for mods to contact you
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

Maybe you are looking for

  • ITunes 10.6 won't let me burn CDs

    I get a message saying "Registry settings used by the iTunes drivers for importing and burning CDs are missing. This can happen as a result of installing other CD burning software. Please reinstall iTunes." I reinstalled but still get the same messag

  • DUMMY_BW (0FI_GL_04) delta queue not getting cleared

    Hi, We're using minute based extraction approach for 0FI_GL_04 and thereby have two delta queues for the 0FI_GL_4 extractor in the SAP ERP ECC system: One for the 'DUMMY_BW' and the other for the 'real' BI system. The delta queue for DUMMY_BW is not

  • How to check A/R + Outstanding order?

    I have set the following query for approval request placed it in term of approval template. SELECT (T0.Balance + T0.OrdersBal) >100 FROM OCRD T0 WHERE T0.CardCode = $[$4.0.0] I expect that the approval request should be invoked if Open account + Orde

  • OAM11g- WNA question

    Hi, We are trying to configure multi-domain WNA using OAM 11.1.1.5.2. WNA works fine with one domain and fails with the other i.e., if the user logs in to windows with second domain, the authentication fails and we see the KDC is sending NTLM token i

  • Black bar showing up at bottom of screen during the editing?

    When I add some video for editing to Adobe Premiere, it is fine for a while, after some seconds (when there is a gap between two videos) video moves up a bit and a black bar shows on the bottom of the video. How do I remove this? Thanks for the answe