The datawindow swiss knife has new features ! Hey, lot of time that I haven’t posted anything there, Okay it is time to release the next version of these tools with this new key features : data buffers spy modified…
Year: 2011
Powerbuilder .DBG files (using /PBDEBUG)
Did you already try to produce a .dbg file by running your powerbuilder application with the /DEBUG or /PBDEBUG parameter ? It is a trace of each call and executed line, so it could help to find where an application…
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.…
Builins functions history between Powerbuilder 10.0 to 12.5
Output : Between 100 and 105: + public function byte(any v) return byte + public function getbyte(blob b,unsignedlong o,ref byte v) return integer + public function setbyte(ref blob b,unsignedlong o,byte v) return integer Between 105 and 110: – public function…
Enumerations history from Powerbuilder 10.0 to 12.5
In this article I will explain how I extract pragmatically the enumerations differences between Powerbuilder releases using EmbeddingPerl library and the differents pbperlxxx interpreters. Just run each version of pbperlxxx interpreter from command line : Then I compare the results…
enumeration evolution from 10.0 to 12.0
In this article I will explain how I extract pragmatically the enumerations differences between Powerbuilder releases using EmbeddingPerl library and the differents pbperlxxx interpreters. Just run each version of pbperlxxx interpreter from command line : Then I compare the results…
About Syntax highlighting
This blog engine makes available plugin(s) for the syntax highlighting, but I can’t find one that match I want. Colorize at least Powerbuilder and Perl. The first I found (syntaxHl) handled them on the server-side, but some Perl expression was…
Color codes
Here is the list of default colors of powerbuilder, given (R,G,B) and the combinated values. So you may prefer to see it rendered in the original Datawindow ? Attachments Powerbuilder colors (PB 10)
Powerbuilder::ORCA 0.06
This is a pre-unofficial release, It just allows to open PowerBuilder project up to 12.0, but a lot of new APIs are not mapped yet. Here is was we could do with it. First of all, install Powerbuilder::ORCA (see annexes…