becks2203
1st August 2018, 07:25
Hi All,

I have a requirement where I need to zoom to a particular session and then from that session if i select a record it should have a button open read only which when I click should open different sessions depending on some parameter .. The pen readonly button will normally be present if we have mentioned any session code in Synchronize dialog in session properties ... Is there any way via coding to get open read only button and keeping the sync dialog as empty in session properties ...

This session when open independently opens different overview sessions when clicked on a particular record ....

Now need to the same with open read only and it can be achieved via coding only

Thanks a lot in advance

giggty
6th August 2018, 16:35
Hmm, isn't it something you can do using set.synchronized.dialog (with editable.grid = false) and then start.synchronized.child()?

becks2203
9th August 2018, 09:02
But on what event I should fire it ?

giggty
9th August 2018, 09:20
I see it as the following: in before.choice of your command you do set.synchronized.dialog (with some details session and editable.grid = false), in on.choice you do start.synchronized.child() and in after.choice you would need to set your "default" synchronized dialog back if your main session have it with set.synchronized.dialog().