Hello everyone,
I'm trying to create a browse fields window attached to an existing parent window, but it would not work as expected. The parent window is a form with a few fields on the top and the bottom part suppose to hold the browse window. I would like to use browse to edit the data, add and delete records. Thank you in advance!
I'm trying to create a browse fields window attached to an existing parent window, but it would not work as expected. The parent window is a form with a few fields on the top and the bottom part suppose to hold the browse window. I would like to use browse to edit the data, add and delete records. Thank you in advance!
Code:
This is coded in SETUP screen of parent screen:
DEFINE WINDOW subcmpcs from 10,30 to 50,80 in window vndcmpcs;
HALF FONT 'MS Sans Serif',8 NOCLOSE NOZOOM NOMIN COLOR RGB(,,,192,192,192)
BROWSE FIELDS date :H='Date' ,;
capacity :H='Available Capacity' ;
nowait window subcmpcs
ACTIVATE WINDOW subcmpcs in window vndcmpcs