The BringWindowToTop function sends a message to the target window telling it to come to the foreground.
The Powerbuilder equivalent is limited to Powerbuilder Windows only, the script is as follows: <window >
.bringtotop = true
Global External Function:
FUNCTION boolean BringWindowToTop(ulong w_handle) LIBRARY "User32.dll"