![]() |
Admin 1/8/2024 |
You need to return false. Check the first note here: |
D
|
druck281 author 1/15/2024 |
The examples show that return false is not necessary when returning the Dialog itself since the .dialog always returns false. Just for the sake of testing, I added
and still nothing happens beyond the Client Before. Looking at the help article that you referenced, I noticed something. I was using Runner.dialog instead of ctrl.dialog even though I was calling it from a custom button. I switched it to ctrl.dialog and found that I totally lost the event and not even the Client Before executes that way. I have uploaded the project to the demo site and submitted a ticket so you can see exactly what is happening. Thank you. |
D
|
druck281 author 1/15/2024 |
With a little more digging, I was able to get this to work. The working code is posted below... window.proxy=proxy; |