Hi again.

yes I am doing this. The problem is, that it "Appears" that nothing seems to
becoming back as the progress bar (on IE) slowly moves and then after a
wile, like maybe 2-3 mins, it then says the page is complete, but nothing is
displayed.

Is My delphi code right or rather what you would expect or you did yourself
?


Thanks, Jeremy Coulter

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Ben Taylor
Sent: Monday, 11 June 2001 12:18
To: Multiple recipients of list delphi
Subject: re: [DUG]: Variant Arrays


hi

well, i'd be inclined to first have your code do exactly what the
sample i gave you did, eg:

Response.Buffer = TRUE
Response.Clear
Response.ContentType = "image/jpg"
Response.BinaryWrite vntGraph
Response.End

you need to do a response.buffer=true, response.clear because at this
point asp has setup html response headers, which we are replacing with
the image/jpg header.

if that doesnt work then we could investigate further..

(you're also missing a j.free in your test code, but im sure you've
noticed that ;-) )

cya!

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year!  http://personal.mail.yahoo.com/
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to