Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

PowerBuilder Tips & Tricks – Page 3 – PowerBuilder Library

PowerBuilder Tips & Tricks

PowerBuilder Tips & Tricks

DataWindow Column Highlighting Of The Current Row In PowerBuilder

DataWindow Column Highlighting Of The Current Row In PowerBuilder DataWindow Column highlighting Of The Current Row In PowerBuilderIn the datawindow painter, double-click on the column in question and click on the tab mark “Expressions”.Add this code to the background.color property In the rowfocuschanged event for the datawindow control use this example:currentrow is a event argument…

Get Error Message When Calling A Win API In PowerBuilder

Get Error Message When Calling A Win API In PowerBuilder External Function declaration PowerScript Example Good Luck!

PowerBuilder Connect PostgreSQL Using JDBC

PowerBuilder Connect PostgreSQL Using JDBC Step 1: Get driver JDBC Postgresql postgresql-X.X.X.jar from page : https://jdbc.postgresql.org/download.htmlStep 2: Set Class Path driver to environment variables or set class path to runtime of javaStep 3: Test ConnectStep 4: Copy jre current version of java to your pbapp runtime Find Projects On Github click here Good Luck!

Custom Interface In PowerBuilder

Custom Interface In PowerBuilder Declaration Of External Function: Example With Button Example Window about Example button object Find Projects On Github click here Good Luck!

Generate UUID In PowerBuilder

PowerBuilder Generate a UUID generate a version 4 UUID RFC 4122. Add four hyphen “-” characters to obtain blocks of 8, 4, 4, 4 and 12 hex digits. Output the resulting 36-character string “XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX”. Code Example: Create nvo_uuid from nonvisualobject Window Example Find Projects On Github click here Good Luck!