NitramTELEBOY
IS-IT--Management
Hi, I need some help understanding the following (NOTE THIS IS NOT THE ENTIRE CODE TOP TO BOTTOM BUT HOPEFULLY ENOUGH)
1)What is the "glist" and can I cat it?
2)The last 4 lines, is that setting a capacity of 100 or something
THANKS IN ADVANCE.
#
# Erta_tcs.gem
#
world=glist (
window=glist (
name="parm_win", rows=7, cols=78, title="Custom Reports: Real-Time: rta_tc
s Input"
menu=glist (
menu_item=glist (
text="Run", value=10511
)
)
collect=glist (
name="c_i_split",
text_fld=glist (
text="Split(s):", row=1, col=2, cols=9
)
num_fld=glist (
perm="split", dyn_limits="split", synonym="split", input_visit=1
require=1, multi_value=1, row=1, col=13, cols=50
name="i_split"
)
)
collect=glist (
name="c_i_acd",
text_fld=glist (
text="ACD:", row=2, col=2, cols=4
)
num_fld=glist (
dyn_limits="acd", synonym="acd", note_new_val=1, input_visit=2
require=1, default="1", multi_value=1, row=2, col=8
cols=50, name="i_acd"
)
)
collect=glist (
name="c_ref_rate",
text_fld=glist (
text="Refresh rate in seconds: ", row=3, col=2, cols=25
)
num_fld=glist (
dyn_limits="refresh", input_visit=3, require=1, row=3
col=27, cols=3, name="ref_rate"
)
)
)
window=glist (
name="rpt_win", rows=20, cols=78, title="Custom Reports: Real-Time: rta_tc
s"
scroll_row=1, scroll_col=1,
collect=glist (
vert_repl=1, name="c_0",
text_fld=glist (
row=1, col=1, cols=6
)
num_fld=glist (
precision=0, justify="right", row=1, col=8, cols=3
)
text_fld=glist (
justify="right", row=1, col=12, cols=1
)
num_fld=glist (
precision=0, justify="right", row=1, col=14, cols=8
)
num_fld=glist (
precision=0, justify="right", row=1, col=23, cols=3
)
num_fld=glist (
precision=0, justify="right", row=1, col=27, cols=1
)
num_fld=glist (
precision=0, justify="right", row=1, col=29, cols=1
)
num_fld=glist (
precision=0, justify="right", row=1, col=31, cols=5
)
text_fld=glist (
row=1, col=37, cols=10
)
)
window parm_win
action ACT_ON_ENTRY
display_win on parm_win
get_action
action ACT_RUN
refresh 0
set $G 1 $f c_i_split,i_split,0
set $G 3 $f c_i_acd,i_acd,0
set $G 4 $f c_ref_rate,ref_rate,0
set $G 100 0
1)What is the "glist" and can I cat it?
2)The last 4 lines, is that setting a capacity of 100 or something
THANKS IN ADVANCE.
#
# Erta_tcs.gem
#
world=glist (
window=glist (
name="parm_win", rows=7, cols=78, title="Custom Reports: Real-Time: rta_tc
s Input"
menu=glist (
menu_item=glist (
text="Run", value=10511
)
)
collect=glist (
name="c_i_split",
text_fld=glist (
text="Split(s):", row=1, col=2, cols=9
)
num_fld=glist (
perm="split", dyn_limits="split", synonym="split", input_visit=1
require=1, multi_value=1, row=1, col=13, cols=50
name="i_split"
)
)
collect=glist (
name="c_i_acd",
text_fld=glist (
text="ACD:", row=2, col=2, cols=4
)
num_fld=glist (
dyn_limits="acd", synonym="acd", note_new_val=1, input_visit=2
require=1, default="1", multi_value=1, row=2, col=8
cols=50, name="i_acd"
)
)
collect=glist (
name="c_ref_rate",
text_fld=glist (
text="Refresh rate in seconds: ", row=3, col=2, cols=25
)
num_fld=glist (
dyn_limits="refresh", input_visit=3, require=1, row=3
col=27, cols=3, name="ref_rate"
)
)
)
window=glist (
name="rpt_win", rows=20, cols=78, title="Custom Reports: Real-Time: rta_tc
s"
scroll_row=1, scroll_col=1,
collect=glist (
vert_repl=1, name="c_0",
text_fld=glist (
row=1, col=1, cols=6
)
num_fld=glist (
precision=0, justify="right", row=1, col=8, cols=3
)
text_fld=glist (
justify="right", row=1, col=12, cols=1
)
num_fld=glist (
precision=0, justify="right", row=1, col=14, cols=8
)
num_fld=glist (
precision=0, justify="right", row=1, col=23, cols=3
)
num_fld=glist (
precision=0, justify="right", row=1, col=27, cols=1
)
num_fld=glist (
precision=0, justify="right", row=1, col=29, cols=1
)
num_fld=glist (
precision=0, justify="right", row=1, col=31, cols=5
)
text_fld=glist (
row=1, col=37, cols=10
)
)
window parm_win
action ACT_ON_ENTRY
display_win on parm_win
get_action
action ACT_RUN
refresh 0
set $G 1 $f c_i_split,i_split,0
set $G 3 $f c_i_acd,i_acd,0
set $G 4 $f c_ref_rate,ref_rate,0
set $G 100 0