You are currently browsing the post archives for March 2021.

100 Days of PowerBuilder – Tutorial – Day 7 – Opening a Window

Posted on March 30, 2021 at 5:13 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 2019 R3. Most steps/examples will be identical with any version going back to 9. Although we have already opened the main window for our…

100 Days of PowerBuilder – Tutorial – Day 7 – Opening a Window - the full story »

1 Comment on 100 Days of PowerBuilder – Tutorial – Day 7 – Opening a Window »

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

Posted on March 24, 2021 at 7:36 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 2019 R3. 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 – Tutorial – Day 6 – Adding Controls to a Form - the full story »

Comment on 100 Days of PowerBuilder – Tutorial – Day 6 – Adding Controls to a Form »

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

Posted on March 24, 2021 at 5:51 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 2019 R3. The same steps would be pretty close with any version going back to 9. So lets get back to work on our…

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

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

PowerBuilder – Back Tab to Last Field in DataWindow

Posted on March 23, 2021 at 7:11 pm in

An annoyance in a PB window with a datawindow control on it is if you back tab to the dw, your cursor is positioned to the first field and not the last field. The following technique can eliminate that and make your application a bit more user friendly. In the Getfocus event of the datawindow:…

PowerBuilder – Back Tab to Last Field in DataWindow - the full story »

Comment on PowerBuilder – Back Tab to Last Field in DataWindow »

PowerBuilder – Getting the Display Value from a Drop Down DataWindow

Posted on March 18, 2021 at 4:51 pm in

This is very basic functionality but easily forgotten. Say you have a datawindow built from the ‘part’ table and a column for partType is a DDDW. You want the description of the partType code (which is displayed in the row showing the parts). To do this you use the evaluate method with the describe method…

PowerBuilder – Getting the Display Value from a Drop Down DataWindow - the full story »

Comment on PowerBuilder – Getting the Display Value from a Drop Down DataWindow »

100 Days of PowerBuilder – Tutorial – Day 4: A Look at the IDE

Posted on March 16, 2021 at 9:54 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 2019 R3. The same steps would be pretty close with any version going back to 9. Mastering the PowerBuilder Integrated Development Environment (IDE) is…

100 Days of PowerBuilder – Tutorial – Day 4: A Look at the IDE - the full story »

1 Comment on 100 Days of PowerBuilder – Tutorial – Day 4: A Look at the IDE »

100 Days of PowerBuilder – Tutorial – Day 3: Window Properties

Posted on March 16, 2021 at 9:51 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 2019 R3. The same steps would be pretty close with any version going back to 9. Continuing with the window we created on Day…

100 Days of PowerBuilder – Tutorial – Day 3: Window Properties - the full story »

Comment on 100 Days of PowerBuilder – Tutorial – Day 3: Window Properties »

100 Days of PowerBuilder – Tutorial – Day 2: Creating a Main Application Window

Posted on March 12, 2021 at 5:48 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 2019 R3. The same steps would be pretty close with any version going back to 9. For the purposes of this exercise I will…

100 Days of PowerBuilder – Tutorial – Day 2: Creating a Main Application Window - the full story »

Comment on 100 Days of PowerBuilder – Tutorial – Day 2: Creating a Main Application Window »

100 Days of PowerBuilder – Tutorial – Day 1: Creating a Workspace

Posted on March 12, 2021 at 4:59 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 2019 R3. The same steps would be pretty close with any version going back to 9. When you first install PowerBuilder and the tool…

100 Days of PowerBuilder – Tutorial – Day 1: Creating a Workspace - the full story »

2 Comments on 100 Days of PowerBuilder – Tutorial – Day 1: Creating a Workspace »

I’m Back…

Posted on March 11, 2021 at 5:03 pm in

This blog has been brought out of it’s coma. More PowerBuilder, sql, and programming content to be forthcoming. Will be re-starting my PowerBuilder Tutorial Series, “100 days of PowerBuilder” with the more current Appeon 2019 versions. Old visitors may notice that comments are no longer being accepted for any articles. This is due to privacy…

I’m Back… - the full story »

Top