skip to main content

Copybooks : isopensave.def

isopensave.def
*>********************************************************************<*
*>***** Copyright (c) 2005 - 2017 Veryant. Users of isCOBOL      *****<*
*>***** may freely modify and redistribute this program.         *****<*
*>********************************************************************<*
 
       >>SOURCE FORMAT FREE
 
78  opensave-supported                           value 1.
78  opensave-open-box                            value 2.
78  opensave-save-box                            value 3.
78  opensave-browse-folder                       value 4.
78  opensave-open-box-multi                      value 5.
78  opensave-browse-folder-multi                 value 6.
78  opensave-next                                value 7.
78  opensave-save-box-checked                    value 8.
 
78  opensave-show-preview-flag                   value 1.
 
78  opnsaverr-unsupported                        value 0.
78  opnsaverr-cancelled                          value -1.
78  opnsaverr-no-memory                          value -2.
78  opnsaverr-name-too-large                     value -3.
 
01  opensave-data.
    03  opnsav-filename                          pic x(256).
    03  opnsav-flags                             pic 9(4comp-x value 0.
    03  opnsav-default-ext                       pic x(12).
    03  opnsav-title                             pic x(80).
    03  opnsav-filters                           pic x(512).
    03  opnsav-default-filter                    pic 9(4comp-x value 0.
    03  opnsav-default-dir                       pic x(128).
    03  opnsav-basename                          pic x(128).
 
       >>SOURCE FORMAT PREVIOUS

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left