PowerBuilder Function Create Shortcut
PowerBuilder Function Create Shortcut gf_create_shortcut Good Luck!
PowerBuilder Function Get Token
PowerBuilder Function Get Token gf_get_token Good Luck!
Hide/Show Desktop and Taskbar Using Win32 API In PowerBuilder
PowerBuilder Using Hide/Show Desktop and Taskbar Win32 API With this tips you can easily hide the desktop and taskbar from the user. External Function Prototypes Declaration Type the example codes below to hide/show the desktop and taskbar Good Luck!
Create or Remove a Directory In PowerBuilder
Create or Remove a Directory In PowerBuilder External Function Declaration PowerScript Good Luck!
PowerBuilder Function Read File To Blob
PowerBuilder Function Read File To Blob gf_convert_file_to_blob Good Luck!
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!
Call Rest Service Using Authen In PowerBuilder
Call Rest Service Using Authen In PowerBuilder . Using input json data and response json data type. Good Luck!
Check the unsaved datawindow data when close window
Check the unsaved datawindow data when close window Write this code on your windows Close Query Event Good Luck!
PowerBuilder Connect DBF Database Using JDBC
PowerBuilder Connect DBF Database Using JDBC PowerBuilder Connect dBase Database DBFPowerBuilder Connect XBase Database DBFPowerBuilder Connect FoxPro Database DBF Step 1: Get driver JDBC DBF Database dans-dbf-lib-1.0.0-beta-10.jar from page : http://dans-dbf-lib.sourceforge.net/ and csvjdbc-1.0-36.jar from page: http://csvjdbc.sourceforge.net/doc.htmlStep 2: Set Class Path driver to environment variables or set class path to runtime of javaStep 3: Test ConnectStep…
PowerBuilder Connect MS-Access Database Using OLE DB
PowerBuilder Connect MS-Access Database Using OLE DB Step 1: Driver Microsoft.Jet.OLEDB.4.0 MS-Access Database. Normally, if you connect to the .mdb extension, the driver is available in the window (Microsoft Access Driver (* .mdb)). If you connect to the .accdb(Microsoft.ACE.OLEDB.12.0) extension from office 2007 or later, you can download it on the mirosoft home page: https://www.microsoft.com/en-us/download/details.aspx?id=13255Step…