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

PowerBuilder Tips & Tricks

PowerBuilder 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…

Drag And Drop Row In DataWindow

Dragging And Dropping Row In DataWindow Instance Variable: Datawindow New Event pbm_lbuttondown Datawindow New Event pbm_lbuttonup Datawindow New Event pbm_dwnmousemove Datawindow Event Dragdrop Dawindown Event Dragwithin Find Projects On Github click here Good Luck!