Results 1 to 4 of 4

Thread: Cann't see image from Netscape -- urgent

  1. #1
    JW Guest

    Cann't see image from Netscape -- urgent

    I used following code which works well on IE, but we can not see image from Netscape. Can somebody point out where is it wrong?

    <% Response.Buffer = True %>
    <%
    Set MyDb=Server.CreateObject(&#34;ASPdb.ep&#34
    MyDb.dbDBType = &#34;SQL&#34;
    MyDb.dbDSN = &#34;DSN=EE;UID=sa;&#34;
    MyDb.dbUnit = 101
    MyDb.dbmode = &#34;Grid&#34;
    MyDb.dbGridTableTag = &#34;BORDER=1&#34;
    MyDb.dbGridDisplayFlds = &#34;0, 1, 2, 3, 4, 5, 6, 7, 8, 9&#34;
    MyDb.dbGridColSortHideFlds = &#34;0, 1, 2, 3, 4, 5, 6, 7, 8, 9&#34;
    MyDb.dbGridInc=-1
    MyDb.dbGridIncMax=300
    MyDb.dbNavigation=&#34;none&#34;
    MyDb.dbStatusBar = false
    MyDb.dbSQL = &#34;Select Report, [Update Date], [Update Time], Status FROM rp_status ORDER BY [Update Time]&#34;
    MyDb.dbBLOB = &#34;Status,image/gif,browser,0&#34;
    MyDb.ASPdbep
    %>

    Thank you very much!!!


  2. #2
    Mark Guest

    Cann't see image from Netscape -- urgent (reply)

    JW,

    It sounds like a problem with unpaired table tags. It could be your code or it could be a problem in ASP-db which was fixed a long time ago. What version are you running? To see, do this:
    Response.write(Mydb.dbVersion)

    What company are you with? Are you covered under Maintenance?

    Mark.


    ------------
    JW at 2/28/01 10:13:54 AM

    I used following code which works well on IE, but we can not see image from Netscape. Can somebody point out where is it wrong?

    <% Response.Buffer = True %>
    <%
    Set MyDb=Server.CreateObject(&#34;ASPdb.ep&#34
    MyDb.dbDBType = &#34;SQL&#34;
    MyDb.dbDSN = &#34;DSN=EE;UID=sa;&#34;
    MyDb.dbUnit = 101
    MyDb.dbmode = &#34;Grid&#34;
    MyDb.dbGridTableTag = &#34;BORDER=1&#34;
    MyDb.dbGridDisplayFlds = &#34;0, 1, 2, 3, 4, 5, 6, 7, 8, 9&#34;
    MyDb.dbGridColSortHideFlds = &#34;0, 1, 2, 3, 4, 5, 6, 7, 8, 9&#34;
    MyDb.dbGridInc=-1
    MyDb.dbGridIncMax=300
    MyDb.dbNavigation=&#34;none&#34;
    MyDb.dbStatusBar = false
    MyDb.dbSQL = &#34;Select Report, [Update Date], [Update Time], Status FROM rp_status ORDER BY [Update Time]&#34;
    MyDb.dbBLOB = &#34;Status,image/gif,browser,0&#34;
    MyDb.ASPdbep
    %>

    Thank you very much!!!


  3. #3
    Guest

    Cann't see image from Netscape -- urgent (reply)

    Hi Mark,

    We are running on version 2.2318 EP LanmanNT.

    Our company name is Computer Sciences Corporation. We don&#39;t know if we covered under Maintenance.

    I greatly appreciate your timely help.



    ------------
    Mark at 2/28/01 10:30:43 AM

    JW,

    It sounds like a problem with unpaired table tags. It could be your code or it could be a problem in ASP-db which was fixed a long time ago. What version are you running? To see, do this:
    Response.write(Mydb.dbVersion)

    What company are you with? Are you covered under Maintenance?

    Mark.


    ------------
    JW at 2/28/01 10:13:54 AM

    I used following code which works well on IE, but we can not see image from Netscape. Can somebody point out where is it wrong?

    <% Response.Buffer = True %>
    <%
    Set MyDb=Server.CreateObject(&#34;ASPdb.ep&#34
    MyDb.dbDBType = &#34;SQL&#34;
    MyDb.dbDSN = &#34;DSN=EE;UID=sa;&#34;
    MyDb.dbUnit = 101
    MyDb.dbmode = &#34;Grid&#34;
    MyDb.dbGridTableTag = &#34;BORDER=1&#34;
    MyDb.dbGridDisplayFlds = &#34;0, 1, 2, 3, 4, 5, 6, 7, 8, 9&#34;
    MyDb.dbGridColSortHideFlds = &#34;0, 1, 2, 3, 4, 5, 6, 7, 8, 9&#34;
    MyDb.dbGridInc=-1
    MyDb.dbGridIncMax=300
    MyDb.dbNavigation=&#34;none&#34;
    MyDb.dbStatusBar = false
    MyDb.dbSQL = &#34;Select Report, [Update Date], [Update Time], Status FROM rp_status ORDER BY [Update Time]&#34;
    MyDb.dbBLOB = &#34;Status,image/gif,browser,0&#34;
    MyDb.ASPdbep
    %>

    Thank you very much!!!


  4. #4
    Mark Guest

    Cann't see image from Netscape -- urgent (reply)

    JW,

    I can&#39;t find you in our database. PLease email me with more detailed contact information. Company Name, User Name, date of purchase, Address, etc. I&#39;m sure your in there somewhere.
    Thanks,
    Mark.



    ------------
    at 2/28/01 11:02:54 AM

    Hi Mark,

    We are running on version 2.2318 EP LanmanNT.

    Our company name is Computer Sciences Corporation. We don&#39;t know if we covered under Maintenance.

    I greatly appreciate your timely help.



    ------------
    Mark at 2/28/01 10:30:43 AM

    JW,

    It sounds like a problem with unpaired table tags. It could be your code or it could be a problem in ASP-db which was fixed a long time ago. What version are you running? To see, do this:
    Response.write(Mydb.dbVersion)

    What company are you with? Are you covered under Maintenance?

    Mark.


    ------------
    JW at 2/28/01 10:13:54 AM

    I used following code which works well on IE, but we can not see image from Netscape. Can somebody point out where is it wrong?

    <% Response.Buffer = True %>
    <%
    Set MyDb=Server.CreateObject(&#34;ASPdb.ep&#34
    MyDb.dbDBType = &#34;SQL&#34;
    MyDb.dbDSN = &#34;DSN=EE;UID=sa;&#34;
    MyDb.dbUnit = 101
    MyDb.dbmode = &#34;Grid&#34;
    MyDb.dbGridTableTag = &#34;BORDER=1&#34;
    MyDb.dbGridDisplayFlds = &#34;0, 1, 2, 3, 4, 5, 6, 7, 8, 9&#34;
    MyDb.dbGridColSortHideFlds = &#34;0, 1, 2, 3, 4, 5, 6, 7, 8, 9&#34;
    MyDb.dbGridInc=-1
    MyDb.dbGridIncMax=300
    MyDb.dbNavigation=&#34;none&#34;
    MyDb.dbStatusBar = false
    MyDb.dbSQL = &#34;Select Report, [Update Date], [Update Time], Status FROM rp_status ORDER BY [Update Time]&#34;
    MyDb.dbBLOB = &#34;Status,image/gif,browser,0&#34;
    MyDb.ASPdbep
    %>

    Thank you very much!!!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •