PowerBuilder

PowerBuilder Free Code, Free Tools, Tutorial And Tips & Tricks.

Dynamic Set Currentrow Color In DataWindow

PowerBuilder Dynamic Set Currentrow Color In DataWindow. Ex: Event DataWindow Constructor Call Function f_dw_color_currentrow(This) Good Luck!

PowerBuilder Connect DBF Database Using ODBC

PowerBuilder Connect DBF Database Using ODBC PowerBuilder Connect dBase Database DBFPowerBuilder Connect XBase Database DBFPowerBuilder Connect FoxPro Database DBF Step 1: Install Driver ODBC DBF Database. Driver do Microsoft dBase (*.dbf)Step 2: Registry Regedit With Run file .Reg or PowerBuilder Function RegistrySet()Step 3: Test Connect Find Projects On Github click here Good Luck!

Get a Submenu In PowerBuilder

Get a Submenu In PowerBuilder Getting a reference to the window’s menu is easily accomplished using the window’s MenuId property. But what if you want to get a reference to a submenu and all you have is a string with the menu’s name? This following function will do the trick:Just pass this function your main…