We have an HP4240n with multiple trays. I want to set up one printer that prints just to trays 1 & 2. I also want to set up another printer that prints to tray 3 only. Is that possible?
I had a similar type error on a program I wrote once. It turned out that it was the clients anti virus causing the problems. Its kind of a shot in the dark.
Good luck!
We have several different HP Network printers on our office network. Is there any Print Server Software to manage these printers.
I want to be able to view and change IP addresses and stuff like that.
Thanks,
Jeff
I assume you are refering to the AccpacCOMAPI. You can use the Fetch method. There are samples on how to do that on this forum. Or you can use ADO if you are just grabing information.
If you already have the ITEMNO, LOCATION, and LASTRCPTDT in excel just import it through IC Location Detials. Just make sure you just select those 3 Fields when importing. DO AN EXPORT FIRST of those 3 fields just to make sure you have the correct formating, column names ect. and copy your data...
I'm going to assume you are VPNing on to the clients network then TSing on to one of the PCs. If that is the case try copying the Crystal folder from C:\Windows
to C:\Windows\System32. This usually resolves the Load Library issue.
This code will make the vba form appear in the task bar. It also gives it a minimize button as well.
'GENERAL DECLARATIONS
'API
Private Declare Function SendMessage Lib "user32" _
Alias "SendMessageA" _
(ByVal hWnd As...
It is possible to have Accpac Macros appear in the taskbar but it requires several API functions and adds a bit of overhead to your code. Using VB6 is the ideal solutions for this issue. If you still really want to have your VBA macros show up in the task bar let me know and I'll post the code.
Hello,
I've added a Field Edit Control to a VB.NET Form. When I run the app the FEC doesn't appear visible on the form. I've set the DataSourceName on the FEC and run the following code;
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim Session...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.