Skip to main content

Demo - Using the MOUSE-OVER event in Dialog System

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

This shows how to use the MOUSE-OVER event when NLS is present.

Resolution:

INTRODUCTION

============

This program demonstrates the use of the mouse-over event in dialog system

SOURCE FILES:

==========

Program Files     Description

----------------     -----------------------------------------------------------

Testnls.cbl         This program sets up the coblang environment variable before the call to dialog

                          system   

Testnls.gs          This is the screenset that shows the use of mouse-over.

Copy Files:

----------------     -----------------------------------------------------------

testnls.cpb         The copybook used in the cobol program testnls.cbl that is generated in dialog

                           system from the testnls.gs screenset.

OPERATION:

========  

Animate the Testnls.int and step thru or run the application.

To change the language to French, set the COBLANG or LANG environment variable to "02". Any other value or null will launch the program in English. Note that only the two first characters are tested. More validation could be added to permit values like LANG=2.863 but since this is only a sample...

==========================================================

Keywords: demonstration, sample, example, demo, Dialog System, dsmouseover.zip

demo.ex

demo.ne

Attachments:

dsmouseover.zip

Old KB# 4223