Visualizzazione dei risultati da 1 a 7 su 7

Discussione: Genera GIF - Accessi

  1. #1

    Genera GIF - Accessi

    Qualcuno sa dirmi come risolvo questo problema che a me sembra di accessi???



    Microsoft Office Web Components 9.0 (0x800A03EC)
    The file c:\inetpub\wwwroot\laboratorio\prova.gif could not be opened for export.
    /laboratorio/simpleline.asp, line 192



    IL CODICE:




    Dim Valori(6)
    'Dim Valori2(6)
    Dim Categorie(6)
    Set cs = Server.CreateObject("OWC.Chart")
    Set chConstants = cs.Constants
    Set chart = cs.charts.add
    chart.type = chConstants.chChartTypeLine
    set serie1 = chart.seriesCollection.add
    'set serie2 = chart.seriesCollection.add
    categorie(0) = fieldtempo1
    categorie(1) = fieldtempo2
    categorie(2) = fieldtempo3
    categorie(3) = fieldtempo4
    categorie(4) = fieldtempo5
    categorie(5) = fieldtempo6
    categorie(6) = fieldtempo7
    'valori2(0) = f1
    'valori2(1) = f2
    'valori2(2) = f3
    'valori2(3) = f4
    'valori2(4) = f5
    'valori2(5) = f6
    'valori2(6) = f7
    valori(0) = fieldresistenza1
    valori(1) = fieldresistenza2
    valori(2) = fieldresistenza3
    valori(3) = fieldresistenza4
    valori(4) = fieldresistenza5
    valori(5) = fieldresistenza6
    valori(6) = fieldresistenza7


    serie1.SetData chConstants.chDimCategories, chConstants.chDataLiteral, categorie
    serie1.SetData chConstants.chDimValues, chConstants.chDataLiteral, valori
    'serie2.SetData chConstants.chDimValues, chConstants.chDataLiteral, valori2

    cs.ExportPicture server.MapPath("prova.gif"), "GIF", 590, 320
    Set cs = Nothing

    %><style type="text/css">
    <!--
    body {
    margin-left: 0px;
    margin-top: 0px;
    }
    -->
    </style>

    <meta http-equiv="refresh" content="2">


    [img]prova.gif[/img]
    la bistecca alla brace..

  2. #2
    Utente di HTML.it L'avatar di Corwin
    Registrato dal
    Jan 2002
    Messaggi
    584
    Hai i permessi di scrittura su quella cartella ?
    I don't wanna have to shout it out / I don't want my hair to fall out
    I don't wanna be filled with doubt / I don't wanna be a good boy scout
    I don't wanna have to learn to count / I don't wanna have the biggest amount
    I don't wanna grow up

  3. #3
    Certo, ce l'ho i permessi di scrittura... applicazione ed eseguibili... ma mi risponde sempre lo stesso... che diamine.. si risolve un problema e ne arriva subito u altro... a casa funziona.. qui no
    la bistecca alla brace..

  4. #4
    Utente di HTML.it L'avatar di Corwin
    Registrato dal
    Jan 2002
    Messaggi
    584
    Ho provato anche a togliere i permessi di scrittura ma continua ad andare...
    I don't wanna have to shout it out / I don't want my hair to fall out
    I don't wanna be filled with doubt / I don't wanna be a good boy scout
    I don't wanna have to learn to count / I don't wanna have the biggest amount
    I don't wanna grow up

  5. #5
    Utente di HTML.it L'avatar di Corwin
    Registrato dal
    Jan 2002
    Messaggi
    584
    Se esiste, prova a cancellare l'immagine e farlo girare di nuovo.
    I don't wanna have to shout it out / I don't want my hair to fall out
    I don't wanna be filled with doubt / I don't wanna be a good boy scout
    I don't wanna have to learn to count / I don't wanna have the biggest amount
    I don't wanna grow up

  6. #6
    VOILA'
    funziona... iis di ...

    Sai qualcosa di problematiche relative all'accesso a tabelle di paradox?... hai visto il mio ultimo post?
    la bistecca alla brace..

  7. #7
    Utente di HTML.it L'avatar di Corwin
    Registrato dal
    Jan 2002
    Messaggi
    584
    Originariamente inviato da fabiofree
    Sai qualcosa di problematiche relative all'accesso a tabelle di paradox?... hai visto il mio ultimo post?
    Praticamente nulla, cmq ti rispondo sull'altro thread.
    I don't wanna have to shout it out / I don't want my hair to fall out
    I don't wanna be filled with doubt / I don't wanna be a good boy scout
    I don't wanna have to learn to count / I don't wanna have the biggest amount
    I don't wanna grow up

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.