Hi lindenr, first you must to set the compiler directive: $SET mfoo and it's simple by adding the following copy files to your program before the IDENTIFICATION DIVISION: COPY "dslang.cpy". COPY "cblproto.cpy". and in the WORKING-STORAGE SECTION add the copy generated by your Dialog System (File - Generate - Vocabulary Copy Book) copy " [screenset-name] .cpy". then you can do almost everything you do in a Dialog System: like: ENABLE-OBJECT DISABLE-OBJECT INVOKE-MESSAGE-BOX REFRESH-OBJECT CLEAR-OBJECT and so on. I hope this help you. regards,
↧