Problem:
Using the Print feature (File > Print) for some Dialog System screensets fail with error 114.
Resolution:
The problem is caused by a control that is somehow positioned off the window.
To determine the problem, an export file must be produced from the screenset. Below is an example:
From the export file
Object {NoName}
Type TEXT
Parent WIN1
Start (2080,65472)
Display "PROC"
Stylename {Default-Font}
End Object #{NoName}
This object is attached to WIN1 but the position places it off the window. When print runs, it tries to place this in the screenset image, but because it is off the window, it tries to place it in a location outside the image causing the 114.
The solution is to remove the control from the export file and import it to create a new screenset or correct the starting position.