PowerBuilder Tips & Tricks

PowerBuilder Tips & Tricks

PowerBuilder Alternate Row Color In DataWindow

PowerBuilder Alternate Row Color In DataWindow. Place a rectangle with a transparent background color. Place fields on the rectangle. In the expression tab for the rectangle, in the backgound color field Good Luck!

Datawindown Counting Distinct Rows Values In An Expression For Group

Datawindown Counting Distinct Rows Values In An Expression For Group/all Review DataWindow Expression Find Projects On Github click here Attachments Objects : Good Luck!

PowerBuilder Connect MySQL Using ODBC

PowerBuilder Connect MySQL Using ODBC Step 1: Get driver ODBC MySQL myodbc8w.dll MySQL ODBC 8.0 Unicode Driver or MySQL ODBC 8.0 ANSI Driver myodbc8a.dll from page : https://dev.mysql.com/downloads/connector/odbc/ or https://www.mysql.com/products/connector/Step 2: Registry Regedit With Run file .Reg or PowerBuilder Function RegistrySet()Step 3: Test Connect Find Projects On Github click here Good Luck!

Faster Datawindow Delete Selected Rows Efficiently In PowerBuilder

Faster Datawindow Delete Selected Rows Efficiently In PowerBuilder When You wanted just to remove them from the screen and not from the database. You used deleteRow(long row) function but it was slow in large datasets. Good Luck!