Generate to HTML

I am using Oracle reports 6i. And the generate to file option works very well (i choose te HTML-style-sheet option). With one report however i have a problem. This report prints across and has a width of about 4 pages.
This all works fine in the previewer but when i generate to HTML the output appears in 4 pages under each other.
So in the reports previewer i get say: AaaaBbbbCcccDddd
and in HTML i get
Aaaa
Bbbb
Cccc
Dddd
Does anyone know a solution for this?
Kind regards,
Marinus Verseput

I'm currently using Visual Age for Java to do the same thing you are doing. I put the code in a servlet and do out.println(HTML code) for each line of HTML code.

Similar Messages

  • [svn] 3120: When you point Flex Builder at a local sandbox trunk build, it couldn' t generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build

    Revision: 3120
    Author: [email protected]
    Date: 2008-09-05 10:44:10 -0700 (Fri, 05 Sep 2008)
    Log Message:
    When you point Flex Builder at a local sandbox trunk build, it couldn't generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build.xml's to accommodate the directory change
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/webapps/webtier/build.xml
    Added Paths:
    flex/sdk/trunk/templates/client-side-detection/
    flex/sdk/trunk/templates/client-side-detection/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection/index.template.html
    flex/sdk/trunk/templates/client-side-detection-with-history/
    flex/sdk/trunk/templates/client-side-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.css
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/client-side-detection-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation/
    flex/sdk/trunk/templates/express-installation/AC_OETags.js
    flex/sdk/trunk/templates/express-installation/index.template.html
    flex/sdk/trunk/templates/express-installation/playerProductInstall.swf
    flex/sdk/trunk/templates/express-installation-with-history/
    flex/sdk/trunk/templates/express-installation-with-history/AC_OETags.js
    flex/sdk/trunk/templates/express-installation-with-history/history/
    flex/sdk/trunk/templates/express-installation-with-history/history/history.css
    flex/sdk/trunk/templates/express-installation-with-history/history/history.js
    flex/sdk/trunk/templates/express-installation-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/express-installation-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation-with-history/playerProductInstall.swf
    flex/sdk/trunk/templates/metadata/
    flex/sdk/trunk/templates/metadata/AC_OETags.js
    flex/sdk/trunk/templates/metadata/readme.txt
    flex/sdk/trunk/templates/no-player-detection/
    flex/sdk/trunk/templates/no-player-detection/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection/index.template.html
    flex/sdk/trunk/templates/no-player-detection-with-history/
    flex/sdk/trunk/templates/no-player-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.css
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/no-player-detection-with-history/index.template.html
    Removed Paths:
    flex/sdk/trunk/templates/html-templates/

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Using javascript to dynamically generate the html for a  Spry table

    I have some javascript which generates html code for a Spry
    table which displays the content of a Spry data set. The problem is
    that after I generate the html, Spry never fills in the values for
    the table.
    Here's what I'm doing:
    Using a data set observer, check for onPostLoad and generate
    the html code
    Using innerHTML, stuff the code into the appropriate
    <div>
    Use regionName.updateContent() to update the region I just
    created with the html code I generated
    Interestingly, if I take the generated source for my page and
    remove the data set observer, the Spry table displays correctly
    with all the expected values. This suggests to me that my generated
    html code is correct, but that there is some sort of timing issue
    (i.e. Spry doesn't know about the new code I generated).
    Any suggestions?

    jalperin wrote:
    > Here's what I'm doing:
    >
    Using a data set observer, check for
    onPostLoad and generate the html
    > code
    >
    Using innerHTML, stuff the code into
    the appropriate <div>
    >
    Use regionName.updateContent() to
    update the region I just created
    > with the html code I generated
    >
    > Interestingly, if I take the generated source for my
    page and remove the data
    > set observer, the Spry table displays correctly with all
    the expected values.
    > This suggests to me that my generated html code is
    correct, but that there is
    > some sort of timing issue (i.e. Spry doesn't know about
    the new code I
    > generated).
    >
    > Any suggestions?
    I'd guess that it is a timing issue as well. I haven't looked
    much at the dataset capability in Spry, but it may be that the
    dataset "finds" all of the regions and code that it applies to
    before the onPostLoad event is triggered. If that is the case, then
    your generated code doesn't exist yet,and so the dataset thinks
    that there is nothing for it to apply to.
    Will the HTML that you generate change based upon the dataset
    that is actually returned? I guess I'm looking for the reason why
    the HTML is being generated when it could be in the page itself and
    avoid this issue completely.
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert

  • Generate an HTML file from a Report in ABAP

    Good morning,
    How I could generate an HTML file from a report.
    Any Ideas... I have found the function WWW_ITAB_TO_HTML, but someone has the standar code and how use this function?
    Thanks a lot,
    Hernán Restrepo

    Hi,
    I am facing a similar problem.I did try using the function module WWW_ITAB_TO_HTML in the reoprt program, as I'm trying to generate a url from a report, but i'm not able to get the expected results. The code is given below. Could someone please try and help me resolve this issue.Thanks in advance.
    DATA:   emp_name                     TYPE char80.
    DATA:   it_itabex                    TYPE zdb_ex_tty,
            it_emp                       TYPE TABLE OF zis_emp,
            it_org                       TYPE TABLE OF zis_org,
            it_pos                       TYPE TABLE OF zis_pos,
            it_pos_alloc                 TYPE TABLE OF zis_pos_alloc,
            it_res                       TYPE TABLE OF zis_res,
            it_res_alloc                 TYPE TABLE OF zis_res_alloc,
            ls_itabex                    TYPE zdb_ex_s.
    DATA:   lv_filename                  TYPE string,
            lv_path                      TYPE string,
            lv_fullpath                  TYPE string,
            lv_replace                   TYPE i.
    DATA qstring LIKE it_itabex OCCURS 10.
    DATA: url(200), url2(200), url3(200), fullurl(200).
    FIELD-SYMBOLS: <fs_emp>              LIKE LINE OF it_emp,
                   <fs_org>              LIKE LINE OF it_org,
                   <fs_pos>              LIKE LINE OF it_pos,
                   <fs_pos_alloc>        LIKE LINE OF it_pos_alloc,
                   <fs_res>              LIKE LINE OF it_res,
                   <fs_res_alloc>        LIKE LINE OF it_res_alloc.
    Report Program to export data from database to Excel.
    Populate all the tables that have to be exported.
    SELECT * FROM zis_org       INTO TABLE it_org.
    SELECT * FROM zis_pos       INTO TABLE it_pos.
    SELECT * FROM zis_pos_alloc INTO TABLE it_pos_alloc.
    SELECT * FROM zis_emp       INTO TABLE it_emp.
    SELECT * FROM zis_res_alloc INTO TABLE it_res_alloc.
    SELECT * FROM zis_res       INTO TABLE it_res.
    Append the Column Header
    CLEAR ls_itabex.
    ls_itabex-ipp_pos_id            = 'IPP Pos ID'.
    ls_itabex-emp_name              = 'Name'.
    ls_itabex-dt_of_join            = 'JoinedOn'.
    ls_itabex-emp_status            = 'Status'.
    ls_itabex-org_name              = 'Org'.
    ls_itabex-prj_name              = 'Project'.
    ls_itabex-mgr_name              = 'Line'.
    ls_itabex-designation           = 'Designation'.
    ls_itabex-specialization        = 'Specialization'.
    APPEND ls_itabex TO it_itabex.
    Append all the tables into one internal table
    LOOP AT it_pos_alloc ASSIGNING <fs_pos_alloc>.
      CLEAR ls_itabex.
      ls_itabex-ipp_pos_id          = <fs_pos_alloc>-ipp_pos_id.
      READ TABLE it_emp ASSIGNING <fs_emp> WITH KEY emp_guid = <fs_pos_alloc>-emp_guid.
      IF sy-subrc = 0.
        CONCATENATE <fs_emp>-emp_fname <fs_emp>-emp_lname INTO ls_itabex-emp_name  SEPARATED BY space.
        ls_itabex-dt_of_join        = <fs_emp>-dt_of_join.
        ls_itabex-emp_status        = <fs_emp>-emp_status.
        ls_itabex-specialization    = <fs_emp>-specialization.
      ENDIF.
      READ TABLE it_pos ASSIGNING <fs_pos> WITH KEY ipp_pos_id = <fs_pos_alloc>-ipp_pos_id.
      IF sy-subrc = 0.
        ls_itabex-designation       = <fs_pos>-designation.
        READ TABLE it_org ASSIGNING <fs_org> WITH KEY  org_id = <fs_pos>-org_id.
        IF sy-subrc = 0.
          ls_itabex-org_name        = <fs_org>-org_name.
          ls_itabex-mgr_name        = <fs_org>-mgr_name.
        ENDIF.
      ENDIF.
      READ TABLE it_res ASSIGNING <fs_res> WITH KEY org_id = <fs_org>-org_id.
       ls_itabex-org_name         = <fs_org>-org_name.
      APPEND ls_itabex TO it_itabex.
    ENDLOOP.
    url = 'http://testweb/scripts/wgate/zvw10a/!?~language=en'.
    url2 = '&~OkCode(LGON)=LGON&login-login_user='.
    url3 = '&vbcom-vbeln='.
    CONCATENATE url url2 url3 INTO fullurl.
    WRITE: /'Staffing Excel'.
    CALL FUNCTION 'WWW_SET_URL'
      EXPORTING
        offset        = 12
        length        = 10
        func          = fullurl
      TABLES
        query_string  = qstring
      EXCEPTIONS
        invalid_table = 1
        OTHERS        = 2.
    Thanks & Regards,
    Preethi.

  • Generate a HTML POST url and open the page.

    Hello,
    I need to generate a HTML POST url with 4 parameters.
    I tried like this.
    String URLtobeOpened = "<url>?param1=val1&param2=val2&param3=val3&param4=val4";
              HttpServletResponse resp = request.getServletResponse(true);
              try {
                   resp. sendRedirect(URLtobeOpened);
              } catch (IOException e1) {
                   // TODO Auto-generated catch block
                   e1.printStackTrace();
    This is showing me a login prompt, instead of directly logging me in.
    Also when I checked using HTTPWatch, the request is showing as a GET, but I need it as a POST.
    How to code it in the right way.
    Thanks
    Srinivas

    Here is what I tried sofar
    I am using this jar commons-httpclient-3.1.jar
    import org.apache.commons.httpclient.HttpClient;
    import org.apache.commons.httpclient.methods.PostMethod;
              String url = "https://www.independentinc.com/scripts/insupport.exe/db_connect";
                try {
                 HttpClient client = new HttpClient();
                 PostMethod method = new PostMethod( url );
                   // Configure the form parameters
                   method.addParameter( "param1", "val1" );
                   method.addParameter( "param2", "val2" );
                   method.addParameter( "param3", "val3" );
                   method.addParameter( "param4", "val4" );
                   // Execute the POST method
                 int statusCode = client.executeMethod( method );
                 if( statusCode != -1 ) {
                    String contents = method.getResponseBodyAsString();
                    method.releaseConnection();
    //                System.out.println( contents );
                catch( Exception e ) {
                 e.printStackTrace();
                }I am getting a weird exception
    java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at
    HttpClient client = new HttpClient();How to fix this exception...
    Is this the right approach at all...

  • Generating an HTML file.....

    I would like to generate an HTML file from my javaBean but I am unsure how to do this? Do I just use the PrintWriter methods in java.io and rename the text file to a .html file?
    Thanks,
    Steve

    I assume you really mean you want to write a java servlet - in that case read Java Servlet Programming by Jason Hunter. Then you can write html like this:
    /**Process the HTTP Post request*/
    public void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    Connection conn = null;
    Statement stmt=null;
    String query = null;
    ResultSet rset = null;
    response.setContentType(CONTENT_TYPE);
    // nothing will come out on page unless an error occurs
    PrintWriter out = response.getWriter();
    out.println("<html>");
    out.println("<head><title>AddItemServlet</title></head>");
    out.println("<body>");
    etc etc.

  • Servlet to generate  *new*  html pages for browser

    Dear all,
    Greetings!
    I am write a servlet, and I want this servlet to generate different html pages (say 5 pages) simultaneously, and then display them in 5 different pages in client browser.
    The sequence is like this:
    1) the user click a link in a web browser and send request to web server.
    2) web server has a servlet to handle this request, then in doGet() or doPost() method it will do some calculations first, after that, it generate 5 different html pages (it can use redirect in a chain fashion) and send back to client browser.
    3) the client browser will display these 5 different html code in 5 different pages (should not be the same as the original pages that submited the request), i.e, it will pop up new web pages automatically to serve 5 different pages (since each page will have <html> ... </html> codes).
    Any solution, if possible, please give me some idea.
    //-- My main problem is: how to ask servlet to generate html codes,
    //-- and when send back to client, let browser displays the information in
    //-- a new web page (not original page the submit the request)? show some servlet doGet() code if possible.
    if you have solution for even only 1 page, your help is also very appreciated!
    once again, many thanks!

    However, for wild guessing,
    are you included d:\richard in your CLASSPATH?No. Does the CLASSPATH affect the default directory to create file - and I have to put the Tomcat as the first path in my classPath? But I just found that I set environment variable HOME to be d:\richard. It must be the reason.
    How about this:
    When a use submit a request, the servlet starts a new
    thread to do the process, for example.....I thought about this solution earlier. It is true that this is a solution. Now I am not worrying about it, since when I move on about this project, I found something more interesting (worse?) for this project. Detail follows:
    This morning I was informed that the project needs the request being sent from the front end applet, (*NOT from browser link*), so now even simple client side scripting does not work. This is because when servlet sends back response, it will send back to applet by Connection.getInputStream() - this is what I can think about right now. Basically, it means, the browser will not even have a chance to process the returned HTML code. So the question becomes: How to ask browser open a web page to display the servlet response from an front end applet directly? ;(
    I am almost run out of idea! Will check back later, meanwhile spend some more time considering... It is very late here now (early in the next morning)!
    Thank you very much indeed for all you kind help!!!

  • How to generate an html file with tiles of my m3ps

    I am trying to build a small webpage that will point to about 1000 mp3s but I dont want to type the song title for all the 1000 mp3s.
    is there anyway of generating an html file instead?
    -thanks.

    Abraham--
    You should look at Doug's Apple Scripts. There are a couple of ready made AppleScripts there that might well do what you want. I see two or three that export HTML.
    HTH,
    charlie

  • How can I generate a html page in a servlet-applet connection?

    Hello, I have an applet which contains an ok button, when I click this button, I need that servlet generate an html page and view it in browser. How can I do this?
    Thanks

    But with this method only is possible I think open a page web, and if it is possible call url of the servlet, you generate other request and response object (other call to method doGet or doPost because ShowDocument needs parameter url), so the previously request when I click button ok it's no the same and how I obtain the prinwriter from first request, showDocument don't obtain html page from printwriter.

  • Generate an HTML report

    Hi,
    I ame trying to generate an html report with SQL/Plus, I have read some tutorial but I have not understood well how I can approach the issue.
    Actually I have this report:
    SET TRIMSPOOL on
    SET PAGES 0
    SET NEWPAGE 0
    SET VERIFY OFF
    SET FEEDBACK OFF
    SET SPACE 0
    SET ECHO OFF
    SET MARKUP HTML Off
    SELECT 'CENSIMENTO VARIAZIONE PRODOTTI'
          FROM DUAL;
        SELECT ''
          FROM DUAL;
        SELECT ''
          FROM DUAL;
        SELECT 'Evoluzione VAR'
          FROM DUAL;
        SELECT '--------------'
          FROM DUAL;
        SELECT ''
          FROM DUAL;
        SELECT RPAD('ISIN', 21, ' ')||' '||
               RPAD('SGN', 4, ' ')||' '||
               RPAD('VAR', 4, ' ')||' '||
               RPAD('REF_DATE', 10, ' ')||' '||
               RPAD('START_DATE', 10, ' ')
          FROM DUAL;
        SELECT RPAD('=', 10, '=')||' '||
               RPAD('=', 3, '=')||' '||
               RPAD('=', 3, '=')||' '||
               RPAD('=', 8, '=')||' '||
               RPAD('=', 9, '=')
          FROM DUAL;
        SELECT LPAD(TAB1.COD_ISIN, 12, ' ')||'    '||
               LPAD(TAB1.VAR_TRIMESTRALE_SGN, 3, ' ')||'  '||
               LPAD(TRIM(TAB1.VAR_TRIMESTRALE), 3, ' ')||'    '||
               LPAD(to_char(TAB1.DATA_TIMESTAMP, 'DD/MM/YYYY'), 11, ' ')||'  '||
               LPAD(to_char(TAB1.START_DATE, 'DD/MM/YYYY'), 11, ' ')
          FROM SPR_ISIN_DSI_TO TAB1
    INNER JOIN SPR_STATUS TAB2
            ON TAB1.COD_ISIN = TAB2.ISIN
         WHERE --TRUNC(TAB1.START_DATE) = TRUNC(SYSDATE)
            --OR TRUNC(TAB1.END_DATE) = TRUNC(SYSDATE)
           --AND
           TAB2.DSITO_VAR = 'Y'
      ORDER BY TAB1.COD_ISIN, TAB1.START_DATE DESC;
        SELECT ''
          FROM DUAL;
        SELECT 'COLLEZIONE STATISTICHE: '
          FROM DUAL;
        --SELECT '================='
          --FROM DUAL;
        SELECT ' -Prodotti finanziari finanziari censiti: '||COUNT(COD_ISIN)
          FROM SPR_ISIN_DSI_TO
        WHERE END_DATE IS NULL;
        SELECT ' -Prodotti finanziari aggiornati: '||COUNT(DISTINCT TAB1.COD_ISIN)
          FROM SPR_ISIN_DSI_TO TAB1
    INNER JOIN SPR_STATUS TAB2
            ON TAB1.COD_ISIN = TAB2.ISIN
         WHERE TAB2.DSITO_VAR = 'Y'
           AND TAB2.NEW = 'N'
           AND TAB1.END_DATE IS NULL;
        SELECT ' -Nuovi prodotti finanziari censiti: '||COUNT(DISTINCT TAB1.COD_ISIN)
          FROM SPR_ISIN_DSI_TO TAB1
    INNER JOIN SPR_STATUS TAB2
            ON TAB1.COD_ISIN = TAB2.ISIN
         WHERE TAB2.DSITO_VAR = 'Y'
           AND TAB2.NEW = 'Y'
           AND TAB1.END_DATE IS NULL;
        SELECT ' -Prototti. finanziari rimossi: '||COUNT(DISTINCT TAB1.COD_ISIN)
          FROM SPR_ISIN_DSI_TO TAB1
         WHERE TRUNC(TAB1.END_DATE) = TRUNC(SYSDATE)
           AND NOT EXISTS (
                SELECT COD_ISIN
                  FROM SPR_ISIN_DSI_TO TAB2
                 WHERE TAB2.END_DATE IS NOT NULL
                   AND TAB1.COD_ISIN = TAB2.COD_ISIN
           );I would translate this in HTML.
    I have begun to write this code:
    set markup html on
    head ' -
    table {background: #eee; fone-size: 80% } -
    th { background: #ccc: } -
    td { padding: 0px; } -
    spool result.html
    PROMPT <H1>Censimento variazione prodotti</H1>
    PROMPT <H2>Evoluzione var</H2>
    set termout off
    set pagesize 80
    column TAB1.COD_ISIN 'Isin'
    column TAB1.VAR_TRIMESTRALE_SGN 'Segno var trimestrale'
    column TAB1.VAR_TRIMESTRALE 'Var trimestrale'
    column TAB1.DATA_TIMESTAMP 'Data timestamp'
    column TAB1.START_DATE 'Start date'
    SELECT LPAD(TAB1.COD_ISIN, 12, ' ')||'    '||
               LPAD(TAB1.VAR_TRIMESTRALE_SGN, 3, ' ')||'  '||
               LPAD(TRIM(TAB1.VAR_TRIMESTRALE), 3, ' ')||'    '||
               LPAD(to_char(TAB1.DATA_TIMESTAMP, 'DD/MM/YYYY'), 11, ' ')||'  '||
               LPAD(to_char(TAB1.START_DATE, 'DD/MM/YYYY'), 11, ' ')
          FROM SPR_ISIN_DSI_TO TAB1
    INNER JOIN SPR_STATUS TAB2
            ON TAB1.COD_ISIN = TAB2.ISIN
         WHERE --TRUNC(TAB1.START_DATE) = TRUNC(SYSDATE)
            --OR TRUNC(TAB1.END_DATE) = TRUNC(SYSDATE)
           --AND
           TAB2.DSITO_VAR = 'Y'
      ORDER BY TAB1.COD_ISIN, TAB1.START_DATE DESC;
    spool off
    set markup html offBut when I try to execute this code I receive this error:
    ORA-00900: invalid SQL statementBut, moreover I have another problem how can I insert in the html version this part of the old report:
    SELECT 'COLLEZIONE STATISTICHE: '
          FROM DUAL;
        --SELECT '================='
          --FROM DUAL;
        SELECT ' -Prodotti finanziari finanziari censiti: '||COUNT(COD_ISIN)
          FROM SPR_ISIN_DSI_TO
        WHERE END_DATE IS NULL;
        SELECT ' -Prodotti finanziari aggiornati: '||COUNT(DISTINCT TAB1.COD_ISIN)
          FROM SPR_ISIN_DSI_TO TAB1
    INNER JOIN SPR_STATUS TAB2
            ON TAB1.COD_ISIN = TAB2.ISIN
         WHERE TAB2.DSITO_VAR = 'Y'
           AND TAB2.NEW = 'N'
           AND TAB1.END_DATE IS NULL;
        SELECT ' -Nuovi prodotti finanziari censiti: '||COUNT(DISTINCT TAB1.COD_ISIN)
          FROM SPR_ISIN_DSI_TO TAB1
    INNER JOIN SPR_STATUS TAB2
            ON TAB1.COD_ISIN = TAB2.ISIN
         WHERE TAB2.DSITO_VAR = 'Y'
           AND TAB2.NEW = 'Y'
           AND TAB1.END_DATE IS NULL;
        SELECT ' -Prototti. finanziari rimossi: '||COUNT(DISTINCT TAB1.COD_ISIN)
          FROM SPR_ISIN_DSI_TO TAB1
         WHERE TRUNC(TAB1.END_DATE) = TRUNC(SYSDATE)
           AND NOT EXISTS (
                SELECT COD_ISIN
                  FROM SPR_ISIN_DSI_TO TAB2
                 WHERE TAB2.END_DATE IS NOT NULL
                   AND TAB1.COD_ISIN = TAB2.COD_ISIN
           );I have found some tutorial but I do not succed to understand what I have to do.
    I try to execute the previuos code in toad, for simplicity how can I obtain the html output in my window?
    Thanks a lot, bye bye.

    Hi Abdujaparov,
    To prevent your ORA-00900: invalid SQL statement, try putting the head option on the same line as set:
    set markup html on head ' -
    To execute in TOAD, execute as script by pressing F5 (Never tried with markup, though)
    Regards
    Peter

  • Generating dynamic HTML for odiSendMail

    Hi,
    I have a requirement where i need to dynamically generate a HTML table, which is to be sent as the body of an email notification. This table will essentially be a HTML representation of data from some DB tables. How can I achieve this. A detailed solution is highly appreciated.
    Thanks

    Hi,
    Is there a way to dynamically generate the body of email in odiSendMail? If there is please let me know.

  • How to generate dynamic HTML pages using Swing Application?

    Hello,
    I am writing a Java application to connect to a local light-weight java database. I would like to generate and present a HTML on the fly after selecting records from a database. At server side, I could easily use JSP/Servlet to do this. How can I do this on a desktop client machine using Java application? I do not want to install Apache web server on the desktop machine. Any help will be greatly appreciated. Thanks in advance.
    Dominic

    The way u need to generate your html pages depened on what u want to generate,
    anyway what i can help with, is how to display a generated page.
    u have to use JEditorPane with HTMLEditorKit and HTMLDocument to display any HTML.
    also u can use the methods provided with the above objects to generate your html format.
    I hope I helped.

  • Script for generating pacman html info

    Hi folks!
    I created a small python script for parsing pacman outputs and generate a html document
    Is under development and not very useful at the moment but I want to share my progress
    Output example: http://tulur.com/pkginfo/example.html
    (is in spanish because my locale conf, the output is in your language)
    http://tulur.com/archlinux-pkginfo
    I'm not a programmer, probably can be improved
    Last edited by bungow (2010-03-08 23:05:01)

    great work, dude.
    Thanks for sharing.

  • How to generate a html page for a VI which is created by a vi template dynamically

    I have a executable which calls a VI template dynamically, say it is subvi.vit. A subvi1.vi is generated by the template. On my web server, I want to display the front panel of subvi1.vi. How can I generate its html file programmatically if I don't want to use CGI?
    Thanks for your reply. 

    Hi tst,
    Thanks for your fast response.
    I don't know how I could make this mistake to put the post under feedback board but let's keep it here because I don't know how to move it to LV board unless I start a new thread.
    I don't know if I could do it in wizard because subvi1.vi doesn't exist before the executable runing. I have to create a html file during running.
    I did generate a html file in wizard but I have to use subvi.vit to do the web publishing. When I log into web server http:\\localhost\subvi.html, I got error message "the requested VI is not loaded into the memory on the server computer". The reason is that the vi template subvi.vit was loaded dynamically, so it is not in memory any more once the VI reference is closed. But subvi1.vi is running now. I need to display subvi1.vi's real-time front panel.
    Did I clarify my issue?
    I would appreciate your help.
    regards,

  • How to generate a html page when a button is pressed

    hi
    i have to generate a html page when a help button is pressed
    so please help me
    thanks
    shiva

    "touch index.html"
    Might not be what you're looking for but creates an html page.

Maybe you are looking for

  • Error occured while sending mail SO_OBJECT_SEND

    Hi all, While using ME23n for print preview of a PO I m getting the below error : Error occured while sending mail SO_OBJECT_SEND,return code Z8. The problem is this FM : SO_OBJECT_SEND is not explicitly used in the Driver program. In debugging mode

  • IMOVIE 6 won't recognize DV camera while IDVD is encoding or burning

    I am in the process of encoding and burning a dvd in idvd 6. Given the length of this process, I want to also import some video into an imovie 6 project. However, while idvd is encoding, imovie won't recognize my camera. I understand I can stop idvd,

  • Process chain creation: error:

    Hi, i am creating process chain for the data upload of three info packages! Two are master data IPs and one is transactional data IP. ( Requirement is to make single process chain for the master data and transactional data ). Before transactional dat

  • 6600 slide with Nuvi 710

    I previously owned a 6250i and was able to connect via bluetooth to my garmin nuvi 710 satnav and make calls and send text messages using the satnav I have now upgraded to a 6600 slide and the text function is not there with this phone Can anyone ans

  • For search help in web

    Hi Experts when i click the button ,the enterd input in input field will be searched with their matching words....Is it possible? Let me know if it is possible....... Please Experts Guide Me.......... Thanks & Regards Mathi