I've also posted this question in the SQL Server forum.
I have a vb .dll that prints a label based on properties set by the calling program. I can call the .dll succesfully from a VB Executable, but when I call it from SQL Server (msde 1.0) I get a '482 Printer Error'. This happens whether I use the .printform method or create a picture and hit the printer object with the printer.paintpicture method.
Any ideas?
I have a vb .dll that prints a label based on properties set by the calling program. I can call the .dll succesfully from a VB Executable, but when I call it from SQL Server (msde 1.0) I get a '482 Printer Error'. This happens whether I use the .printform method or create a picture and hit the printer object with the printer.paintpicture method.
Any ideas?