Page 1 of 1

Grid with Drag/Drop and Double Click Issue

Posted: Mon Apr 16, 2012 12:09 pm
by rmullis
I am experiencing a problem with a grid that is defined for drag and drop. I would also like to display a window when the user double clicks on row in the grid. I have defined field CSRRQSD for the cursor record number and I have set the onrowdblclick to pui.click("btnUpdateComment"). When I double click on a row, control is returned to my program as expected, but field CSRRQSD does not contain the row number that was clicked on. It is always 0.

Can you not have a grid with drag and drop and row double click defined?

Re: Grid with Drag/Drop and Double Click Issue

Posted: Thu Apr 19, 2012 2:39 pm
by rmullis
Any suggestions?

Re: Grid with Drag/Drop and Double Click Issue

Posted: Thu Apr 19, 2012 3:13 pm
by Brian
Can you get me a JSON file of the screen in question and email it to me at support?

to do this, go to the screen in question and put the following in the browser address bar:

javascript:pui.downloadJSON()

Press enter and save the txt file that is downloaded. Just email it to us and we will have a look at what is happening.

Re: Grid with Drag/Drop and Double Click Issue

Posted: Mon Apr 23, 2012 11:23 am
by rmullis
Here is the JSON file you requested.