PowerBuilder Connect SQLServer Using JDBC
PowerBuilder Connect SQLServer Using JDBC Step 1: Get driver JDBC SQLServer mssql-jdbc-x.x.x.jar from page : https://docs.microsoft.com/en-us/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server?view=sql-server-ver15Step 2: Set Class Path driver to environment variables or set class path to runtime of javaStep 3: Test ConnectStep 4: Copy jre current version of java to your pbapp runtime Find Projects On Github click here Good Luck!
PowerBuilder Connect DBF Database Using OLE DB
PowerBuilder Connect DBF Database Using OLE DB PowerBuilder Connect dBase Database DBFPowerBuilder Connect XBase Database DBFPowerBuilder Connect FoxPro Database DBF Find Projects On Github click here Good Luck!
Multiple Select Option For The Datawindow Dropdown In PowerBuilder
Multiple Select Option For The Datawindow Dropdown In PowerBuilder DropDownDatawindow Multi Select In PowerBuilder Important: Checked “Allways Show List” Properties Of Column Dropdowndw On Datawindow Create nvo_dddw_multiselect from nonvisualobject: Create test window w_main Datawindow Example: Find Projects On Github click here Good Luck!
Auto Center Function Child Window Inside Parent
Auto Center Function Child Window Inside Parent Good Luck!
PowerBuilder Declare Local External Functions With Global Function Object
PowerBuilder Declare Local External Functions With Global Function Object if you need to write a global function that uses the External Functions API you can declare it locally it doesn’t need to use the global. so if you need to export it easily. you don’t have to use userobjects. if using a userobjects you must…
PowerBuilder Snake Game
PowerBuilder Snake Game Get From Internet Find Projects On Github click here Good Luck!
PowerBuilder QRCode Generator
PowerBuilder QRCode Generator Find Projects On Github click here Good Luck!
PowerBuilder Gobang Game
PowerBuilder Gobang/Gomoku Game Example Source uo_tip from userobject w_gobang from window datawindow d_coordinates Find Projects On Github click here Get From Internet Good Luck!
ODBC Schema In Powerbuilder
ODBC Schema In Powerbuilder source code from topwiz. I have edit it. source code example n_odbcapi from nonvisualobject w_main from window s_tables from structure s_sprocs from structure s_primarykeys from structure s_foreignkeys from structure s_columns from structure Find Projects On Github click here Good Luck!
PowerBuilder Function Distinct Values
PowerBuilder Function Distinct Values gf_distinctvalues Good Luck!