If there is an image the bSuccess comes back true and it displays I do a response. binarywrite. If there is not image how do you test to display a message "there is not a image". If I test bSuccess or bytData with an If statement I get an error HTTP 500 - Internal server error
Internet Explorer . Is there a way to test this?
bytData = oSOAP.FetchDocu ment("aProg","< IMS><Documentti tle>" & Session("doc") & "</Documenttitle>< Select>1</Select><Filenum ber>" & Abs(Session("EN ")) & "</Filenumber><Doc Nbr>" & Request.Queryst ring("docno") & "</DocNbr></aProg>",sMimeTy pe,bSuccess)
Internet Explorer . Is there a way to test this?
bytData = oSOAP.FetchDocu ment("aProg","< IMS><Documentti tle>" & Session("doc") & "</Documenttitle>< Select>1</Select><Filenum ber>" & Abs(Session("EN ")) & "</Filenumber><Doc Nbr>" & Request.Queryst ring("docno") & "</DocNbr></aProg>",sMimeTy pe,bSuccess)
Comment