Quantcast
Channel: Visual COBOL
Viewing all articles
Browse latest Browse all 5819

Forum Post: RE: How to get a dialog object's object-reference?

$
0
0
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,

Viewing all articles
Browse latest Browse all 5819

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>