Category Archive: PowerBuilder Conversions

Jan
25

Adapting .NET C# Example Code to PowerBuilder.NET

UsingEventLog

Utilizing the .NET Framework System Diagnostics Code in PowerBuilder.NET Programs This short article will show you how to adapt Microsoft .NET Framework C# code examples for use in PowerBuilder.NET.  I’m using the System Diagnostics in one of my non-visuals to log errors and application problems to the Windows Event Logs. Adding the USING statements in PowerBuilder.NET When adapting .NET code for PowerBuilder the first thing you will notice is that …

Continue reading »

Jan
21

PowerBuilder Is Dead – Really Dead – Right?

PowerBuilder is Dead, Or Maybe Not

Everyone Says PowerBuilder Is Dead – But Is It Dead? Being a career PowerBuilder developer like myself, I keep a close eye on the marketplace and where I think PowerBuilder is headed.  Part of the reason that I stick with the tool is because I believe it is technically superior to most of the other development tools out there but the competition is catching up.  Microsoft has been trying to …

Continue reading »

Nov
12

PowerBuilder Web Forms DataWindow Limitations & Settings

PowerBuilder Web Forms DataWindow – Differences, Limitations & Settings  Performance Settings for the Web DataWindow SetWeight Method:  PowerBuilder generates a considerable amount of HTML or XHTML and JavaScript for the Web DataWindow client control.  There are steps you can take to reduce the amount of client code.  To reduce the amount of code generated on the client you can use the SetWeight method to instruct the component to leave out code for features …

Continue reading »

Nov
12

DisplacedGuy Poll – What information would you like to see for 2013?

DisplacedGuy Poll – What information would you like to see for 2013? Would you please take a moment to let me know what information you’d like to see for 2013?  I created a new poll, and you can choose as many items as you’d like.  This information will be extremely helpful, and will be used in deciding what information is posted next year. I personally would like to see more …

Continue reading »

Oct
27

PowerBuilder DataWindow SaveAs Easter Egg – Debugging Aid

PowerBuilder Debugging – How to View Datawindow Data The PowerBuilder Debugger doesn’t have a mechanism for viewing the underlying data while debugging an application.  This can be annoying at times; so I wrote some simple code that uses the SaveAs function and a Windows ShellExecute function to automatically display the underlying datawindow data using the correct program for the file type. Typical Formats for Saving PowerBuilder Datawindow Data Excel Text …

Continue reading »

Jul
26

PowerBuilder Interview Questions Beyond Canned

PowerBuilder Interview Questions – Beyond Canned I have been through dozens of PowerBuilder interviews over the last twenty years and there is one that that never changes, the list of PowerBuilder interview questions.  You can pretty much bank on being asked about the datawindow buffers, the variable protections levels, or the difference between SetTrans and SetTransObject.  There is nothing wrong with the canned list of questions but I don’t think …

Continue reading »

Older posts «