This project was started about 4 years ago from a hack and today it is time to put it out of the box! This is PBNI extension for Powerbuilder(classic) that embed a Perl interpreter which is able to manipulate Powerbuilder objects and…
Tag: pbni
My Datawindow DebugMachine
This is a tool that helps to understand a lot of situation with datawindow. Let’s see in action: (c) 2011 – Nicolas Sébastien Pierre Olivier GEORGES This code is under the Artistic license. Archive files (for Powerbuilder 10.5) : dwdebugmachine.pbw…
Powerbuilder and regular expression
Regex will help you in text processing, Definition In computing, a regular expression, also referred to as regex or regexp, provides a concise and flexible means for matching strings of text, such as particular characters, words, or patterns of characters.…