Added capital works blank section. Synced calling screen.
[capital-apms-progress.git] / process / dumpmost.p
blob2ad5d52bbec6e28b80a87e319beda0e4b9773e7b
1 &ANALYZE-SUSPEND _VERSION-NUMBER UIB_v8r11
2 &ANALYZE-RESUME
3 &ANALYZE-SUSPEND _UIB-CODE-BLOCK _CUSTOM _DEFINITIONS Procedure
4 /*--------------------------------------------------------------------------
5 File :
6 Purpose :
8 Syntax :
10 Description :
12 Author(s) :
13 Created :
14 Notes :
15 ------------------------------------------------------------------------*/
16 /* This .W file was created with the Progress UIB. */
17 /*----------------------------------------------------------------------*/
19 /* *************************** Definitions ************************** */
21 /* _UIB-CODE-BLOCK-END */
22 &ANALYZE-RESUME
25 &ANALYZE-SUSPEND _UIB-PREPROCESSOR-BLOCK
27 /* ******************** Preprocessor Definitions ******************** */
29 &Scoped-define PROCEDURE-TYPE Procedure
33 /* _UIB-PREPROCESSOR-BLOCK-END */
34 &ANALYZE-RESUME
38 /* *********************** Procedure Settings ************************ */
40 &ANALYZE-SUSPEND _PROCEDURE-SETTINGS
41 /* Settings for THIS-PROCEDURE
42 Type: Procedure
43 Allow:
44 Frames: 0
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
55 HEIGHT = .1
56 WIDTH = 34.86.
58 &ANALYZE-RESUME
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", ? ).
73 END.
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 */
79 &ANALYZE-RESUME