Hi
I have below code when i give outputStream.SaveToFile "c:\Image.jpg", 2 it saves the file.
When i save like below then it does not save the file
outputStream.SaveToFile "c:\" & "O_" & TrNo & "_" & Format(Date, "ddmmyyyy") & ".jpg", 2 ' 2: Overwrite if exists
Thanks