2007 Dec 03 6:48 AM
hai all,
in my table control when i use vertical scroll bar and drag down the records of the first few lines disappeared and i cant fetch it again . i have to open the transaction again the datas are displayed.
how to solve this issue...
kind help....
Hi,
Set Resizing vertical to 'X' in table control layout.
thanks
2007 Dec 04 10:13 AM
Hi,
Set Resizing vertical to 'X' in table control layout.
thanks
2007 Dec 04 10:29 AM
write the following code in PBO
MODULE SET_LINES OUTPUT.
DATA VLINES TYPE I.
DESCRIBE TABLE ITABCTL LINES VLINES.
TABCTL-LINES = VLINES + 1.
ENDMODULE. " set_lines OUTPUT
here ITABCTL is the internal table being displayed on Table control TABCTL
Hope dis helps..
Reward all helpful answers
Message was edited by:
Prashant H Gupta
2008 May 21 11:34 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |