PowerBuilder has a very handy way to make data entry more convenient: the DropDownDataWindow and DropDownListBox edit styles for DataWindow columns. Indeed, it’s much simpler to pick up a value from a look-up list than to type it in each time you need to enter it. However, it looks lik... PowerBuilder has a very handy way to make data entry more convenient: the DropDownDataWindow and DropDownListBox edit styles for DataWindow columns. Indeed, it’s much simpler to pick up a value from a look-up list than to type it in each time you need to enter it. However, it looks lik...Jan. 13, 2012 09:30 AM EST Reads: 1,281 |
PowerBuilder has very good online help and documentation that extensively covers most aspects of programming with PowerBuilder. However, from time to time you’ll come across a problem that you can’t find an answer to in the online help or documentation. If a search on the Internet does...Jul. 16, 2010 07:30 AM EDT Reads: 3,502 |
A picture is worth a thousand words. We all have heard this saying a countless number of times. But what if you don’t understand what is drawn in the picture? I was approached once with a request to review requirements specifications for some module. The document contained a scheme tha...Apr. 15, 2009 01:30 PM EDT Reads: 8,381 |
When I was just starting my career in programming, I thought I would be creating new applications. And I did - I created a few applications from scratch. Maybe two or three of them. But for the most part what I've been doing is working with code written by someone else a while ago - le...Feb. 26, 2008 08:15 AM EST Reads: 6,798 |
It may seem as if PowerBuilder programmers are bound to use global variables. Even the PFC, which is said to be the most successfully designed object-oriented framework, requires the use of global variables. Is it something in the nature of PowerBuilder that makes us use them? I won't ...Jul. 5, 2007 01:00 PM EDT Reads: 14,582 |
DataWindow display formats aren't a big secret. Most PowerBuilder developers use them to format numeric, date, time, and string values properly. Such display formats are usually straightforward and contain characters that have special meaning for a specific datatype like '#' for numeri...Mar. 14, 2007 12:00 PM EDT Reads: 15,247 |
Let's suppose that you have a search window where a user can enter a search string and get the list of text items matching this pattern. Ideally, the portions of text that meet the search criteria should be highlighted, for example, by text formatting.Aug. 17, 2006 08:45 AM EDT Reads: 21,325 Replies: 3 |






Konstantin Goldobin is a senior developer living in Voronezh, Russia. He has been working with PowerBuilder since 1995 version 4.0. Visit his web site at www.vsi.ru/~kgold.
PowerBuilder has very good online help and documentation that extensively covers most aspects of programming with PowerBuilder. However, from time to time you’ll come across a problem that you can’t find an answer to in the online help or documentation. If a search on the Internet does...
A picture is worth a thousand words. We all have heard this saying a countless number of times. But what if you don’t understand what is drawn in the picture? I was approached once with a request to review requirements specifications for some module. The document contained a scheme tha...
When I was just starting my career in programming, I thought I would be creating new applications. And I did - I created a few applications from scratch. Maybe two or three of them. But for the most part what I've been doing is working with code written by someone else a while ago - le...
It may seem as if PowerBuilder programmers are bound to use global variables. Even the PFC, which is said to be the most successfully designed object-oriented framework, requires the use of global variables. Is it something in the nature of PowerBuilder that makes us use them? I won't ...
DataWindow display formats aren't a big secret. Most PowerBuilder developers use them to format numeric, date, time, and string values properly. Such display formats are usually straightforward and contain characters that have special meaning for a specific datatype like '#' for numeri...
Let's suppose that you have a search window where a user can enter a search string and get the list of text items matching this pattern. Ideally, the portions of text that meet the search criteria should be highlighted, for example, by text formatting.













Ulitzer content is offered under Creative Commons "Attribution Non-Commercial No Derivatives" License.
For any reuse or distribution, you must make clear to others the license terms of this work.
The best way to do this is with a link to this web page.
Any of the above conditions can be waived if you get written permission from Ulitzer, Inc., the copyright holder.
Nothing in this license impairs or restricts the author's moral rights.