PowerBuilder Tips & Tricks

PowerBuilder Tips & Tricks

Back Tab To Last Field In DataWindow

Back Tab To Last Field In DataWindow I found a good tutorial on datawindow. if you want to go back to last column when change datawindow is selected by shift + tab datawindow event Getfocus: Get From The anvil-of-time.com. Thank you for sharing. Good Luck!

Screen Saver Application In PowerBuilder

Screen Saver Application In PowerBuilder With API function SystemParametersInfoA Library user32.dll disables CTRL + ALT + DEL, ALT + TAB, CTRL + ESC. With Alt + F4 blocking, users are required to authenticate with the program’s account Declare Local Functions Example Open Event Window Find Projects On Github click here Good Luck!

Powerbuilder Minesweep Game

Powerbuilder Minesweep Game Source Code Window w_main Datawindow d_minesweep Get From Internet Find Projects On Github click here Good Luck!

PowerBuilder Towers

PowerBuilder Towers Get From PowerBuilder Code Examples Find Projects On Github click here Good Luck!

SQL Formater PowerBuilder

SQL Formater PowerBuilder SQL Formater PowerBuilder Update source from leotool. Thanks for share. Find Projects On Github click here Good Luck!

PowerBuilder Get Operating System is 32-bit or 64-bit

PowerBuilder Get Osbit running a 32-bit or 64-bit version of Windows you can use the Windows API to determine the operating system architecture. Here is some sample code that you can use in PowerBuilder 10.5 to determine the operating system architecture This code calls the GetNativeSystemInfo Windows API function to retrieve information about the system…