Hi,
I need to get max value of all rows + value of next row
Example:
w1 w2 w3 w4 w5
1 2 3 4 5
Max Value = 5
+ value from max Value + next row = 6
So, should show value of 6.
Hello,
I made splitbar in the to separate datawindow on two parts. Splitbar working, so if I move it it goes to the left or to the right. Code of that is :
st_1.of_register( tvi_1, st_1.LEFT )
st_1.of_register( dw_ss, st_1.RIGHT )
but I need to move not only these two main objects, but also...
Hi,
I need to make row selection without using mouse, only keyboard, - KeyShift! AND KeyDownArrow! OR KeyUpArrow!.
I found for clicked event, but not for keyboard use:
ll_selectedrow = getselectedrow(0)
// select range
IF KeyDown(keyShift!) THEN
IF ll_selectedrow = 0 THEN...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.