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

Get Parameter From Command Line And Parsing Values In PowerBuilder

Get Parameter From Command Line And Parsing Values In PowerBuilder Get parameter from command line and parsing values Good Luck!

Objects Deduplicate In PowerBuilder

Objects Deduplicate In PowerBuilder Objects n_cst_deduplicator Find Projects On Github click here Attachments Objects Deduplicate: Good Luck!

PowerBuilder Connect Oracle

PowerBuilder Connect Oracle Step 1: Get driver Oracle Instant Client from page : https://www.oracle.com/database/technologies/instant-client/downloads.htmlStep 2: Set Oracle Instant Client Path to environment variables ORACLE_HOME, NLS_LANG, TNS_ADMINhttps://docs.oracle.com/en… or https://docs.oracle.com/cd…Step 3: Test Connect Find Projects On Github click here Good Luck!

FTP/SFTP Using WinSCP In PowerBuilder

FTP/SFTP Using WinSCP In PowerBuilder Previous versions of Powerbuilder do not support using SFTP. I have found WinSCP support quite well, but if you use OLEObject you have to install WinSCP for the client, which is inconvenient and not feasible for my company because there are too many clients. so I wrote it with Csharp…

Drag Control In PowerBuilder

Drag Control In PowerBuilder Using Event Mousedown of control Find Projects On Github click here Good Luck!

Datawindow Change Color Modified

Datawindow Change Color Modified In the Color property of a column, enter the expression IF (column_name <>column_name.Original, 14745599, 67108864). This will change the color of the column to, in this case, Light Yellow if the user changes the value and Button Face if the column has not been modified. The trick here is that column_name…