I have come across a problem that seems to exist in my fivewin apps. Sometimes when I specifically call out a printer by name:
Print oPrn cPrinterName
Sometimes this works fine, and other times the system displays a printer selection dialog as if the printer I asked for is not available on this workstation. I find this happens more often with using RDP with printer redirection. What I have found is that RDP appends additional characters to the print name. Example:
HP OfficeJet 9999 Mopier
This would be the name on the host RDP workstation.
HP OfficeJet 9999 Mopier (Redirected2)
This would be the name on the remote RDP workstation, RDP added the "(Redirected2)" to the printer name.
I believe it is the length of the printer name that causes the problem. I read somewhere that it is limited to 32 characters. However it is ok to create a printer with a name over 32 characters. Anybody had this same issue, and is there a way around it?
Thanks,
Byron ...