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

PowerBuilder Tips & Tricks

PowerBuilder Tips & Tricks

Datawindow Dynamic Change Column Position

Datawindow Dynamic Change Column Position Source Example w_main from window Datawindow d_person Find Projects On Github click here Good Luck!

Dynamic Xml To Datawindow In PowerBuilder

Dynamic Xml To Datawindow In PowerBuilder XML Syntax for XML2DW: Syntax: <column>column1 name</column> <column>column2 name</column> … Example: <column>col1</column> <column>col2</column> <column>col3</column> Syntax: <column> <name>column1 name</name> [<label>column1 label</label>] [<type>column1 datatype</type>] [<width>column1 width</width>] [<value>column1 value</value>] </column> <column> <name>column2 name</name> [<label>column2 label</label>] [<type>column2 datatype</type>] [<width>column2 width</width>] [<value>column2 value</value>] </column> … Example: <column> <name>col1</name> <label>Column #1</label> <type>char(10)</type> <width>300</width> <value>abcdefghij</value> </column>…

PowerBuilder Alternate Row Color In DataWindow

PowerBuilder Alternate Row Color In DataWindow. Place a rectangle with a transparent background color. Place fields on the rectangle. In the expression tab for the rectangle, in the backgound color field Good Luck!

Datawindown Counting Distinct Rows Values In An Expression For Group

Datawindown Counting Distinct Rows Values In An Expression For Group/all Review DataWindow Expression Find Projects On Github click here Attachments Objects : Good Luck!

PowerBuilder Connect MySQL Using ODBC

PowerBuilder Connect MySQL Using ODBC Step 1: Get driver ODBC MySQL myodbc8w.dll MySQL ODBC 8.0 Unicode Driver or MySQL ODBC 8.0 ANSI Driver myodbc8a.dll from page : https://dev.mysql.com/downloads/connector/odbc/ or https://www.mysql.com/products/connector/Step 2: Registry Regedit With Run file .Reg or PowerBuilder Function RegistrySet()Step 3: Test Connect Find Projects On Github click here Good Luck!