1.
PowerBuilder Tips & Tricks
Advanced PowerBuilder Tips & Tricks Programming, that I copied from books, ... ref integer idsn, ref string szdesc, integer idescmax, ref integer idesc) & ...
2.
Sorting Datawindow - PowerBuilder Tips & Tricks
Describe("Datawindow.Table.sort") /* Check whether previously sorted column and currently clicked column are same or not. If both are same then check for ...
3.
Re-initializing an Unbounded Array - PowerBuilder Tips & Tricks
Suppose that you have been filling an array with values. Now you want to reinitialize the array to its original empty state. PowerBuilder doesn’t have an ...
4.
C/C++ Datatype Conversion - PowerBuilder Tips & Tricks
C/C++ Datatype Conversion. Posted In: Win32 API . By popo. If you want to use the Win32 API within PowerBuilder, you have to know the prototype modul. ...
5.
Julian Date - PowerBuilder Tips & Tricks
Advanced PowerBuilder Tips & Tricks Programming, that I copied from books, website, blog, literature, ... Julian Date. Posted In: PowerScript . By popo ...
6.
Registering OCX Components in an Exe - PowerBuilder Tips & Tricks
Registering OCX Components in an Exe. Posted In: Win32 API . By popo. Having problems with OCX's which work fine in development and EXE on your machine but ...
7.
Re-initializing an Unbounded Array - PowerBuilder Tips & Tricks
Re-initializing an Unbounded Array. Posted In: PowerScript . By popo. Suppose that you have been filling an array with values. Now you want to reinitialize ...
8.
Center a Response Window - PowerBuilder Tips & Tricks
Center a Response Window. Posted In: PowerScript . By popo. You can centralized your windows with the following code and put it on open event: ...
9.
Faster Exist Checking in Oracle - PowerBuilder Tips & Tricks
A better way to check for this is to make use of a handy Oracle feature called ROWNUM. Using this feature we can select a single row matching our parent key ...
10.
PowerBuilder Tips & Tricks
Advanced PowerBuilder Tips & Tricks Programming, that I copied from books, website, blog, ... CMDCMDLINE command line used to start the current cmd.exe. ...