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

DataWindow – Page 4 – PowerBuilder Library

DataWindow

DataWindow

DataWindow Column Highlighting Of The Current Row In PowerBuilder

DataWindow Column Highlighting Of The Current Row In PowerBuilder DataWindow Column highlighting Of The Current Row In PowerBuilderIn the datawindow painter, double-click on the column in question and click on the tab mark “Expressions”.Add this code to the background.color property In the rowfocuschanged event for the datawindow control use this example:currentrow is a event argument…

DataWindow Group By N Horizontal Lines Every Rows

DataWindow Group By N Horizontal Lines Every Rows DataWindow Group By N Create a group for the DW that groups by the expression Long((GetRow()-1)/N) where N is the number you want to define your group by. Put the sum in the group footer as usual. DataWindow horizontal lines every rows Add a line to the…

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!