Faxing from Clarion
Hi Guys. Sorry I never made it back to the meeting after my band practice, it finished later than I had anticipated.. At the meeting Dave mentioned faxing from Clarion, so I took a look at this last night and knocked up an example APP. If anyone wants to take a look you can download the example from here. It doesn’t work across a LAN (yet), for now you must enter the local PC name in the server field. My local PC is called “GARYHP”, which is why it defaults to that. You must have Microsoft Fax set up and working for this example APP to work. Also, this only works on Windows 2000, XP, and 2003.
Cheers, Gary.
April 15th, 2006 at 11:13 am
Here’s what the code looks like in the APP:
MyFax.Init()
MyFax.SendFax (‘MYPC’, ‘c:\test.doc’, ’0800123321′)
MyFax.Kill()
Cool hey!
April 15th, 2006 at 11:27 am
Ok, have uploaded a new example. Now all you have to enter is the fax number, and the document you want to fax. The PC name (server name) is automatically filled in for you by the class, so you don’t need to worry about that anymore..
April 15th, 2006 at 12:35 pm
Ok, just uploaded a new example.. Now you can also run the example EXE from the command line passing it the fax number and document name, then it will automatically send that fax and then close itself.
eg: faxdemo 0880218555078 c:\test.doc
April 15th, 2006 at 2:23 pm
New ZIP example uploaded, and I have released the template, examples, etc as a new product called “J-Fax”, which you can download from http://www.strategyonline.co.za/ftp/public/jfaxsetup.exe. It is fully functional, it just displays a splash screen for now, which I’ll take out once it’s released officially.
April 15th, 2006 at 6:22 pm
And here it is: http://www.strategyonline.co.za/jfax
April 15th, 2006 at 9:30 pm
Ok, forget all the links above
. From now on you can download the demo from http://www.strategyonline.co.za/jfax. I will be announcing this new product on Monday..
April 15th, 2006 at 9:30 pm
That should be http://www.strategyonline.co.za/jfax
April 16th, 2006 at 1:42 pm
I have tested the FAX tool application from Gary … and it is truely awesome. Works very well. I intend to do some more tests using other file formats other than word.
Well Done Gary!
April 17th, 2006 at 6:22 am
Thanks Dave! Much appreciated..