Refreshing results on html

One last question, really !
How for goodness's sake can I load the results in the html page without leaving it? Always when I click a button, I get redirected to the jsp that carries out the action.
I`ve tried putting the <jsp: forward> tag at the bottom of the jsp, so when it is done with processing the db-results to redirect back to the calling-page.
still no success on this one. for 3 days now, and my time is ticking away....
please help me. thanks a million!
-- do I always have to click a button to get some results? how can I load the results "live" without pressing anything ? ---
Edited by: fankoff on Jun 21, 2010 7:07 PM

Hi elOpalo,
thank you for the answer. AJAX would exceed my otherwise very limited programming knowledge.
I hoped there is a way to do this with JSP...too bad.
I have this html with 4 forms. in the first two you put information, and the second two should update this information in html tables. So let say, when I fill in my "talents" and click on "add talent", the form activates an "db_insert_talent.jsp", does its work saving the data and then another JSP should update the information in a html table just bellow the form.
Any idea how to achieve this without AJAX? Thank you in advance...
I image it happening in the following way:
1. in the html I prepare a table with the name of the colums, the result would return
2. I declare some paramaters using <%= param.getSomething %> in the cells of the table to eavesdrop for some changes
3. the jsp is called, it does it work, gets some results and processes the values (??)
4. the parameter in the html table populate the values
5. everyone is happy ?
Or thats totally not the way it is done?
Edited by: fankoff on Jun 22, 2010 4:59 AM
Edited by: fankoff on Jun 22, 2010 5:05 AM
Edited by: fankoff on Jun 22, 2010 5:11 AM

Similar Messages

  • Rendered html pages in results file(html) not showing the images of origina

    hi,
    rendered html pages in results file(html) not showing the images of original page
    when i click on rendered html pages of different html section of a results file.
    both master and tested as well.
    thx
    pasumarthi

    By design, the report will not show the images, will not apply imported css or javascript files and will not show framesets. Also, in the case that an image is shown there is no guarantee that that was the image that was seen when recording/playback the script.
    The rendered html pages that are shown in the report only contains the structure of the html page. If an image is shown the image will be a reference to the location of the image and not a saved copy of the image as part of the report. If the website has a simple structure this can give an idea of what was different. If the website relies extensively on images, stylesheets or javascript to present the information then this report feature becomes less useful.
    Few weeks ago I requested a feature request in order to be able to see in the report the page exactly as it was when recording the script and exactly as it was when the script was played back. In the way that the feature request was written it specifies the use of screen captures or saving the page as a pdf file.
    Regards,
    Zuriel

  • Sending query result as html email

    hi,
    I have requirement to send query result as html emial to user, is there a possibility to send it?
    database is 11.2.3
    thanks,
    7Z

    Google is your friend
    http://oracle-base.com/articles/misc/email-from-oracle-plsql.php
    https://www.google.nl/search?q=send+email+oracle+database+11g

  • Send BW query results as HTML email from ABAP program

    I have published a code sample for sending BW query results as HTML email from ABAP program. if you have any questions or clarification, please post them here.
    the same can be accessed from this link.
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b7658119-0a01-0010-39a9-b600c816f370
    Regards
    Raja
    Message was edited by: Durairaj Athavan Raja

    OK forget about my earlier post.
    do the following changes.
    declare the following variables:
    data: xtext type standard table of solix .
    DATA: atta_sub TYPE sood-objdes .
    after the call of FM SCMS_STRING_TO_FTEXT add the following code.
    CALL FUNCTION 'SO_SOLITAB_TO_SOLIXTAB'
      EXPORTING
        ip_solitab        = text
    IMPORTING
       EP_SOLIXTAB       = xtext .
    and after the following statement
    document = cl_document_bcs=>create_document(
                              i_type    = 'HTM'
                              i_text    = text
                              i_length  = conlengths
                              i_subject = subject ).
    add the following code
    CALL METHOD document->add_attachment
                EXPORTING
                  i_attachment_type    = 'htm'
                  i_attachment_subject = atta_sub
                  i_att_content_hex    = xtext.
    now you will have results both in the body as well as attachment. (this is for test you can remove one of them )
    Regards
    Raja

  • How to pass query result to HTML table?

    Hi,
      i want to get the query result in HTMl table instead of Display Grid. how to do it? i searched in help, it suggests use icommand to do this. but i dont know how to pass the select query result to HTML table.. please help me.
    -senthil

    Hi Senthil,
    You can create an icommand query. You can then use the icommand retrieval methods to capture and manipulate the query data.
    (http://help.sap.com/saphelp_xmii115/helpdata/en/Applet_Reference_Details/iCom
    mand_Reference.htm)
    Basically what we did was, use the getColumnCount() and getRowCount() methods, once you have these two numbers you can set two for loops and use String getValue(int ColID, int RowID) , within the for loops you can generate the inner html content and write the values either in a html table or html form (which is what we did). This seems to work well, I'm still playing around with it and may post this approach on sdn by end of this week.
    Mahwish

  • Problem doing partial refresh (pull) of HTML region

    In my application, I have a page where on the left I have a list of documents and, on the right, selected document in PDF format.
    The right region is defined as HTML:
    <object id="DataPDF" data="f?p=&APP_ID.:18:&APP_SESSION.:APPLICATION_PROCESS=odp_show_doc::::" type="application/pdf"></object>The function odp_show_doc gets PDF document from a web service and returns a PDF BLOB that fills the region.
    However, to refresh the region with valid document data, I have to resubmit the page each time the user selects a new document.
    To refresh the page partially (only the PDF region), I have tried to use Carl Backstrom's example (http://apex.oracle.com/pls/otn/f?p=11933:48) to pull the PDF content from another page, but to no avail.
    I have defined another page (2) with a region that does the job. When I go directly on that page, I see the PDF region filling. But when I try to pull the same page with the code
    var gReturn;
    var get=new htmldb_Get(null,html_GetElement('pFlowId').value,null, 2);
    get.addParam('P0_NUM_DOC_GED', numDocGed);
    gReturn = get.get(null,'<htmldb:BOX_BODY>','</htmldb:BOX_BODY>'); 
    alert(gReturn);I get the following error:
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML2.0 EN">
    <html>
       <head>
          <title>404 Not Found</title>
       </head>
       <body>
          <h1>Not Found</h1>
          <p>The requested URL /pls/apex/wwv_flow.show was not found.</p>
       </body>
    <html>In this case, the odp_show_doc is never called (I have added some debug info in this ODP function).
    Has anyone an idea of what I am doing wrong and what correction should I do to make this pull work?
    Thank you.
    Igor

    Well... It seems to work directly on the machine, if I use the following URL when calling the application:
    http://localhost:8080/apex/f?p=120However, when I call the application from outside with the URL
    https://app-url/pls/apex/f?p=120, pulling the region based on on-demand-process results in:
    The requested URL /pls/apex/wwv_flow.show was not foundPulling an ordinary report is OK.
    Igor

  • Temporary Result files (html, xml)

    I find TestStand creates temporary .html and .xml files in the seq folder and also the directory where the results is saved.
    This is when using HTML reports, and specifying the path (avoiding the temporary results check-box option)
    Any one else also experiencing this ?

    TestStand creates temporary .html files during an execution to allow the report to be shown in the Sequence Editor during execution. This KnowledgeBase article describes the temporary files in more detail: http://digital.ni.com/public.nsf/allkb/D327A5B3227​E8F40862568470008409F?OpenDocument
    It's interesting that you're seeing a temporary .xml file without having the "Use Temporary File" option enabled for an XML report. If you execute a very simple sequence (for example, just a Message Popup step) with the default Sequential process model, do you still see this temporary XML file?
    Daniel E.
    TestStand Product Support Engineer
    National Instruments

  • Converting Query results into HTML email

    Hi,
    I am using oracle 11g. I' m using the following procedure to send out html emails from a static query in the procedure and it works fine. I wanted to make it dynamic and pass the sql query as a parameter to procedure and build the html tags based on the query. Any thoughts?
    CREATE OR REPLACE PROCEDURE html_sql_results
    is
        v_rows clob;
        v_header clob;
        cursor v_cursor is
        select SR_NO,STATE,DUE_DT,PROCESS_DT,STATUS,DAY_NO,SEQ_NO
        from T_TABLE;
        BEGIN
        v_header := '<table border=1>
                  <tr style=''background:#8DB3E2''>
                  <td><p><b>SR_NO</b></p></td>
                  <td><p><b>STATE</b></p></td>
                  <td><p><b>DUE_DT</b></p></td>
                  <td><p><b>PROCESS_DT</b></p></td>
                  <td><p><b>STATUS</b></p></td>
                  <td><p><b>DAY_NO</b></p></td>
                  <td><p><b>SEQ_NO</b></p></td>
                  </tr>';
        v_rows := Null;
        FOR i in v_cursor
        LOOP
        v_rows  := v_rows ||
                '<tr>
                <td> <p>' || I.SR_NO||'</p></td>
                <td> <p>' || I.STATE||'</p></td>
                <td> <p>' || I.DUE_DT ||'</p></td>
                <td> <p>' || I.PROCESS_DT ||'</p></td>
                <td> <p>' || I.STATUS||'</p></td>
                <td> <p>' || I.DAY_NO ||'</p></td>
                <td> <p>' || I.SEQ_NO||'</p></td>
                </tr> ';
        END LOOP;
        if v_rows is not null then
        v_rows:= v_header ||v_rows ||' </table> ' ;
        dbms_output.put_line(v_rows); 
        email_results(v_rows);
        end if ;
        end ;
    /

    A possible way :
    SQL> var result clob
    SQL> DECLARE
      2
      3    ctx  dbms_xmlgen.ctxHandle;
      4    qry  varchar2(2000) := 'SELECT * FROM hr.employees WHERE department_id = :1';
      5
      6    xsl  xmltype := xmltype('<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
      7   <xsl:output method="html"/>
      8   <xsl:template match="/ROWSET">
      9    <table border="1">
    10     <tr style="background:#8DB3E2">
    11      <xsl:for-each select="ROW[1]/*">
    12       <td><p><b><xsl:value-of select="name()"/></b></p></td>
    13      </xsl:for-each>
    14      <xsl:apply-templates/>
    15     </tr>
    16    </table>
    17   </xsl:template>
    18   <xsl:template match="ROW">
    19    <tr><xsl:apply-templates/></tr>
    20   </xsl:template>
    21   <xsl:template match="ROW/*">
    22    <td><p><b><xsl:value-of select="."/></b></p></td>
    23   </xsl:template>
    24  </xsl:stylesheet>');
    25
    26    res  clob;
    27
    28  BEGIN
    29
    30    ctx := dbms_xmlgen.newContext(qry);
    31    dbms_xmlgen.setBindValue(ctx, '1', 90);
    32    dbms_xmlgen.setNullHandling(ctx, dbms_xmlgen.EMPTY_TAG);
    33    dbms_xmlgen.setXSLT(ctx, xsl);
    34
    35    :result := dbms_xmlgen.getXML(ctx);
    36    dbms_xmlgen.closeContext(ctx);
    37
    38    --dbms_output.put_line(res);
    39
    40  END;
    41  /
    PL/SQL procedure successfully completed.
    SQL> print result
    RESULT
    <table border="1"><tr style="background:#8DB3E2"><td><p><b>EMPLOYEE_ID</b></p></
    td><td><p><b>FIRST_NAME</b></p></td><td><p><b>LAST_NAME</b></p></td><td><p><b>EM
    AIL</b></p></td><td><p><b>PHONE_NUMBER</b></p></td><td><p><b>HIRE_DATE</b></p></
    td><td><p><b>JOB_ID</b></p></td><td><p><b>SALARY</b></p></td><td><p><b>COMMISSIO
    N_PCT</b></p></td><td><p><b>MANAGER_ID</b></p></td><td><p><b>DEPARTMENT_ID</b></
    p></td><tr><td><p><b>100</b></p></td><td><p><b>Steven</b></p></td><td><p><b>King
    </b></p></td><td><p><b>SKING</b></p></td><td><p><b>515.123.4567</b></p></td><td>
    <p><b>17/06/03</b></p></td><td><p><b>AD_PRES</b></p></td><td><p><b>24000</b></p>
    </td><td><p><b></b></p></td><td><p><b></b></p></td><td><p><b>90</b></p></td></tr
    <tr><td><p><b>101</b></p></td><td><p><b>Neena</b></p></td><td><p><b>Kochhar</b></p></td><td><p><b>NKOCHHAR</b></p></td><td><p><b>515.123.4568</b></p></td><td><
    p><b>21/09/05</b></p></td><td><p><b>AD_VP</b></p></td><td><p><b>17000</b></p></t
    d><td><p><b></b></p></td><td><p><b>100</b></p></td><td><p><b>90</b></p></td></tr
    <tr><td><p><b>102</b></p></td><td><p><b>Lex</b></p></td><td><p><b>De Haan</b></p></td><td><p><b>LDEHAAN</b></p></td><td><p><b>515.123.4569</b></p></td><td><p><
    b>13/01/01</b></p></td><td><p><b>AD_VP</b></p></td><td><p><b>17000</b></p></td><
    td><p><b></b></p></td><td><p><b>100</b></p></td><td><p><b>90</b></p></td></tr></
    tr></table>Typically, XSLT stylesheets may be stored in the database too, so that you can modify and use different presentation templates without touching the code.

  • Trouble exporting results to html file

    Hi
    When I query a clob (sql_text column on DBA_HIST_SQLTEXT) I am not able to to export the results to an html file.
    Right click results|select all|export data|html
    The file dialog does not come up.
    Works fine without clob data, is this a limitation of the tool?
    Thanks
    Tom

    Hi,
    Thanks for answering my post.
    Version info
    Java(TM) Platform     1.5.0_06
    Oracle IDE     1.5.5.59.69
    Versioning Support     1.5.5.59.69
    Here is my SQL statement
    SELECT
    A.SQL_ID,
    round(A.ELAPSED_TIME_TOTAL/1000000) "ELAPSED_TIME_TOTAL (Seconds)",
    B.BEGIN_INTERVAL_TIME, B.END_INTERVAL_TIME,
    to_char(A.EXECUTIONS_TOTAL,'999,999,999,999') EXECUTIONS_TOTAL,
    to_char(A.BUFFER_GETS_DELTA , '999,999,999,999') BUFFER_GETS_DELTA,
    to_char(A.BUFFER_GETS_TOTAL , '999,999,999,999') BUFFER_GETS_TOTAL,
    to_char(A.DISK_READS_DELTA, '999,999,999,999') DISK_READS_DELTA,
    to_char(A.ROWS_PROCESSED_TOTAL,'999,999,999,999,999') ROWS_PROCESSED_TOTAL,
    round(A.CPU_TIME_DELTA/1000000) "CPU_TIME_DELTA (Seconds)",
    A.PARSING_SCHEMA_NAME PARSING_SCHEMA_NAME, A.MODULE MODULE,
    A.SNAP_ID, C.SQL_TEXT
    FROM
    DBA_HIST_SQLSTAT A, DBA_HIST_SNAPSHOT B, DBA_HIST_SQLTEXT C
    WHERE
    A.SNAP_ID=b.snap_id
    and a.SQL_ID=c.SQL_ID
    and (B.BEGIN_INTERVAL_TIME BETWEEN trunc(sysdate-1) + 9/24 and trunc(sysdate-1) + 9.5/24)
    I am trying to export to html format. No errors, just nothing happens. I am running the console.
    Thanks,
    Tom

  • Refreshing Results of RP_GET_REMAINING_HOLIDAY

    Hi out there,
    I got a problem because the result of function call RP_GET_REMAINING_HOLIDAY is not up to date.
    in my coding i'm doing these steps in PAI
    1. DELETE Entry from PA2001 - via BAPI_INFOTYPE_OPERATION
    2. COMMIT WORK ANDWAIT.
    3. Get Holiday via RP_GET_REMAINING_HOLIDAY.
    Unfortunately the Holiday is not up to date.
    After exit of report and starting it new. The RP_GET_REMAINING_HOLIDAY works grea and gives the correct result.

    Hi elOpalo,
    thank you for the answer. AJAX would exceed my otherwise very limited programming knowledge.
    I hoped there is a way to do this with JSP...too bad.
    I have this html with 4 forms. in the first two you put information, and the second two should update this information in html tables. So let say, when I fill in my "talents" and click on "add talent", the form activates an "db_insert_talent.jsp", does its work saving the data and then another JSP should update the information in a html table just bellow the form.
    Any idea how to achieve this without AJAX? Thank you in advance...
    I image it happening in the following way:
    1. in the html I prepare a table with the name of the colums, the result would return
    2. I declare some paramaters using <%= param.getSomething %> in the cells of the table to eavesdrop for some changes
    3. the jsp is called, it does it work, gets some results and processes the values (??)
    4. the parameter in the html table populate the values
    5. everyone is happy ?
    Or thats totally not the way it is done?
    Edited by: fankoff on Jun 22, 2010 4:59 AM
    Edited by: fankoff on Jun 22, 2010 5:05 AM
    Edited by: fankoff on Jun 22, 2010 5:11 AM

  • Query results to HTML table

    I'm looking for a more efficient way to convert a query result into an HTML table so that I can paste it into an email. The procedure in sqldeveloper (version 3.1.07) is just too clunky and involves too many keystrokes and mouse clicks. And you can't save the HTML to the clipboard. (I'm talking about the "Export..." action here.)
    Am I missing something? Are there any alternatives?
    Thanks!

    ... but sqlplus is so last millenium....
    Seriously? I'm from the last millennium too, nevertheless I don't consider myself out of date
    SQL*PLUS is still my first choice when I have to run a script. I'ts behaviour is reliably the same whereever my script is executed. I would never trust a script that needs another tool to be executed.
    Generating a HTML-mail is IMHO out of scope for a database tool. It's a feature I would expect in a BI tool that specializes on reporting.
    Regards
    Marcus

  • Presenting Query results as HTML

    Hello,
    We currently have an application server logging into oracle. Currently the application pulls 2000 rows and then converts them into html formatted text. Is there a better way to this than having to first pull the 2000 rows into weblogic and then converting them into a table.
    Thanks.

    OK forget about my earlier post.
    do the following changes.
    declare the following variables:
    data: xtext type standard table of solix .
    DATA: atta_sub TYPE sood-objdes .
    after the call of FM SCMS_STRING_TO_FTEXT add the following code.
    CALL FUNCTION 'SO_SOLITAB_TO_SOLIXTAB'
      EXPORTING
        ip_solitab        = text
    IMPORTING
       EP_SOLIXTAB       = xtext .
    and after the following statement
    document = cl_document_bcs=>create_document(
                              i_type    = 'HTM'
                              i_text    = text
                              i_length  = conlengths
                              i_subject = subject ).
    add the following code
    CALL METHOD document->add_attachment
                EXPORTING
                  i_attachment_type    = 'htm'
                  i_attachment_subject = atta_sub
                  i_att_content_hex    = xtext.
    now you will have results both in the body as well as attachment. (this is for test you can remove one of them )
    Regards
    Raja

  • Query in Servlet not displaying results in html table

    Hi,
    I am aware that putting html in a servlet is not good practice. In my case, it is just for testing purposes.
    Environment: WLS 12c on Windows, DB 11.2.0.3
    I created an html form and a servlet in a Dynamic Web Project. The form parameters are sent to the servlet,
    but the results are not being displayed.
    HTML form:
    <input text name="p_1"
    Servlet:
    import javax.servlet.ServletException;
    import javax.servlet.annotation.WebServlet;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import java.io.PrintWriter;
    import java.sql.Connection;
    import java.sql.SQLException;
    import java.sql.Statement;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    * Servlet implementation class QueryServlet
    @WebServlet("/QueryServlet")
    public class QueryServlet extends HttpServlet {
        private static final long serialVersionUID = 1L;
         * @see HttpServlet#HttpServlet()
        public QueryServlet() {
            super();
            // TODO Auto-generated constructor stub
         * @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse response)
        protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
            // TODO Auto-generated method stub
            response.setContentType("text/html");
            PrintWriter out = response.getWriter();
            Connection conn = null;
            Statement stmt = null;
            try {
                conn = DriverManager.getConnection("jdbc:oracle:thin:@home-server:1521:val01", "USER", "PW");
                stmt = conn.createStatement();
    String sqlStr = "SELECT....
    ... WHERE p_1 =
    +  "'" + request.getParameter("p_1") + "'"
    out.println("<html><head><title>Query Results</title></head><body>");
                out.println("<p>Your query is: " + sqlStr + "</p>");
                out.println("<p>Your are connected to: " + conn + "</p>");
    --> OUTPUT ONLY UNTIL HERE <--           
                // Get data
                ResultSet rset = stmt.executeQuery(sqlStr);
                int count = 0;
                while(rset.next()){
                    int cid  = rset.getInt("CID");
    // Display data in html table
    out.println("<table>");
                    out.println("<tr>");
                    out.println("<td>" + cid + "</td>");
    rset.close();
                out.println("<p>====== " + count + " records found =======</p>");
                out.println("</body></html>");
                 catch (SQLException ex) {
                    ex.printStackTrace();
                    finally {
                        out.close();
                        try {
                            if (stmt != null) stmt.close();
                            if (conn != null) conn.close();
                        } catch (SQLException ex) {
                            ex.printStackTrace();
    Help greatly appreciated. Thanks!

    Possibly, the js file is not being detected by the javascript runtime.It would be better if you tried something like :
    ("<script src="<%=request.getContextPath()%>/WEB-INF/classes/ua.js"></script>

  • XML query results in HTML form parameter

    Hi,
    I would like insert records from a query result (raw XML) into HTML form tags, using the XSL stylesheet. Here is the code I am trying to use, but obviously it is not working.
    <INPUT TYPE="hidden" NAME="te_hb_strdEntryId"
    VALUE="<xsl:value-of select="ID"/>">
    Are there any other options to put a result of a query in a hidden tag, using XSL?
    Any help will be appriciated.

    <INPUT TYPE="hidden" NAME="te_hb_strdEntryId"
    VALUE="<xsl:value-of select="ID"/>">
    The correct syntax would be:
    <INPUT TYPE="hidden" NAME="xxx">
    <xsl:attribute name="VALUE">
    <xsl:value-of select="ID"/>
    </xsl:attribute>
    however, there is a shortcut syntax
    when you are using XPath expressions
    in literal attribute values:
    XSLT attribute value templates. They are
    XPath expressions inside curly braces.
    So, you can achieve your desired result
    with the shorter form:
    <INPUT TYPE="hidden" NAME="xxx" VALUE="{ID}">
    as well.

  • Download BW Query results in HTML format

    On a daily basis, I need to get BW query results exported to an HTML extract file on the BW server.  The HTML file will then be transferred to a Windows server for use in a dashboard view by a third party developed portal.  The query has an input variable for period.
    What is the best/simplest method for scheduling an existing BW query to run on a daily basis to produce an HTML  extract / download file to the BW server file system?
    We are currently on BW 7.01 SP6.  We just completed a technical upgrade from BW3.5, but did not do a functional upgrade.
    I have read through many postings but have been unable to find a solution.  I have reviewed RSCRM_BAPI u2013 no html format.
    Any help would be greatly appreciated.
    Thanks,
    Mark Norton

    Hello Mark...
    Amer is right. You can create a broadcast setting to daily sends your
    query as MHTML format.
    You can send to your e-mail but there is a possibility to save on KM and CM repository.
    There is a little explanation on the link below:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/5c6b686a-0901-0010-8aab-c4d0e5a093a7?quicklink=index&overridelayout=true
    To create a broadcast setting, open the query via Query Designer.
    Click "Query" -> "Publish" -> "BEx Broadcaster"
    While you are creating the broadcast, there is a "Output Format" option.
    There is MHTML.
    I hope you find this information useful.
    Thanks
    Edward

Maybe you are looking for

  • How do you change your name in "My Settings"

    I want to change the name shown when posting on this forum. I registered years ago using my real name. I have tried, but can't seem to figure out how to change it. Thanks

  • 2.2 is slower - for certain types of processing

    So far the only major complaint I have with 2.2 is that it's slower for certain things. Scrolling through pictures in the camera app is slower. With 2.1 the pictures would show up immediately even when scrolling through them very fast. Also the grid

  • Update multiple linked files?

    I made a timeline animation from some pngs, then I updated the png files - now I cannot figure out how to get all of the linked files in Photoshop to update to the new version of the pngs. I can do them one at a time, but there are 99 of them and NOP

  • 3D Doesn't work after changing the LCD Screen

    Hi, I had a problem with my Toshiba Qosmio F755-3D350 the LCD screen broke and I have to replace it with a new screen. The new screen is the same model : B156HB01 V.0 from Au electronics, that the original screen on my laptop had. everything works fi

  • How to keep the tables headers on top and never scroll with the table?

    does anyone knows the code to do so? urgent needed. thx.