Faxing from Navision with Windows Fax service
Serval
Member Posts: 51
Hi All,
I have to send automatically a Sales Invoice report with Windows Fax service using Customer Fax No.
I have already search the forum, but most of the topics talks about sending faxes using programs such Zetafax,... I have tried some embedded code that I found in the forum, but it doesn't work.
Any idea ?
Thanks in advance.
I have to send automatically a Sales Invoice report with Windows Fax service using Customer Fax No.
I have already search the forum, but most of the topics talks about sending faxes using programs such Zetafax,... I have tried some embedded code that I found in the forum, but it doesn't work.
Any idea ?
Thanks in advance.
0
Comments
-
Yes, it is possible to use windows fax server. You need to change to properties of the reports that you want to fax. You need to change "ShowPrintStatus" of the report in order to use the fax service. Once this is done, fax service can be used when picking a printer. We currently do it that way.0
-
Us too, but it is not automatic, you have to select the fax printer and go through the wizard to enter name and fax number. I do not believe windows fax can accept parameters programatically.0
-
Hi,
I've made a solution for that problem, but it's NOT based on windows fax services, because I couldn't pass any parameters to the fax engine, except manualy.
My solution is based on GFI Fax-server for sending faxes and PDF995 to create pdf. The solution will first convert the report to a pdf, so you get the same output as your printer should do. Then the pdf is sended to any faxno you want, could be directly the customer fax no if you start from sales invoice report.
It is no problem to demonstrate to you.
Francois0 -
...but that's really what I want to do : pass the fax number as parameter...themave wrote:I do not believe windows fax can accept parameters programatically.
Thanks Francois, but I have to do it with windows fax services.fl wrote:My solution is based on GFI Fax-server for sending faxes and PDF995 to create pdf
Has anyone already try to use an automation within CAL to do so ?
Thanks !0 -
Not me, but see if this helps, not a programmer, but would like to have the solution myself.
http://www.dotnet247.com/247reference/msgs/49/246535.aspx
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/fax/faxabout_2ckz.asp
And this was a sample I found online
Private Sub TestFAXCOMLib(strTestFaxNumber As String)
Dim objFaxServer As FAXCOMLib.FaxServer
Dim objFaxDocument As FAXCOMLib.FaxDoc
Dim strFILE_TO_FAX As String
Dim JobId
Set objFaxServer = New FAXCOMLib.FaxServer
objFaxServer.Connect (vbNullString)
Set objFaxDocument = objFaxServer.CreateDocument("Test")
strFILE_TO_FAX = CurrentProject.Path & "\TestFaxDocument.txt"
objFaxDocument.FileName = strFILE_TO_FAX
objFaxDocument.FaxNumber = strTestFaxNumber
objFaxDocument.Send
End Sub
Private Sub btnSEND_FAX_Click()
Call TestFAXCOMLib("416-111-1111")
End Sub[url][/url]0 -
We created an add-on that provides this functionality (automates windows fax services to send Navision reports and documents via fax). You can see more information on the product at:
http://www.altusbusinesssolutions.comRob Hansen
http://www.epimatic.com0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions