Hi there;I am trying to find ways to debug javascript inside an Adobe
XML form. For this I like to to save the data xml using the
commandxfa.host.exportData("",0);This results in an error "$host does
not have the method exportData". I have tried the same using the
messageBox method with the same result. The Intellisense recognises the
method though.Currently the code is the initialize event, but I also
tried the docReady event with the same result.Any help would be greatly
appreciated.BTW I am u...