Modernize your PowerBuilder Applications

PowerSnip - Snipping Tool

PowerSnip allows taking targeted screenshots of any or all of the computer screen within PowerBuilder applications.

For example, testers can cut out parts of the application with problems and send them back to the development team for correction.

PowerSnip Snipping Tool for PowerBuilder Applications by Ultimate Suite

Implementation

Use the following code to start a new snipping session with PowerSnip:
 
n_cst_powersnip lnv_snip

lnv_snip.of_Snip(w_frame) 
 
You can customize which buttons are visible to the user with the DisplayCopy and DisplaySave methods:
 
n_cst_powersnip lnv_snip

lnv_snip.DisplaySave = FALSE
lnv_snip.of_Snip(w_frame)