Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mastercontrol

    Splitbar & moving objects in data window

    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...
  2. mastercontrol

    Row max value

    Thanks a lot! Perfect solution.
  3. mastercontrol

    Row max value

    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.
  4. mastercontrol

    Splitbar & moving objects in data window

    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...
  5. mastercontrol

    select row with keyshift! and keyDownArrow!

    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
  6. mastercontrol

    select row with keyshift! and keyDownArrow!

    I meant it not working, but just selects all rows, where I need one by one.
  7. mastercontrol

    select row with keyshift! and keyDownArrow!

    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.
  8. mastercontrol

    select row with keyshift! and keyDownArrow!

    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...

Part and Inventory Search

Back
Top