Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
window.opener.igtbl_getActiveCell
posted

HI,

Sorry I'm looking for help about this issue:

I need to put values in an ActiveCell of my windows opener , from a pop-up.

Usually, I'm using objOtherGridRow.getCell(18).setValue(objLocalGridRow.getCell(0).getValue()) , where 18 is my cell to set new value.It's working, but, I need to set cell number dynamically , take active cell from opener windows and set it with new value from my pop-up windows.

I appreciate your help in advance !

 

Parents Reply Children