
I have created a GUI with autoit with some buttons, which when pressed execute a .vbs script which prints out various reports from an Access Database:
It works fine, but the problem is, that when doing it this way, some horizontal lines Ive used in making a table in the report just dont print. On any printer, any time.Code:Set objAccess = CreateObject("Access.Application") objAccess.OpenCurrentDatabase "\\server33\wwwroot\s4\fpdb\s4.mdb" Set objCommand = objAccess.DoCmd objCommand.OpenReport "Subject Reports" objAccess.CloseCurrentDatabase MsgBox "Reports sent to the printer...",64,"School Reports"
When opening the database manually and printing the report that way, the lines print OK.
Im at a loss... Any idea why doing it this way might make the lines vanish!?
Last edited by RabbieBurns; 31st January 2009 at 08:35 PM.

Solved. I increased the thickness of the lines on the table, and they all seem to print fine now. Wierd.
There are currently 1 users browsing this thread. (0 members and 1 guests)