Schmoop
October 22nd, 2001, 12:16 PM
I have an IIS application that recognizes an IP address, then based on that address, prints an invoice to the desired printer. When run in debug mode everything prints out as planned, however when accessed on the server through the internet everything BUT the image prints. Here is the code as is now. Any ideas, please help. Perhaps a permissions problem??
Dim X As New StdPicture
Set X = LoadPicture(strAppPath & "\images\X.gif")
Printer.PaintPicture X, 0.75, 0.5, 2.35, 0.75, , , , , vbSrcCopy
Rory
Dim X As New StdPicture
Set X = LoadPicture(strAppPath & "\images\X.gif")
Printer.PaintPicture X, 0.75, 0.5, 2.35, 0.75, , , , , vbSrcCopy
Rory