Symptom:
When Installing a FAXPRINTER with a specified application path, the Application Path displayed in the Fax Settings Tab of theFax Printer Properties is BLANK.
Observation:
If the Specified application path exceeds 129 characters. Then the application path will be blank.
The documentation states
AppPath
limit 255 characters
full path name to application associated with driver
No Default
' Following Works>
'Me.FaxPrint1.InstallPrinter("123456789a123456789b123456789c123456789d123456789e
123456789f123456789g123456789h123456789i123456789j123456789k123456789l123456789")
' Following Fails
' Me.FaxPrint1.InstallPrinter("123456789a123456789b123456789c123456789d123456789e
123456789f123456789g123456789h123456789i123456789j123456789k123456789l1234567890")Faxman 4.4.4.0