Right click add row

Dear All,
            I want to add right click add row and delete row on a matrix.can any one tell me the code.
Thanks
Rajkumar

Hi
First enable add and delete menus. Then catch the before menu click event and write your add and delete code.
I have some problem with standard add and delete so i write custom function. I will give  you some code samples.
<B1Listener(BoEventTypes.et_MENU_CLICK, True, New String() {"--your_form--"})> _
    Public Overridable Function OnBeforeMenuClick(ByVal pVal As MenuEvent) As Boolean
            Dim form As Form = B1Connections.theAppl.Forms.ActiveForm
            'GENERATED CODE
            If pVal.MenuUID = "1293" Then
                form.Freeze(True)
                DeleteMatrixRow(form) ' write your row delete logic in this function
                form.Freeze(False)
                Return False
            ElseIf pVal.MenuUID = "1292" Then
                form.Freeze(True)
                InsertMatrixRow(form) '' write your insert row  logic in this function
                form.Freeze(False)
                Return False
            End If
            Return True
        End Function
Regards
Arun

Similar Messages

  • Right-click add to Playlist shortcut not working in iTunes 11.1

    Since upgrading to itunes 11.1 I find that the right-click> Add to Playlist option is not working. I go through the steps but the selected song is never in the playlist I selected. The only workaround I found is to Edit the Playlist and then drag and drop songs to the playlist. Selecting songs from another already existing playlist? Forgot about it!
    Is this a bug? Is there a setting somewhere I am missing? This is really annoying as this is how I built my playlists for years. Two days ago I spent a half hour right-click and adding to playlist only to find the list was empty after all my work. (And I really wouldn't have to be doing this if the stupid upgrade hadn't blown away all my playlists in the first place). Sigh.

    did you get this fixed? I have the same problem - thanks for saving my bacon though with the edit playlist tip
    Apple, please make this easier - it used to be dead simple with tunes on the right of the playlist lists and you'd drag, now, seeing playlists and songs at the same time is a pain, you have to use to edit option or the NOT WORKING right click method.  Is this fixed in a later version? I have v11.05 - I am fed up of keep upgrading at 80Mb a go and 20 minutes out of my life hence, I am not up to the most recent.  If it still is a problem with the latest, I'll have to wait til the next
    Thanks, Matt

  • Update missing on servers - right click add-on

    Hello all,
    I remember I once stumbled upon a blog where someone wrote a console add-on where you could right click on update in All Software Updates view and select option to show hosts that require this update. It was done in PowerShell.
    In era of right click tools for SCCM 2012, I'm having hard time finding that gem. Does anyone know what I'm talking about and could share a link to the source?
    I would appreciate your help.
    Thanks.

    Hi,
    There is a blog talking about a PowerShell script as well as a console extension that will allow you to see all machines that need an update based on the update you have selected.
    http://myitforum.com/myitforumwp/2014/01/06/sccm-2012-r2-required-by/?utm_medium=twitter&utm_source=twitterfeed
    Note: Microsoft provides third-party contact information to help
    you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Best Regards,
    Joyce

  • Right-click add track to playlist doesn't do anything

    About 90% of the time (iTunes 12) trying to add tracks to existing playlists via right-click doesn't do anything.  No error message, but the track just doesn't get added.  I think this mostly happens when adding multiple tracks at once, not sure.  Clicking on the little circle and adding to playlist that way, on the other hand, seems to work for the one track but ignores all the other tracks you have selected and only adds that one track.
    Is this a known bug?  Does it only happen to me?
    I have to resort to always selecting all the tracks I want to add, then choose 'create new playlist from selection'.  This always works. Then I have to copy (drag-and-drop) the entries from that new playlist to the playlist I actually wanted the tracks in, and then delete the new unnecessary playlist.  It's an unnecessary amount of work.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings, disables most add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • The right-click add-on that would save pictures directly to folders

    I had this add-on that when you saw a picture you wanted to save you would open right click menu and you can save the picture to the folder you choose. I don't remember the name and don't know why i lost it but want to get it back.

    I don't understand what you mean. I am talking about "Save Image in Folder" add-on. It will show up in right click menu and you add the folders you want to send and save pictures to. I have found it and re-installed it but i keep getting "unknown. ext" . I am assuming that this is an issue with the new FF up dates recently installed. I had this add-on and after recent FF up-dates it disappeared . I have contacted the add-on developer concerning this issue. This is his home page >>> http://mozext.achimonline.de/
    Thanks for your advice
    George
    Puerto Rico

  • Right click - add to iTunes library?

    Is there anything out there that would allow me to just right click on a music folder, and send it to the iTunes library, without having to open iTunes?
    If not, this would be a great, and (for me), welcome feature in a future version.
    Thanks.

    iTunes needs to be open (or get opened) in order for iTunes to access the iTunes database.

  • Right-click multiple JTable rows at once?

    Hi everyone,
    Haven't posted for a while but I've been trawling through Google and these forums looking for anyone who has implemented a JTable that allows the user to right-click multiple rows after selecting the multiple rows with a left-click. Currently the JTable allows multiple rows to be selected (MULTIPLE_SELECTION policy enabled) yet when you right-click on any of the highlighted rows it only right-clicks on the one out of the group you happened to click on and deselects all the other previously selected rows. Does anyone know of a way of enabling the right-click of multiple items (new listener or just a simple parameter change?)
    Any help would be much appreciated.

    I just have a mouse listener which, on a right-click, selects the row if it's not currently selected and does nothing if the row is already selected; then pops up the menu.

  • Matrix Add Row and Duplicate Row

    Hi All,
    Can anybody suggest me how to work on Add row and duplicate row in any document table.
    Lets take one example
    Sales order document
    In this doc we have table format where we specify item no, item description etc. In this table when we right click on particluar row we have option for add, delete, duplicate rows..etc.
    wht i would like to know is that when we click add row .....one row is added and number is incremented under # column.  Hw to perform and display this auto increment/ decrement of number for these rows under this # column
    thanks
    harish

    Hi,
    I tried following both code, but in that i am geting value. Means i am getting .Value  Why i not getting value.
      matrix.Columns.Item("V_-1").Cells.Item(pVal.Row).Specific.value = matrix.RowCount
    and i also tried for "AddRow",
    If pVal.BeforeAction = False Then
                    Select Case pVal.ItemUID
                        Case "AddRow"
                            matrix = form.Items.Item("mtr").Specific
                            If matrix.RowCount > 0 Then
                                If Trim(matrix.Columns.Item("V_-1").Cells.Item(matrix.RowCount).Specific.value) = "" Then
                                End If
                            End If
                    End Select
                End If
    In both example i not getting .Value.
    Plz tell y ?
    Thanks

  • Field values erases when Add Row button is pressed in Master Detail Form

    Hi,
    I am using APEX 4.0. There is a master-detail form in a page, this has 5 rows in it by default, has a Add row and a Delete button. I face two problems now:
    1. When the values are entered in all the 5 rows, that are in default, and Add Row button is clicked, these values are entered in the DB, but they are erased from the interface. Means when user clicks Add row he don't see the old values he has entered. All new empty rows are only seen. This might confuse the user. How can I resolve this.
    2. The values are saved to the DB only when the Add row button is clicked, so suppose if the user enters some wrong values in the default rows and after he clicks Delete button, all the field values are erased. Is there a way to delete only that particular row? (Please note: the values are not saved to the DB, unless the Add Row button is clicked)
    Please let me know how to resolve these 2 issues.
    Thanks.

    So let me get this straight:
    You enter information into a tabular form and then click the add row and the data is being duplicated from the prior row or being inserted into the table ?
    Thank you,
    Tony Miller
    Webster, TX
    A lady came up to me on the street, pointed at my suede jacket and said "Do you know a cow was murdered to make that jacket?"
    "I didn't know there were any witnesses", I replied " Now I'll have to kill you too"

  • Add Row in Master Detail Form

    Hi all,
    I wonder if there is a way to just Add Row in the master detail (tabular) form without actually submitting the page. So if user has updated any existing row before clicking the Add Row button, the update should not be submitted by Add Row button click. If this is possible, then I want to submit (insert) the newly added row as well as any updates made to the existing rows when user click the "apply changes" button.
    Any luck?
    Thanks for the help.
    Milaan

    Hi Andy,
    Thanks for your response. Here is what I am doing... On submit I am calling another page (popup) for user to enter electronic signature. So when they add row (which is a submit), it calls the electronic signature page popup, and only upon entering the signature (nuisance at this point) it adds a row in the tabular form. Is there a way to change this behavior to not to submit the page every time user click Add row button?
    Thnx
    Milaan

  • Bug in prompts off of right clicking reports that have actions

    Build 22.71, Windows and Linux, going against either Oracle 9i or 10g.
    I right click a row in the session report and choose either kill session or trace session, and the window that appears... its first tab selected has the labels for the prompts, but not the information on it, so you do now know what owner's session you are killing or tracing.

    FYI -
    This is a bug: BUG Reference 5499573

  • Add row in tabular form fails, "gErrItems is undefined"

    I'm struggling to get Apex working on my new laptop.
    Apex 4.1.1, Oracle 10.2.0.5, Windows 7 64 bit.
    I click 'Add row' on the detail region (the tabular form) on my Master - Detail page.
    The row appears, but after clicking 'Apply changes' it's gone again.
    Using Firebug, I see that the javascript causes an "gErrItems is undefined" error, something coming from apex_4_1.min.js
    The same application works fine on apex.oracle.com, so it's the installation on my laptop.

    It seems to be a problem with apex_listener under Glassfish.
    I'll post in the proper forum again.

  • Add Rows in Tabular Forms

    Hi,
    I have created a tabular form using wizard.I am inserting into the table using a procedure which is being called at Page process.This procedure I am call
    My problem is that when I click Add Row to create an empty row(we type in data to be saved in this empty row) on the form,my procedure to save the records into the table is being called which I do not want.I want the procedure to be called only when we click the Add Row to save.
    This problem exists when I try to add row on entering the page from anther page.
    If i click add row continuously without moving out from the page,it works without any problem.
    please suggest a work around.
    thanks and regards,
    k.tanna

    Hi,
    Kindly go to the url
    http://apex.oracle.com/pls/otn
    Workspace:kdoyen
    user:demo/demo
    Application:60347 - test
    You can login into the application using demo/kdoyen
    Go to the tab 'Orders',clicking on an existing order,it will take to the page view/modify orders.
    Go to sql commands and run the query select * from DEMO_ORDER_ITEM_DETAILS;check the records...
    Click on Add Item to Order.
    Go to sql commands and run the query select * from DEMO_ORDER_ITEM_DETAILS;
    you will see a row has been added to the table even without entering any data on your empty row.
    Now enter data in your empty row,and click add item to order,the row will be added in your table which works fine.
    my problem is when we click Add item to Order to create an empty row,my procedure is called.
    I hope you have understood.
    Please let me know if you have any queries.

  • Saving the data on Add Row

    Hi All,
    I am creating a tabular form with ADD ROW button. And also we have a Mutli Row update process. We are using a trigger on the table
    Now the issue is that when we click ADD ROW button then at that time this Multi Row Update process also get fires and it gives a error something like "Cannot update. error in trigger". To avoid this we puts a condition "When expression 1 item is not null" and there is no item in Expression 1.
    It works fine and adds a new row. But when we are adding some values and once again clicking Add Row button then it simply adds a new row without saving the previous values.
    Please help me.
    Thanks
    Aryan

    Ok. It could be that the form was not enabled for Reader users to be able to save the Data. That is a special function that has to be done using Adobe Acrobat.
    The good news is, you don't need for it to be enabled if you are using the newest version of Adobe Reader so, either have the creator of the form enable it using Acrobat or download Reader XI.

  • Issues with Advance Table Add Row New Row not work in some scenarios.

    Hi,
    Wondering if there's any issue with Advanced Tables where it does not create any rows. I don't know if anyone tried this or not. I have one OA Page with Advanced Table and a button that when clicked open a new OA Page in a POP-UP Window. The pop-up page conatins one textbox where u enter a data and this gets saved in one of the VO's transient attribute. Now on the ase page if you don't click a button to open a pop-up page you can Add New Rows in the Advanced Table by clicking Add Row Button. But as soon as you open a popup window and close it Add New Rows button doesn't work and is not creating any new rows. Basically page stops working. Both the POP-UP and the base page share the same AM but have different controllers.
    POP-UP page is a custom page that I open giving the Destination URI value in the button item and target frame _blank.
    I even tried creating rows programmatically for Advance Table but this too doesn't work once u open a pop-up. Also I have used pageContext.putTransactionValue in the pop-up page and am checking and removing this in the base page.
    Any help is appreciated.
    Thanks

    anyone

Maybe you are looking for

  • Jre-1_5_0_04-windows-amd64 - INSTALLATION TROUBLES.

    Dear Sir / Madam I'm using AMD64 (Athlon 64 - Skt.939) based PC runnig Windows XP Professional x64 Edition (Build 3790 - SP1 v.1433). I'm trying to install "jre-1_5_0_04-windows-amd64.exe" on my PC but wahterver I try to install either 64 or 32bit ve

  • HCM Form events

    Hi, We are developing the HCM forms. Our requirement is populating the Country values in one dropdown list and based on the country we need to populate the city's in other dropdown list. The city values will come from the backed (BADI logic). The eve

  • Desktop Manager wants to delete contacts in Outlook while syncing

    I have the 9530, Outlook 2002 and DM 4.7. While syncing contacts and calendar the DM wants to delete some of my contacts for example that are on Outlook. I don't know why. I can review what it wants to do but I cannot tell DM to not delete that conta

  • Editing via Speech Analysis metadata in Multicam?

    I'm trying to figure out the correct workflow (CS6) for using speech analysis metadata to cut a multicam interview.  I can see the metadata on individual clips.  But once they're nested inside a sequence for multicam, the metadata is no longer access

  • Need help in getting documnets for Account payables, account receivales, GL

    Hi experts, I am new to BW and I am doing analysis for AP- account payable,                                                                        AR-account receivable,                                                                       GL-general