Handle Form Setting in a user form with two DataGrid

Hi,
I have a user form with two dataGrid.
I'd like to handle the 'form settings' button for both DataGrid, but i'm not able to do it (i'm able just for the first matrix)
This is the code:
form.Settings.Enabled = True
form.Settings.MatrixUID = GRID1
There is the possibilities to swicth from GRID1 to GRID2?
Regards
Marco

Hi Marc,
you can active the settings only for one of them
the second point is that you enable the old one.
first change the UID than enable it.
frm.Settings.MatrixUID = "mtxList2"
frm.Settings.Enabled = True
regards
David

Similar Messages

  • How to create a form with two column headings

    I have a business request to create a data form to handle multi year data by month. This will require creating a form with two column headings - with the first row be Year and second row be month, and data entry will begin in the third row and down.
    I can do multiple row headings in the layout design, but somehow can not get it to work for multiple column headings.
    Thanks in advance

    If you're in the "Layout" tab, simply pull the "Years" dimension and the "Period" dimension into the Column section. Planning can be a little picky about where you "drop" the dimension as you're dragging and dropping it. Drop it in the cell directly under the letter name of the column. Other than that, there's not much to it.
    Hopefully this helped,
    - Jake

  • Is possible to take the Infopath form with two repeat section in one SharePoint list

    Is possible to take the Infopath form  with two repeat section in one Sharepoint list 
    Take two repeat section and put them one bellow to other one in a SP list.
    The motive is that the first repeat section is based in account own by the requestor and the second repeat section is when the requestor is doing backup time for some one else where need to log the amount of time that spend in the peer account.
    I have basic logic in the form when requestor said Are you doing backup for some else? and press YES it is be able to use the second repeat section.
     Le me know how much pain full is going tobe or not..
    –Q1: Is possible to do this ?  With codeless or not
    –Q2:What steps I need to do to accomplish this?  feasible or not
    the following picture give a better idea of what I am looking to accomplish:
    CRISTINA&amp MICROSOFT Forum

    Hi,
    Thank you for your question. I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience. Thank you for your understanding and support.
    Thanks,
    Linda Li
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • How to export data to 2 tabs in excel from form with two tabs

    Hi friends
    i am now faceing a prbs of exporting data to excel to different tabs.
    ex:- i have a multiple records form with two tab . i want to export data corresponding to excel as two tabs.
    can anyone suggest me how can i export data to 2nd tab.. is any functions or procedure to help me .

    Hello,
    at Re: How to save a query result and export it to, say excell? you can find links to different solutions. At least the packages behind second and fourth link support more than one worksheet. And both describe how to do it.
    Regards
    Marcus

  • Setting up New User account with ALIAS in Mail

    I have set up another user on my iMac...I have given him an ALIAS on .mac.
    When I set up "mail" for his specific email address -- all of my emails associated with my .mac account are being imported (which I do not want).
    QUESTION IS: *How can I set up his email (alias) only and not import all of the rest of the .mac account emails.*
    THANKS!!!

    You can’t. An alias is just a different e-mail address for the same mail account. If you don’t want that user to have access to your mail account, then you must set up a separate mail account for him/her, not an alias associated with your mail account...

  • Can I set up a WDS network with two main base stations?

    I have an AEBS in the main part of the house and a time capsule in the office in the back of the house, currently with one internet connection (it's cable modem) into to the AEBS. I have tried to use relays (two airport expresses) in a WDS to have the internet connection reach the time capsule, but unfortunately the distance is too great and it won't make it.
    I can move the internet connection and AEBS into the middle of the house and everything would be fine (one internet connection into the house, no need for relays to reach the time capsule), but this requires rewiring the cable connection and adding a power outlet, which seems like a lot of work.
    My other option is to simply have another internet connection hardwired into the office. This would be using the same cable that comes into the house and is split outside. If I go this route--my question is--can I get the time capsule and the AEBS be on the same WDS network (same name, same passwords?), or will I have two separate networks in the house? If it is the former--how do I set it up? Can I have a WDS with two main base stations? Or is there an easier route?
    Thanks the help and advice...

    My other option is to simply have another internet connection hardwired into the office. This would be using the same cable that comes into the house and is split outside. If I go this route--my question is--can I get the time capsule and the AEBS be on the same WDS network (same name, same passwords?), or will I have two separate networks in the house? If it is the former--how do I set it up? Can I have a WDS with two main base stations? Or is there an easier route?
    Just run the Ethernet cable from one of the LAN ports on the AEBS to the WAN port on the Time Capsule. Configure the Time Capsule to operate as a bridge.
    You do not use WDS when they are wired together.
    Then configure the AEBS and Time Capsule to use the same SSID, wireless encryption type/level/password. Have them operate on different channels as far apart as possible.

  • Why does text field in InfoPath 2010 show user name with two commas between first name and last?

    Here's the problem. I have a text field called Manager in an InfoPath 2010 form that is getting populated by a drop down field called
    Business Unit.
    The Business Unit drop-down field is pulling information from
    column A in a custom list via a managed data connection. The custom List has two columns:
    Title & Manager. 
    The Manager column in the custom list is a 'Person or Group' type column.
    The Data Connection pulls both the Title, Manager
    (and ID) data.
    There is a rule on the Business Unit drop-down field to change the value of the
    Manager text field with the Manager data on the custom list. The rule pulls the
    Manager information and filters the value to match the
    Business Unit on the Data Connection with the Business Unit drop-down
    field value (Main).
    The Business Unit drop-down field works great and pulls the value from the custom list, and the rule populates the Manager text field. The problem is that Manager text field shows the name as such:
    [smith,, john]. Notice the two commas between the last and first name. There should only be
    one comma!
    Anyone have an idea why the text field is appearing with two commas?
    Arnel

    Hi all,
    I have a workaround for this. I have an InfoPath 2010 form pulling data from a SP2010 list. The user chooses a System (Business Unit) from the dropdown list and that choice auto populates the associated user (Manager) for that system. I had to
    use concatenation, substring before and substring after to display the correct data.
    concat(substring-before(DisplayName, ",, "), ", ", substring-after(DisplayName, ",, "))
    DisplayName is the original data for the field. I am able to cut & paste this field into the formula. Therefore, I added a few spaces to separate it from the actually formula for future use.
    Select Insert Function
    Select concat
    Select the first link to double-click to insert field
    and then select Insert Function
    Select the Text category and choose substring-before
    Select the third link to double-click to insert field
    and then select Insert Function
    Select the Text category and choose substring-after
    Copy and paste your fieldname (in my case DisplayName) in the
    double-click to insert field
    parts of the substring-before and substring-after links.
    Delete the middle double-click to insert field link
    Add quotes, spaces and commas so that they match the following format:
    concat(substring-before(DisplayName, ",, "), ", ", substring-after(DisplayName,
    Translation:
    concat(substring-before(Doe,, John, ",, "), ", ", substring-after(Doe,,
    John, ",, "))
    Bring together all of the text before ",," (i.e. Doe) with ", " (comma, space) and all text after ",," (i.e. John).
    It should return
    Doe, John.
    I hope this makes sense. I have these instructions with screenshots if you need them, contact me.

  • Runtime Error setting the 'Environment' when running with TWO executables

    Hello,
    I'm using XML DB for the very first time, so this problem may be easy to solve.
    I'm currently running a test with TWO separate C# Console executables.
    One executable correctly sets up the Xml Environment, Manager, and Container and simply adds XML documents to the database.
    The second executable simply is supposed to run some XQuery commands. I use the same Environment, Manager, and Container code to do the initialization. However, I'm having trouble with setting up the 'Environment' in this executable. I get the following error:
    DbEnv::open: DB_RUNRECOVERY: Fatal error, run database recovery, exception code = DATABASE_ERROR
    On this line of code:
    Sleepycat.Db.Environment env = new Sleepycat.Db.Environment(envdir, envconf);
    I've only seen code examples that run in a SINGLE executable. I'd really like to access the XML DB from multiple threads/executables, but am having trouble.
    Can there be multiple 'Environments' and 'Managers' for the one XML Db?
    Will provide more data if needed, and thanks for any help!
    Matt

    I guess you addressing this in the wrong forum. I see tags like "sleepycat" and "C#", probably thats why nobody replied.

  • How to Handle forms with J2EE?

    Hi, I am currently working on a project that needs to handle a lot of form inputs.
    I needs to find out how can i storage a big chunck of text from the form to the database.
    I was thinking perhaps i can create a text file for the text and store the file name in the database for every entry.
    Is that possible with J2EE technology?

    I am suppose to build a Job Search site. Jobseekers usually will not to copy and paste their resume into a textbox and the form will just store everything in the textbox. I believe a resume is definitely a very big data.
    An alternative will be to upload the file but i have no idea how can i achieve that.

  • I made a flowable form with two buttons with actions to go to a page, but they won't work when content flows into new pages. Is there a way to use javascript to take the user to a specific object? I think that will solve my problem.

    I think I answered my own question. I used setFocus() with an object that I hid underneath a text field. Works perfectly, and it won't matter how many new pages a user creates in the flowable form.

    WhyWontThisWork:
    I can definitely how frustrating it must be to not be able to take pictures or even view pictures that have already been taken with your LG Dare.
    Since this problem has started, have you tried to either:
    a.) put that memory card in an alternate phone to see if the pictures can be viewed on there
    b.) use a card reader/adapter in a computer to see if the pictures can be viewed on the computer
    c.) take the memory card out of the phone and then try to take a picture?
    What I am trying to determine is which of the 2 is defective (phone or memory card)
    If you are able to view pictures in another phone, or on the computer , then you may have a bad card. If that is the case, you can transfer the pictures to the computer and then format the memory card by
    Note: This procedure will erase all data on the memory card. It is recommended to back up the data.
    From the home screen, touch the menu tab.
    Touch Settings.
    Touch SD card & phone storage.
    Touch Unmount SD card.
    Touch Format SD card.
    Once you have done the formatting, try to take pictures again. If you continue to have problems it more than likely is the phone.
    Also, in order to access PixPlace, log into your MyVerizon account, at the top, you should see "Messaging" go down to "Manage your photo albums" once there, you should see "My Media", however, if you have already received a message advising you that your album would be deleted if you haven't logged on in more than 180 days, all pictures have then most definitely been deleted. Again, we do send warning messages once the online album hasn't been accessed in 150, 175, 180 days respectively prior to deletion.

  • How to handle form with more than one page in struts

    Hai,
    i have more than one page in my struts web apps. each page has a form & i have submit button @ last page. I navigate between these pages using titles. data has to exist when i come back from another page(i.e i am in page1 i have some fields called name & address as textfield, i move to page2 & then i go back to page1 @ that time i should have the name & addess values that i entered previous in the corresponding textfield) & finally when i submit need to get values form all these pages.
    Plz tell me how to do this.

    Hi prasadmca ,
    1.Try to store those value in session variable
    2. or else store those value in DB

  • Using a form with two input type="submit" ... buttons...

    Hello All!
    I'm using a form to add and remove parameters for a service definition.
    <form action="serviceinput.jsp" method="post">
                   <table>
                        <tr>
                             <td><b>Level</b></td>
                             <td><b>Fieldname</b></td>
                             <td><b>Stucturename</b></td>
                             <td><b>Type</b></td>
                             <td><b>Format</b></td>
                             <td><b>Optional</b></td>
                             <td><b>Semantics</b></td>
                        </tr>          
         <%
                        for (Iterator iterParameters = parameters.iterator(); iterParameters.hasNext();)
              Parameter parameter = (Parameter) iterParameters.next();
         %>
                        <tr>
              <td><%= parameter.getLevel() %></td>
              <td><%= parameter.getFieldname() %></td>
              <td><%= parameter.getStructurename() %></td>
              <td><%= parameter.getType() %></td>
              <td><%= parameter.getFormat() %></td>
              <td><%= parameter.getOptional() %></td>
              <td><%= parameter.getSemantics() %></td>
                        </tr>     
         <%
         %>
                   </table>
                   <input type="submit" name="<%= parameters.addParameter() %>" value="add"/>
                   <input type="submit" name="<%= parameters.removeParameter() %>" value="remove"/>
              </form>
    The special thing about is, that I'm using two <input type="submit"...> buttons.
    The idea is, that I'd like to add one more row with attributes by clicking the "add" button and removing one row by clicking the "remove" button.
    If I use just one of them, it works fine. If I use both of them, nothing happens at all.
    Isn't it allowed to use two <input type="submit"...> fields?
    Is there an alternative? How can I implement my form the correct way?
    Thanks a lot in advance to all!
    Regards,
    Tomi

    Hi,
    Hai Tomi ,
    As swati already Explained U can try it with buttons,
    But u have to make a Hidden field and set the value of the hidden field
    with the Javascript code after pressing the button , Call a client side function which has an argument as given below
    Validate the Flag field in the JSP file
    <script language=javascript>
    function Validate(s)
    if(s==1)
         document.forms['ServiceInput'].elements["flag"].value="add";
    else
         document.forms['ServiceInput'].elements["flag"].value="Remove";
    document.forms['ServiceInput'].submit();
    alert("hai");
    </script>
    <form name="ServiceInput" action="serviceinput.jsp" method="POst">
    <table>
    <tr>
    <td><b>Level</b></td>
    <td><b>Fieldname</b></td>
    <td><b>Stucturename</b></td>
    <td><b>Type</b></td>
    <td><b>Format</b></td>
    <td><b>Optional</b></td>
    <td><b>Semantics</b></td>
    </tr>
    <%
    for (Iterator iterParameters = parameters.iterator(); iterParameters.hasNext();)
    Parameter parameter = (Parameter) iterParameters.next();
    %>
    <tr>
    <td><%= parameter.getLevel() %></td>
    <td><%= parameter.getFieldname() %></td>
    <td><%= parameter.getStructurename() %></td>
    <td><%= parameter.getType() %></td>
    <td><%= parameter.getFormat() %></td>
    <td><%= parameter.getOptional() %></td>
    <td><%= parameter.getSemantics() %></td>
    </tr>
    <%
    %>
    </table>
    <input type=hidden name=flag value="bb">
    <input type="Button" name="b1" value="add" onclick= "Validate(1)">
    <input type="Button" name="b2" value="remove" onclick= "Validate(2)">
    </form>

  • CONNECTING FORM WITH TWO DIFFERENT DATABASES

    HELLO ALL
    Is there any way I can connect to 2 different databases at the same time. What I have is 2 different database for two different payroll systems. Now what I want to do is if user press a button I send some data from this payroll database to second payroll database using insert and update command.
    I am using Form 5, one database is Personal Oracle 7 and second is Oracle 7.3. (I don't think versions matters but anyway)
    Thanks
    null

    Hello,
    Yes u can connect to with several database at a time using ODBC connection and Exex_Sql package supplied with Forms6i as a built-in. There is no Exec_Sql built-in supplied with Forms5, but there is a library named exec_sql.pll (Check it out) supplied with Forms5.
    using this package u can connect with multiple DB at the same time.
    here is an example-
    Declare
    v_ConnHandle Exec_Sql.ConnType;
    v_CursHandle Exec_Sql.CursType;
    v_NumRows Pls_Integer;
    Begin
    v_ConnHandle := Exec_Sql.Open_Connection('Scott', 'Tiger', 'ODBC:DBName');
    v_CursHandle := Exec_Sql.Open_Cursor(v_ConnHandle);
    Exec_Sql.Parse(v_CursHandle,'Select ename From emp');
    Exec_Sql.Define_Column(v_ConnHandle, v_CursHandle, 1, v_EmpNAme);
    v_NumRows := Exec_Sql.Execute(v_ConnHandle, v_CursHandle);
    While Exec_Sql.Fetch_Rows(v_ConnHandle, v_CursHandle) > 0 Loop
    Exec_Sql.Column_Value(v_CursHandle, 1, v_EmpName);
    End Loop;
    Exec_Sql.Close_Cursor(v_ConnHandle, v_CursHandle);
    Exception
    When Exec_Sql.Package_Error Then
    If Exec_Sql.Is_Open(v_ConnHandle, v_CursHandle) Then
    Exec_Sql.Close_Cursor(v_ConnHandle, v_CursHandle);
    End If;
    Message('Error ('&#0124; &#0124;Exec_Sql.Last_Error_Code(v_ConnHandle)&#0124; &#0124;') : '&#0124; &#0124;Exec_Sql.Last_Error_Mesg(v_ConnHandle));
    End;
    hope this help you.
    best of luck.
    null

  • Input form with editble datagrid, but 2 db tables

    Ok, basically it like this. One form called "project" has a
    db table called "project". But there is also a datagrid on the
    'project" form that is called "materials" that is linked to a
    different db table. However both the "materials" and "project"
    tables have a relationship link. Since each "project" record will
    have different "materials".
    How do I set this up in Flex. I can create the "materials"
    datagrid and do stuff stuff like 'add', 'update', and 'delete'. But
    I need to have the datagrid on the same form as "project".
    "Project" will have stuff like 'date', 'time', 'user', 'tasks',
    etc..
    Any help is great
    Thank You

    The problem is not data coming in but inputing data. so when
    the form in populated and the datagrid is populated the recordID of
    the materials table and the recordID of the project table will be
    linked. Then when the project record is retrieved later it will
    have only the materials for that project record in the datagrid.
    | project name field user field date field |
    | |
    | |
    | |
    | |
    | *************************************** |
    | | editable datagrid "materials" | |
    | | | |
    | | | |
    | *************************************** |
    | |
    ---------------------------------------------------------------------------------

  • Setting up multiple users / computers with 1 itunes on NAS

    Hi all,
    Sorry in advance is this question has already been asked, there is so much stuff floating around on the forum that it would take for ever to surf thru it all.
    I recently purchased a Buffalo NAS with itunes server on it.
    I'm currently in the process of copying all music folders from local Disk to NAS - some purchases from iTunes, some from my own CD collection.
    I will be reinstalling windows on my Desktop PC.
    What i want to achive is
    1. A fresh start in iTunes (no ratings, no play counts etc), i will be rebuilding my PC soon so i guess this bit is easily achieved - install iTunes and point to the NAS.
    2. Then install iTunes on a 2nd computer, and when I play a song or rate a song from either computer, ensure that the information is visible from the other computer. (Basically if i rate a song on computer 2, and then log onto computer 1 at a different time, the rating made from computer 2 is visible).
    3. Have the same playlists duplicated on computer 1 and computer 2.
    4. Setup a 2nd user on the 2 computers (Family member) to access the same music folders / files as myself, so that they can rate the music according to their taste without changing the rating I've already made,
    Finally, we both have our own itouch players, and want to be able to sync independently using the above.
    Thanks a million in advance to anyone who knows the answer to this hopefully easy problem.

    ios devices don't really work well with multiple users at once

Maybe you are looking for