Module PtrModes.pkg
1//************************************************************************
2// Confidential Trade Secret.
3// Copyright (c) 1997 Data Access Corporation, Miami Florida
4// as an unpublished work. All rights reserved.
5// DataFlex is a registered trademark of Data Access Corporation.
6//
7//************************************************************************
8//
9// $File name : ptrmodes.src
10// $File title : replacement names for printer destination names
11// Notice :
12// $Author(s) : John Tuohy
13//
14// $Rev History
15//
16// JT 9/22/97 Moved from various print programs to this one location
17// which is used by all of them.
18//************************************************************************
19
20// needed by winql, basic-report and winprint
21
22Enumeration_List
23 Define PRINT_TO_WINDOW
24 Define PRINT_TO_PRINTER
25 Define PRINT_TO_FILE
26 Define PRINT_TO_UNDEFINED
27 Define PRINT_TO_PRINTER_NO_DIALOG
28 Define DEFERRED_PRINT_TO_WINDOW
29End_Enumeration_List
30