So, nobody could help me in this question and I spent some time and find solution. Probably, somebody has/ will have similar problems.
In my case splitbar is defined as st_1 object.
In st_1 make new event pbm_move, add code in the pbm_move event (in my case):
If st_1.width > 0 Then
st_info.x...
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...
Hey,
Thanks a lot for solution, that was pretty helpful, other guys just gave difficult advices how to solve it, but I knew that in the end everything will be pretty simplified.
Cheers
Hey,
Well the problem is with predefined ID it's not allow to make new argument and at that case these line this.selectrow(row,True)
will not work, because there is no row argument.
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.