Skip to main content

http://community.microfocus.com/microfocus/cobol/extend_and_acucobol/f/20/t/11895.aspx

  • January 26, 2015
  • 1 reply
  • 0 views

I am not using HOT-KEY to call a program within the cell of the grid.  I am just using a regular 'call prog-name' followed by a 'cancel prog-name'.

I have also tried: move 4 to accept-control, move <grid-id> to control-id.  It only works when I am in debug mode. but without debug, it does not do anything.

Thanks for the help.


#GRIDlosingfocusinAcuCobolver8.1.3

1 reply

Andreas Weinand
Forum|alt.badge.img+2
  • Participating Frequently
  • January 27, 2015

I am not using HOT-KEY to call a program within the cell of the grid.  I am just using a regular 'call prog-name' followed by a 'cancel prog-name'.

I have also tried: move 4 to accept-control, move <grid-id> to control-id.  It only works when I am in debug mode. but without debug, it does not do anything.

Thanks for the help.


#GRIDlosingfocusinAcuCobolver8.1.3

How do you call your lookup ? Via a funktion key or the space bar ?

What do you do after calling your lookup program ?

How exactly do you display the found data in your grid ?