Hello!
I can't get the table scroll amount working. Here is the panel def:
)Attr
! TYPE(OUTPUT) COLOR(TURQ)
% TYPE(TEXT) INTENS(HIGH) COLOR(YELLOW)
_ TYPE(INPUT) INTENS(HIGH) CAPS(ON)
)Body Expand(//)
%Command ===>_zcmd %Scroll===>_zamt
)Model
!linet
)Init
&zamt = csr
.cursor=zcmd
)End
When table appears it has "Scroll ===> PAGE" although CSR is specified under ")INIT". And if I set Scroll to any other value it gets ignored and continues to scroll with PAGE amount.
Can you see the source of this problem?
BR Jaka
I can't get the table scroll amount working. Here is the panel def:
)Attr
! TYPE(OUTPUT) COLOR(TURQ)
% TYPE(TEXT) INTENS(HIGH) COLOR(YELLOW)
_ TYPE(INPUT) INTENS(HIGH) CAPS(ON)
)Body Expand(//)
%Command ===>_zcmd %Scroll===>_zamt
)Model
!linet
)Init
&zamt = csr
.cursor=zcmd
)End
When table appears it has "Scroll ===> PAGE" although CSR is specified under ")INIT". And if I set Scroll to any other value it gets ignored and continues to scroll with PAGE amount.
Can you see the source of this problem?
BR Jaka