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 27 – 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!

Generate Keystrokes In PowerBuilder

Generate Keystrokes In PowerBuilder Key Ascii Key Ascii L-Button 1 W 87 R-Button 2 X 88 Cancel 3 Y 89 M-Button 4 Z 90 Back 8 NP – 0 96 Tab 9 NP – 1 97 Clear 12 NP – 2 98 Return 13 NP – 3 99 Shift 16 NP – 4 100 Control…