apparently the same parameters are not passed thru e when a dialog is run in a browser that are passed in working preview
I spent several hours exploring e in working preview to gather information to use in onDialogExecute and it worked perfectly, but when I opened the dialog in the browser I get e.rtc._data (and others) subelement not found errors
is there any way to explore the parameters in e passed in execute in the browser ?

I had the same problem with grid ajax calls and ended up creating dozens of variables and passing them to the function myself which was a big pain, but when using the built in call onDialogExecute, I can't see a way to pass my own variables, and now it seems I can't use what ever alpha sends since I don't know what they are...catch 22 ???