How to show two canvas at same time

i have a button, click on it to show 2 view. I use show_view to do that but it just show only one.
Could you help me, im working on 12R, form builder 10.1.2

better to trim the certain portion of the first canvas and use a show_view function to display the second one.
Regards
Rajat

Similar Messages

  • How to submit two forms at same time?

    Have a client that requires their members to update their profile information and some of the details from that form need to also populate a WebApp.
    I've seeded the CRM with basic (first name, last name, email address, Your ID, and EntityID) member data.
    Members would log in and be asked to update their profile. [action="/MemberProcess.aspx"]
    This submission should update their CRM record *AND* create a WepApp record at the same time.
    I tried the AJAX + jQuery method, including the second WebApp form [action="/CustomContentProcess.aspx?...] fields as type="hidden", and using {tag_FIELD NAME}; but this isn't working for me, I'm admittedly not a real programmer.
    Any thoughts? Thank you very much, in advance for any and all help!
    p.s. the reason for wanting to do this, is so that members do not have to update their CRM profile and then also input their data specific to the WebApp form (it's a member listing) as a separate task.
    p.p.s. after I get through the above hurdle... how can I ensure that a CRM user has one and only one WebApp item (their listing) and that they can edit it? Another issue I'm having now is that users create a new listing in the WebApp if they submit another record and in the future I fear that simply editing their CRM profile will create new WebApp listings too. This site is like a phone book, there should only be one listing for each unique email address (in this case).
    -Will

    You can use Jquery + AJAX to submit as many forms as you want to as many places as you want. Don't use the HTML to submit and have a second javascript submitter as the Javascript might not have time to complete before the page is submitted.
    I wrote this quickly just now, this wont work on the JSfiddle site because you can't form POST / GET anything on it (AJAX included it seems). it will submit to other URLs the same data. It is done in parallel and because we don't know which one will finish quicker, both calls check if all calls are complete before confirming everything is complete. I have not tested it but it would get you 99% of the way there.
    <form id="signup_register" action="" method="post">
        Firstname<br/><input type="text" name="firstname"><br/>
        Lastname<br/><input type="text" name="lastname"><br/>
        <button onclick="formsubmit(this);">Save</button>
    </form>
    <script>
        var url1='http://google.com';
        var url2='http://gmail.com';
        var complete1=false;
        var complete2=false;
        FinishedTwoFormSubmits=function(){
            alert('Finished submit - redirect or whatever you need to do.');   
        formsubmit=function(el){
            var data = $('form#signup_register').serializeArray();
            PostSubmit(url1,data, function(){ complete1=true; if (complete1 && complete2){ FinishedTwoFormSubmits() } });
            PostSubmit(url2,data, function(){ complete2=true; if (complete1 && complete2){ FinishedTwoFormSubmits() } });
        PostSubmit=function(url,data,cb){
              var ret=false;
            var noerror=false;
                        $.ajax({
                                    type: 'POST',
                                    url: url,
                                    cache: false,
                                    data: data
                                  }).done(function(msg) {
                                            try{ noerror=true; }
                                            catch(e){ alert(e+'\n\n'+msg); }
                                            if (noerror){ cb() }
                        return ret;
    </script>

  • Can two subVI show up at the same time?

    Can two subVI show up at the same time?

    Hi,
    Save the vi as a template (*.vit), then you can open it (dynamically) as
    often as you want. If you make the vi "floating", you get the best results.
    Regards,
    Wiebe.
    "smal" wrote in message
    news:[email protected]..
    > Hi,
    > What if the subvi has to be called dynamically (hence using call by
    > refrence node).
    > In fact I want to run a subvi each time a button is clicked
    > independent of the others(it gets just some parameters from the caller
    > vi & must continue running so the user can interact with it via its
    > front panel )
    >
    > Thanks for your attention in advance.

  • HOW TO SHOW ONE PAGE AT A TIME

    Does anybody have a clue how to show one page at a time? I clicked Facing Pages in the Inspector and 2 columns of pages showed up. Now, I can't get it back to just one page showing up at a time. There must be a fix, but I don't' want to spend days on this. Many thanks.

    Frank,
    At the bottom left of the page, click on the zoom percentage, then select One-up from the menu.
    -Dennis

  • How can i use in the same time input line and mic to recorder in several track whit SONAR

    I have beem recording only input line because SONAR 4 not recognized the mic in, Help me!!!.
    Thank you. Sorry for my english

    LIMACAR wrote:
    How can i use in the same time input line and mic to recorder in several track whit SONAR 4. I have beem recording only input line because SONAR 4 not recognized the mic in, Help me!!!.
    Thank you. Sorry for my english
    Depending on which soundcard you have there, but if your card is capable for
    ASIO -> activate I/O drivers on Sonar/Options/Audio/Drivers -tab (mic/line sources should be listed there --> activate) and select the mic or/and Line sources on tracks "I" - dialog
    WDM/KS -> use the Surround Mixer or windows recording controls for recording source selection (mic should be listed there)
    MME32 - > same w/ WDM/KS
    If you use Asio4All --> same w/ WDM/KS & MME32
    No mic and line source simultaenously w/ WDM/KS and MME32.
    You perhaps be able to do this w/ kX drivers.
    jutapa
    ADDED:
    You can also install modded version of Audigy 2 drivers/software but I have never done this w/ Li've! 5. so I can't be sure if you get ASIO support for your card.
    Here are the instruction --> http://www.tech-pc.co.uk/audigy-2.php
    jutapaMessage Edited by jutapa on 05-25-2006 02:48 PM

  • How to display two grids in same screen using SALV Method

    Hi Freinds,
    Please let me know how to display two grids in same screen using SALV Method.
    Thank you
    Regards,
    SDV

    Using the same concept as described in How to dispaly Three Internal Table  Data (One below another) in ALV OOPS .
    All you need to add is passing your new containers as r_container parementer of factory method.
    "1st one
          cl_salv_table=>factory(
             EXPORTING
               R_CONTAINER    = g_top_container
    "2nd one
          cl_salv_table=>factory(
             EXPORTING
               R_CONTAINER    = g_bottom_container
    Regards
    Marcin

  • How to separate two contact with same name

    Hi, anyone knows how to separate two contacts with same name in Contacts?  Actually they are two persons from two gmail contacts with same name but different contact numbers, different emails....etc, but Contacts assume they are same person and merge them as one!

    FG,
    In Lion, you have the File > Duplicate option. You will then have two copies of your document open, and the one on top will have the temporary filename "OriginalFileName copy", and your next responsibility is to File > Save (or Command-S) and rename the duplicate. At this point, you edit the copy's name, to perhaps ...copy 1, or whatever you wish. The document you had open when you initiated the File > Duplicate will still be there on your screen, waiting for you to Close it or continue editing.
    Jerry

  • How to show two amount (based on value type and entry code)  in same column

    Hi, I have to show two amount in the same column how can i do that...
    For example there is 
    1) premium amount which depends upon the entry code lets say entry code 1000 = Premium amount .
    2) Now there is another premium amount but this amount is stored on basis of value type ...let us say for value type 'prem' = premium amount .
    these amount are in different field can i shown it in same column in BEx query.
    If you can you please help .

    use the selection criteria to restrict the field types in the query designer- use other variables to check the value
    if it doesnt reconcile- you can alternatively use a multi provider for the same thing- that way you will get the same amount in 1 column and you could restrict using the infoprovider column

  • The DSO is included in two deamon processes how can i load at the same time

    Hi Gurus,
    i am working on BI7.0 and our application is based on RDA(real time data acquisition) and we are pushing the data using web services and the problem is now we have a DSO which is included in 2 deamon processes and its allowing us to load after the completion of first one.i just want to load them parallely and want to execute at the same time to the DSO.so please let me know how can it be possible and how we can achieve this..
    your help will be appreciated greatly..
    Thanks & Regards.
    Ashok

    Hi
    We managed this requirement by closing the DTP request. You have to ask your ABAP team to code this closing.
    Thanks and regards
    Kwong Tat

  • How to show two different aliases in planning data form

    I have two alias members in the Alias dimension-Default,alias-1.
    Alias is associated with all the dimensions.
    For ENTITY dimension i have values for both the aliases.
    Now my requirement is to show Default alias member in one planning data form and alias-1 member in another data form.
    How can this be achieved ?

    If this is a consistant requirement, you could create another alias table and assign the aliases as a concatenation of the two aliases you need to see at the same time.
    IOW, export both tables, and in excel or a text editor, concatenate the two existing aliases for each member into one string, then import that list into yet another alias table.

  • How to show two waveforms on XY-graph?

    Hello,
    i have two array with x and Y-values that are bundled and then displayed in XY Graph.
    How can i show two XY-waveforms on the graph at the same time?
    Thanks
    Solved!
    Go to Solution.
    Attachments:
    Wave.jpg ‏48 KB

    Hi one,
    open the context help and move the mouse pointer of the XY graph. Then read the help!
    Btw. you don't create waveforms, you create XY plots…
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How to show two or more PDF in one PDF-Reader / Concatenate PDF-Files

    Hi,
    I want to show two or more PDF files in one PDF reader window or to concatenate two or mor PDF files to one file.
    We use WD4A and ADS.
    Have someone an idea to solve this without an external program?
    Thx in advance
    Jürgen

    We have done this successfully a few times using WDA - it wasn't easy - it took us 2 full weeks to figure it out, so i need to get full points for this one!
    It's going to much easier to do this if you start a brand new WDA. If not, you'll have to re-do all your Context Node navigations within your methods.
    The first thing you need to do is to define your Context properly:
    You need a top level Node defined as 1:1 cardinality (as with all PDF development)
    Next, you need another Container Node 1:n cardinality (this holds the collection of content nodes)
    Finally, you have your PDF Content Node 1:n cardinality - This holds each instance of your PDF form
    In our scenario, we are passed in a list of Project Numbers. We need to generate a PDF sheet for each project in the same PDF session.
    pseudo code - i'm leaving out some of the unnessary details
    Loop through the project number table.
    ADD 1 TO v_cnt.
    * navigate from <TOP> to <PDF_CONTAINER> via lead selection
        lo_nd_pdf_container = lo_nd_top->get_child_node( name = wd_this->wdctx_pdf_container ).
    * This is the Important Part - we check to see if there is an element where index = v_cnt
    * If not, we create one where we can store the new set of data
    * get element via lead selection
        lo_el_pdf_container = lo_nd_pdf_container->get_element( index = v_cnt ).
        IF lo_el_pdf_container IS INITIAL.
          lo_el_pdf_container  = lo_nd_pdf_container->create_element( ).
          lo_nd_pdf_container->bind_element( new_item = lo_el_pdf_container
                                               set_initial_elements = ' '   ).
        ENDIF.
        lo_nd_ideasheet_data =  lo_el_pdf_container->get_child_node( 'IDEASHEET_DATA' ).
        lo_el_ideasheet_data = lo_nd_ideasheet_data->get_element( index = 1 ).
    * fill all the data then bind the structure
    Select * from XXX into lt_XXX
      where project_number = lt_project-project_number.
    * Move Data to appropriate fields/tables
    * Bind the info back to the element
        lo_el_ideasheet_data->set_static_attributes( static_attributes =
                                                  ls_ideasheet_data ).
    Endloop.

  • Using multi-threading: Setting a VI to be used for two sequences at same time

    I have two sequences running as two different threads. This is supposed to be in parallel but both sequences access the same VI, then they're not executing as parallel because one sequence use this VI then liberates it and the other sequence use it, and so on consecutively until both sequences finish. This is not what I want.
    How can I do to set this VI with any kind of property or something that can be accessed for both sequences at the same time?
    Thanks,

    Hi Margarita, you can set a VI to be reentrant (under VI Setup»Execution Options from TestStand, this function can also be used from LabVIEW) . Now depending on the king of VI you are using this can be something safe or can cause trouble. If the VI needs to keep information (for example a Functional Global Variable) or it is handling Hardware it can give you errors (for example trying to access the same DAQ at the same time from different task.
    If you need more information can you tell us what does this VI does?
    This Links might also be useful:
    When I Run Parallel TestStand Executions That Call the Same VI, Why Don't the VIs Run in Parallel?
    Differences Between Reentrant VIs (Preallocate), Reentrant VIs (Share Clones), VI Templates, and Dyn...
    Best Regards
    Benjamin C
    Senior Systems Engineer // CLA // CLED // CTD

  • Connect two ipods at same time?

    I have a fortunate problem/question. My son got a nano ipod and I got a 30MB ipod. We both would like to charge them and get running. Can you connect both at the same time? I have two USB ports and could physically do it. I know that you can use multiple units with a single computer, but there is nothing about charging them at the same time in the documentation.
    Thanks

    I've had 3 ipods connected at the same time. They all show up under Devices.

  • Delivering two videos at same time

    I am trying to simulate a software-instructional classroom by showing two (720x480) videos at the same time. One video showing the instructor in the classroom and the other of the instructor's computer screen.
    The first video (of the classroom) would be shot using standard DV footage shot with a Sony PD 170.
    The second "video" (screen capture video) would be captured using software such as SnapZ Pro, Camtasia, or similar software. It is important that this "video" be as large as possible to show the detail of the software.
    If displaying two (720 x480) videos at the same time is not possible, does anyone have suggestions for producing a full size screen capture video (larger than 720x480) with the ability to place the (720x480) instructor video in a corner of the screen capture video?
    Is this possible with FCP or any other application?
    Any advice would be greatly appreciated!
    Thanks.

    I came up with an interesting workflow for this.
    There are three challenges:
    1. SnapZ will create files that QT/FCP will interpret as 10fps no mater what you do. I don't know if this has been fixed yet. This post describes the workaround and this post describes the underlying reasons for the issue.
    2. using a display resolution higher than 720x480 will allow you to zoom into areas of the interface to show detail, but will require rendering when combining with SD footage in an SD sequence.
    3. Even if you use snapZ to record a 720x480 display, the 10fps issue and format difference may still require lots of rendering.
    Sooooo, here's what I did:
    I recorded snapZ movies at "full" display resolution. This allowed me to do some zooms in post. You can also zoom in real time with a bit of rehearsal by using the ctrl-scroll ball trick.
    I planned to edit the screen caps in two stages, first to cut for timing at full-res, and second to combine with SD footage and add the zooms and other graphics.
    I created sequences native to the full-res clips' format using the "make multiclip sequence" command.
    I fixed the frame rate by placing each one into a sequence at full resolution, but with the correct frame rate, then re-exporting to new quicktimes. You may find it helpful to create a sequence preset with these settings. Your list of sequence presets will be the same list of formats you can choose for a batch export.
    Once I had cut for timing in a full-res sequence, I took the contents and pasted them into an SD sequence, using paste attributes to scale them all down to fit. Now I had the hi-res clips in an SD sequence that I could zoom into without them just looking like blurry crud.
    Alternatively, there are other hardware solutions you can use to get HD video out of the computer, but you'll need another computer or recording device to capture it. AJA, Blackmagic, and Matrox have capture cards that can output your desktop as HD video. You can also just get a simple DVI to HDMI adapter, but all of these solutions lack the simplicity of SnapZ's one-system-no-recorder setup. SnapZ also allowed me to record more than 2 tracks of audio, in my case the "live" voiceover and the stereo output of the music software we were demoing.
    One more option to avoid rendering during cutting if you have to mix formats with the SnapZ workflow is to create DV proxy footage of the hi-res, then reconnect to the HD at the end. However, this requires the fame rates to match, and assigning matching timecode and reel, if applicable, after re-importing to FCP and before reconnecting.
    Hope this helps, or at least made some interesting reading, if you made it this far.
    Max

Maybe you are looking for

  • I can't load some content from my external hard drive to itunes,

    I can't load some content from 1 of my external hard drive to itunes, it can see it and try to load the folder / files but it doesn't appear, these files worked recently as some of them are currently on my ipod touch - I had to factory restore my lap

  • RTF non keyboard character missing

    When I export the RTF from the application file  non-keyboard character (symbol and mathematical pi fonts) converted in to square boxes. How to fix this issue. Please advice.

  • Wide variety of new graphical problems (ATI 6470m, Catalyst 11.11)

    I'm really starting to get annoyed, and I'm hoping somebody figured out what could cause these problems. This is my setup: I'm on a HP EliteBook 8560p laptop. I have an ATI 6470m graphical card, and since the release of catalyst-11.11 I'm running fgl

  • Help please with removing extra boxes in iTunes screen

    When open iTunes I would like to have only the iTunes library database on screen; however, on the bottom of the screen, below the database, I have a box containing the iTunes store and above the database I have a box which contains columns for artist

  • Objective-C categories ans autorotation

    Hello everyone, I'm nut sure if I fully understand the [Reference|http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC /Articles/chapter4_section_2.html#//appleref/doc/uid/TP30001163-CH20-TPXREF139] regarding categories (Yes, I've rea