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 – PowerBuilder Library

PowerBuilder Tips & Tricks

PowerBuilder Tips & Tricks

Disable Close Window With Alt+F4 In PowerBuilder

Disable Close Window With Alt+F4 In PowerBuilder Alt-F4 is disabled if you remove the close option from the system menu for the window. To do this, use this code in the open event of the window where you want to disable Alt-F4 Good Luck!

PowerBuilder Connect PostgreSQL Using ODBC

PowerBuilder Connect PostgreSQL Using ODBC Step 1: Get driver ODBC Postgresql psqlodbc35w.dll from page : https://www.postgresql.org/ftp/odbc/versions/msi/Step 2: Registry Regedit With Run file .Reg or PowerBuilder Function RegistrySet()Step 3: Test Connect Find Projects On Github click here Good Luck!