hi all,
In the DialogBox, i have two buttons "Save" and "Close".
OnClick of “Save” i am creating one document in the database and refreshing the embedded view in the parent document by using “call ws.ViewRefresh”
After click of “Save” button if you try to close the DialogBox by clicking “Close” button then it is opening the document in the embedded view. This is happening when the embedded view has only one document.
Could anyone please help me how i can move the focus on close of DialogBox so that it avoid opening of a document in the embedded view
Thanks in advance,
Lakshmi
Subject: RE: How to move the focus on close of Dialogbox
Perhaps you should do your refresh in the code that calls dialogbox, rather than in the dialogbox form itself.
Subject: RE: How to move the focus on close of Dialogbox
Hi Andre,
Thanks for the response. Tried by refreshing and moving the focus to the field in the parent document itself where i am trying to call dialogbox then also on close of dialogbox it is opening the document in the embedded view (if it has only one document)
Please suggest how to proceed
Thanks in advance
– Lakshmi
Subject: RE: How to move the focus on close of Dialogbox
You know what you’re talking about, I assume, but I don’t.
Please use shorter sentences.
Please show your code and identify where the code is.
Please use subject nouns in your sentences, not just verbs. What refreshes, what moves the focus, what is opening the document?