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…
Sort An Array Using Datastore In PowerBuilder
Sort An Array Using Datastore In PowerBuilderWe create a small datastore and use it to sort our array. Good Luck!
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!
PowerBuilder Function Get Select Row Of DataWindow
PowerBuilder Function Get Select Row Of DataWindow gf_get_all_selected_row Good Luck!
PowerBuilder Function Get Duplicate Row Of DataWindow/DataStore
PowerBuilder Function Get Duplicate Row Of DataWindow/DataStore gf_get_duplicate_row Good Luck!
PowerBuilder Function Get All Column Of DataWindow/DataStore
PowerBuilder Function Get All Column Of DataWindow/DataStore gf_get_all_column_name Good Luck!
PowerBuilder Function Create Dynamic DataWindow
PowerBuilder Function Create Dynamic DataWindow gf_create_dynamic_datawindow Good Luck!
PowerBuilder Function Set Zoom DataWindow
PowerBuilder Function Set Zoom DataWindow gf_set_zoom_datawindow Good Luck!
PowerBuilder Function Parse DataStore/DataWindow Obj String
PowerBuilder Function Parse DataStore/DataWindow Obj String gf_mail_error_to_string Good Luck!