‎2008 Nov 24 8:58 AM
hi
i using
CONTROLS: TBODY TYPE TABLEVIEW USING SCREEN 0600.
to denfine one table control!
but i using
REFRESH CONTROL TBODY FROM SCREEN 0600.
when active the report!
will get
TBODY must be a character-type field(data type c,n,d or t) by "interface".
by "interfacer" , an open control structure introduced by "interfacer".
how to clear table control!
thank you very much!
‎2008 Nov 24 9:18 AM
Hi
ctrlname stands for the name of the control (variable or literal), and not for the control itself
so put your control name uner ' ' and same for screen number ' '
try this :
REFRESH CONTROL 'TBODY' FROM SCREEN '0600'.
Regards
Neha
Edited by: Neha Shukla on Nov 24, 2008 10:20 AM
‎2008 Nov 24 10:34 AM