Save Form As An HTML File

Hi.
I recently asked how to save the actual rendered HTML code for a form. However, since posting that I found out that my management really just wants to have a form saved as an HTML (.html) file. And so, I decided to post this question under a new thread so as to not add to confusion. I also marked the previous erroneous question as "answered".
So then, how does one save a form (tabular or just a page containing form fields such as fill-in text fields, checkboxes, radio buttons, etc.), with the answers that a user supplies, as an .html file? One can do this with a report, but I do not see how to do this with a form.
Any help would be much appreciated.
Thank you.
Elie

Oh, I forgot to include some needed specifics:
I'm using Apex 4.1 against Oracle 10.2.0.5 on Linux and OAS (mod_plsql).
Thank you, again, for any help on this.
Elie

Similar Messages

  • Save form values as HTML file needed

    Hi,
    I need to export a Customer form values to an HTML file. I need it a the base file for a fusion with a Word document.
    How can I do it?
    thanks.

    Hello BN
    Please refer to below document to save data server using Webdynpro.
    Exporting Webdynpro form data to html in km folder
    /people/rohit.radhakrishnan/blog/2005/05/27/uploading-files-to-km-repository-using-webdynpro-apis
    /people/valery.silaev/blog/2005/11/23/display-formatted-text-using-webdynpro-for-java
    Re: Storing data in a Text File.
    Regards, Arun Jaiswal

  • I am trying to make a signature in MS Word (2007) which includes a jpg image, but when I save it as a HTML file and attach it the text appers OK but the image doesn't. I have tried various formats but still no luck. Can anyone help?

    I am trying to make a signature in MS Word (2007) which includes a jpg image, but when I save it as a HTML file and attach it the text appers OK but the image doesn't. I have tried various formats but still no luck. Can anyone help? edit

    C'mon! Anyone???? I'm desperate!

  • Execute command and save output in a HTML File

    Hello Guys,
    I have a requirement and for that i have to do following. a) read a file in an array and then execute a command for each value in that array. after that i want to store the output of command and value of array in another array.
    i am doing something like below.
    set objtextfile = objfso.opentextfile _
    ("c:\temp\aaaa.txt", forreading)
    j=0
    Do until objtextfile.atendofstream
    redim preserve arr123(j)
    arr123(j) = objtextfile.readline
    j = j+1
    Loop
    for each server in arr123
    chk_status = "command" &" "& server
    set objexecobject = objshell.exec(chk_status)
    'Here i am not sure how to proceed further to achieve what i described above.
    Next
    Can someone help me with this?
    -KAKA-

    Thank you for your response.
    So here is what i want to do.
    Query a database using odbc from my management server (odbc is configured and connection is tested) and based on the query it will result out few list of servers. then from the same management server i want to execute a command against all the resulted server
    (management server has a binary which can execute remote action). this remote action will get output back.
    then i would like to store the name of server and resulte output in a html file which should look like below.
    which i will later host on apache.
    YOu do not need to move things in and out of arrays and files.
    >>>> You are right but as i stated, i am not a core programmer and due to nature of my job i have to work on perl, shell and VB Script, apart from my actual technology so it becomes difficult to write it with perfection.
    I hope you understand.
    -KAKA-
    -KAKA-

  • How to display HTML file in forms 6i

    please can any one tell me how i can display normal HTML file in forms 6i
    this HTML file will be called from help menu.
    thanks in advance

    If you're fine with opening html file in a separate browser window, you can use web.show_document.
    But if you have to see html inside Form, one of the solution may be use embeded browser. for detail goto http://forms.pjc.bean.over-blog.com/article-1890238.html

  • How to form index to the html files

    While forming index to .html files it is giving the error.
    Error:javax.servlet.ServletException: Servlet execution threw an exception
    root cause
    java.lang.NoSuchMethodError: org.apache.lucene.document.Field.<init>(Ljava/lang/String;Ljava/lang/String;Lorg/apache/lucene/document/Field$Store;Lorg/apache/lucene/document/Field$Index;)V
         sample.dw.paper.lucene.index.IndexManager.addDocument(IndexManager.java:78)
         sample.dw.paper.lucene.index.IndexManager.createIndex(IndexManager.java:56)
         sample.dw.paper.lucene.search.SearchManager.search(SearchManager.java:45)
         sample.dw.paper.lucene.servlet.SearchController.doPost(SearchController.java:29)
         sample.dw.paper.lucene.servlet.SearchController.doGet(SearchController.java:38)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.15 logs.
    It is giing the error like this . I alredy palce the jar fiels of Org.apache.lucene.

    While forming index to .html files it is giving the error.
    Error:javax.servlet.ServletException: Servlet execution threw an exception
    root cause
    java.lang.NoSuchMethodError: org.apache.lucene.document.Field.<init>(Ljava/lang/String;Ljava/lang/String;Lorg/apache/lucene/document/Field$Store;Lorg/apache/lucene/document/Field$Index;)V
         sample.dw.paper.lucene.index.IndexManager.addDocument(IndexManager.java:78)
         sample.dw.paper.lucene.index.IndexManager.createIndex(IndexManager.java:56)
         sample.dw.paper.lucene.search.SearchManager.search(SearchManager.java:45)
         sample.dw.paper.lucene.servlet.SearchController.doPost(SearchController.java:29)
         sample.dw.paper.lucene.servlet.SearchController.doGet(SearchController.java:38)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.15 logs.
    It is giing the error like this . I alredy palce the jar fiels of Org.apache.lucene.

  • Saving textpane wrapped in htmleditorkit to an html file

    Hey,
    Do any of you people know what I am doing wrong with the following code? It will not take the typed text, convert it to html code, and save it as an html file. The file saves properly, but it is just blank w/ no text and such.
    please help
              else if (mi == save)
                   JFileChooser chooser = new JFileChooser();
                 int result = chooser.showSaveDialog(this);
                 if (result == JFileChooser.CANCEL_OPTION)
                     return;
                 else
                        try
                             File loadFile = chooser.getSelectedFile();
                             OutputStream out = new FileOutputStream(loadFile);
                             htmlkit.write(out, htmldoc, 0, htmldoc.getLength());
                             out.close();
                        catch (Exception ex)
              }

    Granted this is just a snippet of your code, but while you're talking about 'it' not taking the 'typed' text I had in my mind your keying in text in a JEditorPane or JTextPane. But it seems that you mean 'typed' into the file you're reading in.
    Also, what is htmlkit ... I can't locate any such class in the 1.4.2 API ... am I missing it?
    So, it sounds like you want to take a text file, read it in, then write it out as an html file. Am I right? In that case, if htmlkit is your own class, post the code for it.
    I don't know if you'd want to try this, but it's any easy matter to write text to a JEditorPane or JTextPane with an attached EditorKet and write it out from there with code like this:
    FileWriter fw = new FileWriter( loadFile );
    fw.write( jtp.getText(), 0, jtp.getText().length() ); // jtp is the JTextPane
    fw.close();

  • Question about HTML files using TextEdit

    First off, I wanted to ask if this is the proper place to post a question about HTML/XHTML. I couldn't really find anywhere else that seemed to fit better, but please point me in the right direction if this is not the place. Thanks.
    Moving on -- here's my question:
    I'm having trouble with working with HTML files in TextEdit. I'm on a Mac, using TextEdit as my HTML editor (I can not afford one of these other HTML editors, and I like using a simple text editor like TextEdit for HTML). Here's my problem: I open a new rich text document in TextEdit and write my HTML and then choose File>Save As and choose "HTML" under the File Format drop-down box. Having saved this file as an HTML file, I then open Safari and choose File>Open File and select my HTML file; however, when I do this, my web page's text does not appear in the browser window. Instead, the HTML code itself appears in the browser window, as if the browser was not interpreting it as HTML and converting it. The same problem happens when saving the file as a .htm file using Microsoft Word for Mac.
    So, as another solution (at the suggestion of a helpful poster in a previous thread), I tried creating a plain text file in TextEdit (instead of a rich text file like before). Now, in TextEdit there is no option for saving plain text files as HTML files, so I simply save it as a Unicode-8 format and then find the file in Finder and change the extension to .htm myself (I've tried .html as well). This, fortunately enough, actually works! When I open the file in Safari I get to see my web page as expected. However, the first time I quit out of the application TextEdit and then try to reopen my .htm file in TextEdit, I no longer can see my HTML code. Instead, TextEdit shows me the actual web page text that I would expect to see when I open the file in a browser, and my HMTL code is lost.
    Can someone please help me here? There has to be a way to edit HTML in TextEdit without the code disappearing every time you quit out of the application and reopen the HTML file. Any help is greatly, greatly appreciated. Thank you.

    That's the problem -- once I convert it to plain text there is no longer an HTML option under the Save As drop down menu. The drop down menu's title is Plain Text Encoding instead of File Format and the only options I get are Unicode-8, Unicode-16, Western, Chinese, and so forth. I can save it as an HTML file, but only if the file is rich text, which doesn't work for HTML.
    So, I can save it as plain text (.txt) and then go and change the extension myself, and like I said, it works if I do that. I can edit HTML in TextEdit and open the file properly in Safari to view my web page. The problem is (I went over all this in my first post) that, after that, if I exit TextEdit and reopen it, my document is no longer HTML code -- it is now simply the text of the web site as if I had opened it in a broswer.
    What do you suggest I do?

  • Regular Expressions inside html file

    i'm doing some report genearting tool. the template file is in the form of a html file. and i need to add some values from a database to the file in to some specific places which are marked by spcial tags defined by me.
    any way thats not the issue. i read the whole html to a string and then i want to check for those tags.
    can anyone just tell me what is regular expession for searching this tag.
    (Only one occurance of a tag of specific type is there in the file )
    this is the tag <!--data><!-->
    thanks in advance

       private String html = "";
       private StringBuffer sb;
       public generateReportUser() {
          try {
             BufferedReader fileIn  = new BufferedReader(new FileReader("E:\\BCSProj\\templates\\tmpUserReport.htm"));
             String s;
             while ((s = fileIn.readLine()) != null) {
              //  html += s;
                html += s + "\n"; //this might be better
          } catch (Exception e) {
             e.printStackTrace();
          System.out.println(html);
          fileIn.close();
          Pattern p = Pattern.compile("(<!--data>)(<!-->)");
          Matcher m = p.matcher(html);
          sb = new StringBuffer();
          while (m.find){
            // "The Data" part can be dynamic
            m.appendReplacement(sb, m.group(1) + "The Data" + m.group(2));
       //     m.appendReplacement(sb, "The Data"); //simple replacement
          m.appendTail(sb);
          System.out.println(new String(sb));
    /* They are quite nonsense
    //check the mathes found this is always false for me
          System.out.println(m.matches());
    //just checking parting the string
          if (m.matches()) {
             int i = m.groupCount();
             for (int j=0;j<i;j++) {
                System.out.println(m.group(j+1));
                System.out.println("***********");
          sb = new StringBuffer(html.trim());
       }

  • How do I save input from a user into a html file?

    Sure could use a couple of pointers here, I am a newbie to jsp's. I am trying to create an html file with meta tag keywords and description for search indexing purposes, the idea is to have the user call a jsp page and enter the desired meta tags in a form then save this info in html format so the Spider can index it at a later time. Not sure of the most efficient way to do this. Any help/ideas would be greatly appreciated. Thanks in advance.

    Hi,
    I would like to take Meta keywords and descriptions from a form entered by the user and generate an html page with the keywords and descriptions in the proper tags. This html page must be saved on the server so our Spider can index it. The idea is to increase the results for a webpage by indexing an html page with proper meta tags defined and redirect the searcher to the desired page. I'm not sure how to create an html file to be saved on the server, not displayed in the originating browser. Thanks

  • Save pdf form as a html form

    Hi everybody,
    I have a form which I just made in Adobe Acrobat pro XI (Windows 7 Professional N 64bit). I would like to save it as an HTML form (or at least users should be able to open it directly in browser and fill it out - saving it is NOT necessary).
    I tried so far:
    1. FILE --> SAVE AS OTHERS --> HTML WEB PAGE
    but it actually kind of prints the pdf form as image, which should not happen. Text ist also scrambled across the page without meaning.
    2. converting it online to HTML but the buttons disappear. Text is in the right place but no buttons (radio buttons for ex. or text field).
    Is there a way to "convert" the pdf form to html "form"? And if yes, how can I do it?
    Thank you very much.

    I create HTML forms by hand coding, so I cannot recommend any specific apps. Most now suffer from being too complicated.
    I think you need to forget the idea of converting a PDF form (nicely laid out, attractive) to a similar HTML forms. HTML forms are basic, functional, ugly and do not have a fixed layout. A conversion tool will not magically overcome this limitation.

  • Save as "web page, complete" .html file disappears when overwriting file with same name

    On Mac and PC using various versions of FireFox (including 29.0.1 on Win 7) the following occurs:
    "Save Page As" a page with several iFrames in the content. I use "Web page, complete" and name the file.
    Close FireFox. The .html file and accompanying folder are saved correctly. Then I open the file in FireFox and make some changes to fields in a form. Then "Save Page As" again and use the same name. It prompts to overwrite the existing file and I click Yes.
    Three out of four times the file is no longer there. The folder remains but the .html file is gone. Not in the trash or hidden, just gone.
    I know this sounds crazy but I have tested it on about 20 computers (both mac and various windows versions), all with different FF versions and different antivirus. The above scenario happens: always on 1 computer, occasionally (random) on 3, and hasn't been observed yet on the others.
    Has anyone encountered this before? Are there any antivirus or malware products that could cause this? Any settings in FF that could? Any thing about this page or frames that could cause it?

    I found the solution. Yes, the first time you replace a file it disappears altogether. Just save it again, and it will reappear with the updated date and time code in the directory you chose to save it in. I only wish this were the problem in Firefox v. 30, but that is worse now.

  • Why do I get an unexpected error occured when I try to save a form as a pdf file?

    Why do I get an unexpected error occured when I try to save a form as a pdf file?

    Hi MsSunnyD,
    Try uninstalling Adobe Acrobat using the Adobe cleaner Tool  http://labs.adobe.com/downloads/acrobatcleaner.html
    Then, try installing Adobe Reader XI. That should resolve the problem.
    Regards,
    Ajlan Huda.

  • OT: How can IPad user save an HTML file to his machine?

    A friend wants to save an HTML file to his IPad (not a link to a web URL)
    Any help will be appreciated

    You mean browse to the website on an iPad then save it?
    Or transfer an HTML file from another device or computer to an iPad?
    If the former then:
    Try the Atomic web browser for the iPad.
    http://itunes.apple.com/us/app/atomic-web-browser-browse/id347929410
    There's also a paid app called iSaveWeb in the App Store.
    http://itunes.apple.com/us/app/isaveweb-web-pages-saving/id305594530

  • Smart Forms - Attaching HTML file as an attachment in Mail

    Hai,
    I have following requirements. I have to send the Payment Advice document output as a HTML format to the vendors.
    I am able to get the smartforms output as html file. The output of smartforms i am capturing
       call function '/1BCDWB/SF00000170'
          exporting
            control_parameters = w_control_parameters
            output_options     = w_output_options
            user_settings      = 'X'
            w_t001             = w_t001
            w_reguh            = w_reguh
            w_regud            = w_regud
            w_e1idrs1          = w_e1idrs1
          importing
            job_output_info    = w_job_output_info
          tables
            t_item             = t_item
          exceptions
            formatting_error   = 1
            internal_error     = 2
            send_error         = 3
            user_canceled      = 4
            others             = 5.
        w_xmloutput = w_job_output_info-xmloutput.
    *-SAP Smart Forms: Result of XSF Transformation
        w_htmldata  = w_xmloutput-trfresult-content[].
    Currently the w_htmldata informations are stored in the form of RAW 1024 characters.
    Using the below mentioned FM the attachment information i am passing through
           contents_txt               = it_message
    parameters.  The contents_txt support only 255 characters. But the smartforms returns RAW 1024 characters. When the HTML attachment is not showning the content properly and the data displays is misaligned. Kindly give me the suggestion how to overcome this issue !
      call function 'SO_DOCUMENT_SEND_API1'
          exporting
            document_data              = w_doc_data
            put_in_outbox              = 'X'
            sender_address             = ''
            sender_address_type        = ''
            commit_work                = 'X'
          importing
            sent_to_all                = w_sent_all
          tables
            packing_list               = t_packing_list
            contents_bin               = t_attachment
            contents_txt               = it_message
            receivers                  = t_receivers
          exceptions
            too_many_receivers         = 1
            document_not_sent          = 2
            document_type_not_exist    = 3
            operation_no_authorization = 4
            parameter_error            = 5
            x_error                    = 6
            enqueue_error              = 7
            others                     = 8.

    Have you upgraded to Yosemite?  Then you could send the attachment using Mail Drop.
    You can use Mail Drop to send files that exceed the maximum size allowed by the provider of your email account. Mail Drop uploads the large attachments to iCloud, where they’re encrypted and stored for up to 30 days.
    If you have an iCloud account and you’re signed in to iCloud when you click Send, Mail automatically sends the attachments using Mail Drop. Mail Drop attachments don’t count against your iCloud storage.
    If you don’t have an iCloud account, or if you’re not signed in, Mail asks you whether to use Mail Drop (select “Don’t ask again for this account” to always use Mail Drop).
    If a recipient uses Mail in OS X Yosemite, the attachments are automatically downloaded and included in your message just like any other attachment. For other recipients, your message includes links for downloading the attachments and their expiration date.
    You can turn Mail Drop on or off for an account. Choose Mail > Preferences, click Accounts, select your account, click Advanced, then select or deselect “Send large attachments with Mail Drop.”

Maybe you are looking for

  • Word X for Mac - attachments coming up in German

    Not sure what happened, but when I send an email with an attachment which is a word doc, and then I click on the attachment it is giving me this message which looks like German: "Microsoft Office 2004 test Drive har upphort att galla. On du vill best

  • Still having kernal panic

    A quick history....a week ago I migrated data via firewire from my old G5 to my new intel based iMac and a kernal panic occured on the G5. I've read all sorts of docs and fixes, not much of which makes sense to me, and I'm still having problems. Now

  • CD Burner and Player Tripping...?!

    Wont play certain cd's, and no longer burns at all. Spits a warning saying- The attempt to burn disc failed. The device failed to calibrate the laser poser level for this media. whats the deal?? I adjusted the burn speed then I get this warning- The

  • Multiple profile help needed

    I work for a company that requires me to connect to several customer Cisco VPNs via AnyConnect 3.0.5075.  Each customer site has provided it's own URL and certificate, etc. How do I get Cisco AnyConnect Secure Mobility Client version 3.0.5075 to agre

  • Parallel portal implementation in a non-unicode landscape

    Hi All, We have existing 3 system landscape with 3 systems in it. DEVQASPRD.All of these systems are non-unicode. The java add-in cannot be installed on them because the unicode java stack cannot talk to nonunicode abap stack.The customer does not wa