PtrDevice:PromptForFile Access/Assign
<< Click to Display Table of Contents >> PtrDevice:PromptForFile Access/Assign |
![]() ![]() ![]() |
Type | Logic |
Purpose
This access/assign determines whether the user will be prompted for a file name when printing to file. If set TRUE, a dialog window is displayed when printing is initiated and the PtrDevice:PrintToFile option is set to true. The default value is TRUE.
Example
// If the user chooses to print to file, don't prompt
// for a file name
oPtrDevice:PromptForFile := False