Automagically Load A Painter on Startup
You can make PowerBuilder automatically open any of the PowerBuilder painters when PowerBuilder starts up.

To do this, goto the properties for your PowerBuilder icon and add the following at the end of the command to start PowerBuilder.

/p (paintername)

For example to autoload the library painter:

/p library

Back