Skip to main content

Drop down box/combo box in a MF cobol program

  • December 14, 2015
  • 2 replies
  • 0 views

Hi,

I need to code a drop down box in one of our menu screen. I have zero idea how to do that. Does any one have any sample program of material which I can refer?

2 replies

Chris Glazier
Forum|alt.badge.img+2

Hi,

I need to code a drop down box in one of our menu screen. I have zero idea how to do that. Does any one have any sample program of material which I can refer?

Can you please provide some additional detail about what platform you are currently running under, Windows or Unix and which product you are using, VC for Visual Studio or VC for Eclipse?

How is your menu screen currently being displayed? Is this character based using ACCEPT/DISPLAY or GUI using ?

Thanks.


Hi,

I need to code a drop down box in one of our menu screen. I have zero idea how to do that. Does any one have any sample program of material which I can refer?

I am working on Unix and using Microfocus obol server Express. The drop down should be taken from a data file and displayed on the menu screen.