You are currently browsing the post archives for April 2012.

100 Days of PowerBuilder – Day 6 – Adding Controls to a Form

Posted on April 30, 2012 at 5:06 pm in

This is part of my project ‘100 Days of PowerBuilder’ which is a series of discussions focused on basic PowerBuilder development. Note: This article is written with examples created in PowerBuilder version 12.5. Most steps/examples will be identical with any version going back to 9. Lets add some additional controls to our main form and…

100 Days of PowerBuilder – Day 6 – Adding Controls to a Form - the full story »

PowerBuilder ‘Gotcha’ – Enabled Property on Controls

Posted on April 24, 2012 at 5:28 pm in

I’m writing a generic datawindow processor service to look at the controls on any given datawindow.  I’m using the Getobjectatpointer method to give me the name of the current control (dwo.Name can be used as well) but I can’t get anything for a single control.  Hmmmm…. To make things more interesting it’s a PB generated…

PowerBuilder ‘Gotcha’ – Enabled Property on Controls - the full story »

100 Days of PowerBuilder – Day 5 – Building up the Application Structure

Posted on April 3, 2012 at 4:12 pm in

This is part of my project ‘100 Days of PowerBuilder’ which is a series of discussions focused on basic PowerBuilder development. Note: This article is written with examples created in PowerBuilder version 12.5. Most steps/examples will be identical with any version going back to 9. So lets get back to work on our sample application…

100 Days of PowerBuilder – Day 5 – Building up the Application Structure - the full story »

Comment on 100 Days of PowerBuilder – Day 5 – Building up the Application Structure »

Top