You are currently browsing the post archives for October 2009.

Look what I found

Posted on October 9, 2009 at 12:10 pm in

Work long enough as a programmer and you will no doubt find something in the source code which is a) unintelligible b) ridiculous c) very funny. This category is devoted to these things. Found in a stored procedure: {lots of stuff went on before this point} —- Begin Actual code —- commit; –We will probably…

Look what I found - the full story »

PowerBuilder – OLE with Facsys to Fax a Document

Posted on October 2, 2009 at 8:23 pm in

Here is a old post I put on Tek-Tips.com way back in 2001. I have just implemented an OLE faxing solution in my PB7 app using Facsys. This code creates the session, addresses the fax message, then attaches a previously created MSWord document to the fax. lole_facsys = Create OLEObject li_rc = lole_facsys.ConnectToNewObject("facsys.faxsession") //Check for…

PowerBuilder – OLE with Facsys to Fax a Document - the full story »

Top