PowerBuilder

PowerBuilder Free Code, Free Tools, Tutorial And Tips & Tricks.

PowerBuilder Dynamic Execute Script

PowerBuilder Dynamic Execute Script Source Code nvo_pbcompiler from nonvisualobject f_execpbscript from function_object w_main from window Find Projects On Github click here Good Luck!

PowerBuilder Array Object

PowerBuilder Array Object Source Code nvo_array from nonvisualobject Window Example w_main from window Find Projects On Github click here Good Luck!

PowerBuilder Base64 Encode/Decode A String

PowerBuilder Base64 Encode/Decode A String Code Local Function Declaration Base64 Encode Base64 Decode Source Code Example w_main from window Find Projects On Github click here Good Luck!

Datawindow Dynamic Change Column Position

Datawindow Dynamic Change Column Position Source Example w_main from window Datawindow d_person Find Projects On Github click here Good Luck!

Dynamic Xml To Datawindow In PowerBuilder

Dynamic Xml To Datawindow In PowerBuilder XML Syntax for XML2DW: Syntax: <column>column1 name</column> <column>column2 name</column> … Example: <column>col1</column> <column>col2</column> <column>col3</column> Syntax: <column> <name>column1 name</name> [<label>column1 label</label>] [<type>column1 datatype</type>] [<width>column1 width</width>] [<value>column1 value</value>] </column> <column> <name>column2 name</name> [<label>column2 label</label>] [<type>column2 datatype</type>] [<width>column2 width</width>] [<value>column2 value</value>] </column> … Example: <column> <name>col1</name> <label>Column #1</label> <type>char(10)</type> <width>300</width> <value>abcdefghij</value> </column>…

pblCompare

pblCompare pblCompare is a special tool for visual PowerBuilder Library File comparison. It has a number of simple and convenient features that many users have been asking for a long time from a PowerBuilder source code comparison tool. pblCompare is used to highlight and report on the changes made between versions of library files used…

PowerBuilder Tutorial Document Part 7

PowerBuilder Tutorial Document Part 7 This is part of Matt Balent project “100 Days of PowerBuilder” Download Document Good Luck!