1 &ANALYZE-SUSPEND _VERSION-NUMBER UIB_v8r11
3 &ANALYZE-SUSPEND _UIB-CODE-BLOCK _CUSTOM _DEFINITIONS Procedure
4 /*--------------------------------------------------------------------------
15 ------------------------------------------------------------------------*/
16 /* This .W file was created with the Progress UIB.
*/
17 /*----------------------------------------------------------------------*/
19 /* *************************** Definitions
************************** */
21 /* _UIB-CODE-BLOCK-END
*/
25 &ANALYZE-SUSPEND _UIB-PREPROCESSOR-BLOCK
27 /* ******************** Preprocessor Definitions
******************** */
29 &Scoped-define PROCEDURE-TYPE Procedure
33 /* _UIB-PREPROCESSOR-BLOCK-END
*/
38 /* *********************** Procedure Settings
************************ */
40 &ANALYZE-SUSPEND _PROCEDURE-SETTINGS
41 /* Settings for
THIS-PROCEDURE
45 Add Fields to
: Neither
46 Other Settings
: CODE-ONLY
COMPILE
48 &ANALYZE-RESUME _END-PROCEDURE-SETTINGS
50 /* ************************* Create Window
************************** */
52 &ANALYZE-SUSPEND _CREATE-WINDOW
53 /* DESIGN Window definition
(used by the UIB
)
54 CREATE WINDOW Procedure
ASSIGN
63 &ANALYZE-SUSPEND _UIB-CODE-BLOCK _CUSTOM _MAIN-BLOCK Procedure
66 /* *************************** Main Block
*************************** */
67 DEF VAR big-list
AS CHAR NO-UNDO
68 INITIAL "AcctTran,Document,Batch,AccountBalance".
70 FOR EACH _File
NO-LOCK:
71 IF INDEX( big-list
, _File._File-Name
) = 0 THEN
72 RUN prodict
/dump_d.r
( _File._File-Name
, "/dump", ?
).
75 RUN prodict
/dump_df.r
( "ALL", "/dump/all.df", ?
).
76 RUN prodict
/dump_fd.r
( "ALL", "/dump/all.fd" ).
78 /* _UIB-CODE-BLOCK-END
*/