Save xml in local by as3

Is there any way to save a updated xml file in local
computer?

without server-side coding, use as3 only

Similar Messages

  • ABAP Simple Transformation - How to save XML to file with CL_FX_WRITER?

    Hello!
    When calling a Simple Transformation program for transformation from ABAP to XML, it is possible to specify RESULT XML rxml as a class reference variable of type CL_FX_WRITER, which points to an XML writer.
    How to handle CL_FX_WRITER in order to save XML to a file?
    Thanks and regards,
    Andrey

    Hallo Rainer!
    Many thanks. I have checked the profile parameter ztta/max_memreq_MB and it is set to 2048 MB in the development system. I hope, that won't be less on the client's machine. The only thing I did not clearly explained, is that I need to write XML data to the server. I am so sorry. Downloading to the local PC is very helpful for me also, but only for the test purposes.
    Regards,
    Andrey

  • How to Create a Button for Reader Users to Save XML Data File?

    The "Submit via Email" tries to launching the local email software, like outlook express. But public computer tends to use internet emails.
    I am thinking of creating a button, allowing the reader users to save xml data filled in the form (same as the "submit via email" produces) somewhere.
    anyone has a clue?
    Thanks a lot!

    You could create the shortcut at one machine, then copy it to the target as part of the logon script. Note also that this line contains an error:
    "C:\Users\%userprofile%\Desktop\Org_chart_test.lnk"
    It should read:
    "%userprofile%\Desktop\Org_chart_test.lnk"

  • Export XML to local path; Completeness check

    A couple of questions as we're wrapping up development on our form-
    First, I'm attempting to build a button that will save the exported XML to a local path, ie, c:\\windows\desktop
    I found this: xfa.data.saveXML(); which I put in the click event, but how do I tell it to save to a path?  (and while we're at it, specify a file name)
    Alternately I tried using the built in buttons -email, HTTP, but I've been unable to find documentation on how to construct the code.  I know just about anything can be added to the XML source, but I need a pointer on what the best way to handle this is, and how to construct the instructions to save the path.  This is for our administrators to extract the XML and import it into their database.
    Second question, What is the best way to allow a user to do a completeness check?  I like how the email submit button by default checks all the fields set to "user entered required" and would like to configure a button that similarly performs a completeness check and then either alerts the user that there are fields left, or confirms that the form is complete, perhaps with instructions on what to do next.  What is the best way to handle this?  The plan for submittal is the user will save the pdf locally and then upload it manually to a server that requires a login, then the administrators will export the XML file and import it into a database.
    Thanks for your insight..

    Thanks so much for your help so far, Paul
    Everything works great, except when trying to use the Export button from Reader.  (It works as expected in Pro)
    The file has been reader extended, so save works, but our developers need the ability to click that Export button from Reader and get an XML file.  Any ideas if this is possible or how the code can be tweaked so it will work for Reader?
    Thanks!

  • How to Allow Reader Users to Save XML Data and Send?

    A huge problem w/ LiveCycle Designer is (this is what I found), by clicking the "Submit via Email" button, the Adobe Reader is trying to connect to the local default email program, like outlook express.
    However, public computers are usually banned the users to launch an email program, and users are more likely to check email within a webpage. I noticed a number of students close the Reader after filling out the form but failing to send back the data.
    Anyway that I can allow a Reader user to be able to save .xml data file so he/she can attach to web-based email?
    Thanks Everybody!

    If you have Acrobat there is a subset of Reader Extensions functionality available in there that will allow you to Reader Extend the form to do local saves. The license agreement limits you to 500 uses. If you need more than that there is a server option that is more expensive but has no limits on users.

  • Create a pdf from Webdynpro Java DC & save the file locally

    Hi
    I have a webdynpro application in which I want a functionality to create a PDF and save the PDF locally on the desktop.
    I want to create a button in the view which should trigger an action to generate a pdf automatically and should give an option to the user to open/save the pdf file locally on the desktop.
    Kindly share the sample code or a blog which talks about the same.
    Regards,
    Anurag Gwari

    Hi,
    Check these forum threads and Links.
    Forum Threads:
    [create Adobe PDF|Re: create Adobe PDF;
    [ Create PDF and Save in User's desktop |Create PDF and Save in User's desktop;
    Documents:
    [Adobe Online Interactive Forms Integration into Web Dynpro for Java Applications|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2b6db1c4-0801-0010-faa5-ff4b4df55b45]
    [Dynamically Generated Forms in Web Dynpro|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63f09fc2-0401-0010-1482-dbf9891e7613]
    Regards,
    Anand G

  • Acrobat X plugin running in Browser cannot save pdf files locally

    Hi,
    I have a Digital Signature plugin written for Acrobat X and it handles both signature creation and verification. When a PDF with digital signatures is opened in a browser (specifically IE8, IE9) acrobat X runs in browser mode and it calls our digital signature plugin. Our plugin then saves the online PDF to local disk using the following Acrobat X SDK method:
    PDDocSave()
    This normally works fine without any problems under windows 7. However, there are some cases where the PDF does not get saved at all. In that case, if we try running Internet Explorer using "Run as admin", saving starts to work again. From this we have concluded that the saving functionality of our plugin requires Internet Explorer to be run as admin.
    Problem is that, for users without admin rights this behavior is not ideal.
    We have also noted that, if we try to save the PDF opened in a browser using the default save feature of acrobat X, then the save goes through successfully.
    Question is, how can we make our plugin to save the pdf the same way acrobat X does when run under browsers?  What options do we have?
    My system specs: Windows 7 64bit,   Acrobat X v.10.1.4 (occurs in 10.1.1 through 10.1.4),    IE9. 
    Thanks in advance.

    My question is then how is acrobat itslef able to save the same pdf locally at the same destination without any problems. I am assuming it is using the same save api itself.
    If acrobat itself can do it, why cant a plugin running inside acrobat X.
    And if the plugin cannot achieve the same behavior as acrobat then can we conclude that for a digital signature plugin running inside acrobat X which is running in browser mode to open a PDF:
    - Acrobat X itself and the plugins which run inside it behave differently when saving an online pdf locally. And there is no way for the plugin to achieve the same behavior as acrobat itself in this regard.
    - There is no way (either programmatically or otherwise) for the digital signature plugins, to save online PDFs locally, without either running the browser 'as admin' or adding the website, hosting the online PDF, to Trusted websites list of acrobat X.
    - User of acrobat X plugin has to either run the browser 'as admin' or add the pdf hosting website to Trusted websites list to save the opened PDF locally.
    Please confirm if my conclusions are right. And in cases they aren't please explain why. Thanks for you prompt replys.

  • Letters when edited in MS Word and saved , saves to the local directory instead of saving to the database

    If you click on the "W" image, the letter opens up in MS Word. After I finish editing the document, when i try to save it it shows a save us dialog and tries to save it to the local machine instead of saving it directly to PCM. PCM Version is 13.1.3.0. As per the user's guide it should be possible for letters in version 13 and prior should get saved to PCM directly.
    Has anyone ever seen this error? How can this be resolved?

    When you close (click the X) in Word, the document should just close and write the change back to PCM.  If you click the SAVE in Word, I'm pretty sure that will just launch the local "Save" function, which would save to the local drive.
    I've used this fine with Office2007 and PCM13.1, but not sure if you get the same behavior in Office2010.  Also, as before, it's going to be sensitive to all the ActiveX settings in the browser.

  • Cannot save query as local object

    Dear community,
    One of our users is not able to save a query change as a local object (not to be transported).  While another user is able to do this.
    Since we don't want the query changes to be transported, I must find a way to allow the save as local object in $TMP.
    An authorizations trace shows everything is OK from job role perspective.
    When the user changes a query in development and chooses "Save As", she is prompted for a transport.  At this time if she chooses "local object" then she is taken to the create a transport dialog.
    For another user this is not the case, and the 2nd user is able to save query changes locally without a transport request.
    Any thoughts on what might be the cause for this ?

    Hi Keith,
    without knowing the details of you system settings and the system where it happens (prod, dev, ...). One general remark:
    If you save a query lots of repository objects are generated an written to a transport request (i.e. structures, selections, ...), not only one for the query itself. Maybe in your case, the original query uses a globally defined structure in the columns or rows. If you now want to "save as" new query, many objects are checked for transportation. The global structure can not be saved as local object, because it was already transported before. Whilst the new query itself can be stored as local object. Means not all objects of the new query can be saved as local, because some are already transported.
    One way to check if this could also be your problem, both of your mentioned example users should try to save exactly the same query as new local query.
    Regards
    Adios

  • How to open, edit, and save XML

    I hav a problem in creating jsp file that can open, edit, and save xml!Anyone can help me?!!!

    Use a bean to do the job. pass the required params to the bean.

  • ITS - Save as a Local File

    In the R/3 window we get a Menu Option System -> List -> Save -> Local File.
    And the same appear for Transaction iViews (SAP GUI for Windows)
    In cases of SAP GUI for HTML or for that matter any ITS URL for a transaction, where can we find an option to Save as a Local File?

    any help?

  • Function - "Save list in local file"

    Hi,
    Do any one  know authorization object for executing the function "Save list in local file"  .
    Regards,
    Srinivas

    Assign S_GUI profile in user profile & try.
    http://wiki.sdn.sap.com/wiki/display/SMAUTH/S_GUI

  • QuickView (run in backgroud) - How to auto save data to local file

    I am using Quickview to extract data. I want to run the Quickview query in background and auto save the data extracted into local file (ASCII file). Currently when I specify File Store (as my Output Format) and enter a file name (e.g C:\Temp\test.asc). Upon completion of extraction there is a little window popup that need me to select data format (e.g DAT, ASC) and click <Transfer> button to proceed to save data into local file.
    Is there a way that I can save data into local file without have to manually select ASC data format and click <Transfer> button. I will not be  able to schedule my QuickView query to run in background if I can't resolve this problem.
    Note that I don't have access to ABAP programming, therefore this option is out.
    Thanks in advance to anybody who can share your expertise experience.

    Tyr Fm's
    1. WS_UPLOAD
    2. GUI_UPLOAD
    But using gui_upload and ws_upload can only upload data from txt.
    actualy we have software to convert pdf to text file it freely availabe in internet...
    after conversion you can use thesr fms.
    plzz reward points usefull
    Cheers,
    Chandru

  • Is the iweb that comes with your computer complete? I am not able to save to a local file or send to my web site.  Do I need to purchase the complete one?

    I have an IMAC 10.6.8
    Is the iweb that comes with your computer complete? I am not able to save to a local file or send to my web site.  Do I need to purchase the complete one?

    If you have iWeb V 3 you need to go to the Site Publishing Settings page...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • I need to save crash logs locally for analysis, and not send to Mozilla

    I would like to find a way to save crash logs locally, and not have them sent to Mozilla. Is this possible?

    Is there a reason you don't want to send them to Mozilla? There is no personally identifiable information in the logs, and they are incredibly helpful in diagnosing crashes. There is a way you can generate crash dumps locally, but it's not nearly as easy as sending them to our servers to processing and then reading the logs there.
    Also, update to the latest version of Firefox (21)

Maybe you are looking for

  • Printing a document created in FB60

    Hello, i need to print a form which corresponds to the bill created in FB60. How can i do this. thx

  • How to use loop controllers...

    hi i'm a new user for jmeter, now i want to test my site which has login details, i don know how to use foreach or other loop controllers to check my site. please anyone give me step by step procedure to test my site.. regards, kumar

  • Sound Advice

    I've got a recording of a school play where there are quiet bits (talking) and loud bits (singing). What advice can anyone offer for an easy way to get a more compressed dynamic range? I think that the compressor filter would be the right thing, but

  • ES11X-G4-H essbase export adapter issue

    Hello, i have this problem with essbase export adapter for FDM: When i perform export step everything seems to be fine but /APPS/myFdmApp/myFile.dat doesn't contain records that i can find with both on web interface and with a query on oracle fdm's s

  • Error editing a Portal form

    I experience the following error when trying to edit a valid Portal Form: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at "PORTAL30.WWV_UIFORM_BUILD", line 2717 ORA-06512: at "PORTAL30.WWV_UIFORM_BUILD", lin