Hi all,I have a subform that is populated by a range of different areas
of the form. It's working perfectly but I need to be able to take the
information and put it into something that can be easily copy and pasted
into, lets say, Excel. I have tried Javascript's execDialog box which
looks great but it doesn't allow the selection of text. Same thing with
the xfa.host.messageBox. I have tried a few of Javascript's window.open
methods as well and that hasn't worked either. I thought I might be abl...