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

PowerScript – Page 24 – PowerBuilder Library

PowerScript

Hiding Application on Windows Taskbar Win32 API In PowerBuilder

Hiding Application on Windows Taskbar Win32 API In PowerBuilder. With this simple tips you can hide the application on Windows Taskbar even if its running External Function Prototypes Declaration PowerScript Add below codes on Open event on main window Good Luck!

Using Windows Scripting Host In PowerBuilder

Using Windows Scripting Host In PowerBuilder Using Windows Scripting Host on PowerBuilder for many purpose. On sample code below, you can use it to get the network domain, user name and computer name. To do so, you need Windows Scripting Host Object Model component (wshom.ocx) Connect Object You also can run VBScript from PowerBuilder easily….

Checking The Return Code From An Application Executed In PowerBuilder

Checking The Return Code From An Application Executed In PowerBuilder Create Structure Object str_startupinfo Create Structure Object str_startupinfo Create External Function Prototypes Declaration Create PowerScript Function of_runandwait Good Luck!

Converting Encoding UTF-8 to ANSI In PowerBuilder

Converting Encoding UTF-8 to ANSI In PowerBuilder Add PowerScript Create Global Function utf8_to_ansi Read data from file and encoding utf8 to ansi then import to dw_tab datawindow. (Import data to DataWindow/Datastore) Good Luck!