Help on Printing Component called from ASP
Hi!! I have a COM Plus component developed with Visual Basic 6.0, this component permits remote printing (to any printer in the LAN) and is used to print invoices.
Any user in the company can print invoices, so there is an ASP page that calls this component, the problem is that this ASP is running in a "web server" (my PC) different from the real Web Server, because sometimes the users can't print (I dont know which is the problem, may be the session dies, or may be the connection to the database,..) so I have to restart my PC (that contains the ASP Page and the component called from this ASP) to permit the printing.
I think that maybe I made a mistake in the ActiveX dll that prints, maybe some of the properties: MTSTransactionMode, Persistable, Instancing,...
Do you have any idea about the cause of the printing problem?, the error that appears in the page is something like : 'Object variable in the with block not established'
Thak you all for your help,
Regards,
JVG
|