Situation: data present in a grid in a web/mobile app has data changed on the server, so the grid section (parameterized VT) has to be REOPEN'd with the parameters, etc. No problem.
The Challenge: no problem getting to the activerow of the grid using <section>.grid.activerow before to get the value and after the REOPEN to set it back. However, what's happening is after the REOPEN happens and the showDocument gets back to the page, .activerow becomes the top row. In fact, setting .activerow doesn't seem necessary. It's all fine until after it leaves the JS function where all the changes take place.
Now this may be fixed in 4.3 -- this is for production. I've work up an example on 4.3 after Thursday.
thanks,
Hank
Bookmarks