Search results

  1. Gizem

    Solved Fill List with an other List

    I proved Wert with a MsgBox. Wert was a number( I think Index), but it should be a String(Name like Mark ).
  2. Gizem

    Solved Fill List with an other List

    I think it does not work because of data origin: SELECT [ProjekteName].[POSITION], [ProjekteName].[PS_P_NAME] FROM ProjekteName ORDER BY [POSITION];
  3. Gizem

    Solved Fill List with an other List

    Hey i tried it, but there is not any difference.
  4. Gizem

    Solved Fill List with an other List

    Hello together, i need help again :) A couple of weeks ago, i got so many advices. I have two listboxes. The first one is filled with data and the other one is empty. Now the User wants to fill the second Listbox by using the first Listbox and a button. The User has to choose one element in the...
  5. Gizem

    Solved Move row up and down in Listbox

    Okay i will do it now. :)
  6. Gizem

    Solved Move row up and down in Listbox

    Same error :cautious: But are you sure about newpos is empty
  7. Gizem

    Solved Move row up and down in Listbox

    It doesn't work :( Thank you for your support :)
  8. Gizem

    Solved Move row up and down in Listbox

    I tried this one because it is quite similar to my problem. I add a third colomn to my table like the demo and named it also POSITION. I got a run-time-error 13 'Type mismatch'. Also i have changed the declaration to variant. But now i got an other run-time error maybe you can find the failure...
  9. Gizem

    Solved Move row up and down in Listbox

    can you explain me what a SORTORDER field is?
  10. Gizem

    Solved Move row up and down in Listbox

    Hello together, I am the first time here. I have a huge problem, maybe you can help me. I have a listbox and two buttons. I would like to move a selected element in the listbox up with the UP-BUTTON. With the DOWN-BUTTON, i would like to move the selected element down. The data which you can...
Back
Top Bottom