Search results for query: *

  • Users: Astie
  • Order by date
  1. A

    Format of time value

    hello, i'm having a problem with my connection to my db. I've ot a column in my db (acces) called "tijd", in that column are only time-value's. But when i let one of that time-value's shown in a textbox (or something) i get by example this text: 30-12-1899 7:45:00. i only want to have the 7:45...
  2. A

    time display in textbox

    its date/time. if that is the only problem i really am ashame of myself :)
  3. A

    time display in textbox

    I'm using a dataview because i show data in a datagrid with textboxen around it. but if you have a better solution and can explaine it to me i mith use that. i'm using a dutch version of ms access so if you could explaine youre first line a bit more??? greats
  4. A

    time display in textbox

    hello, when i bind a textbox (shows a date) to a ms access database and let the data show trough a dataview i get the date i added to my DB but at the end of the date i get a time value 0:00:00, this isnt standing in my database and is very anoing. How do i get rith of this timevalue? greats...
  5. A

    Datagrid+dataview

    i've tried the function Me.BindingContext(DataSet11, "table1").EndCurrentEdit() but it doenst work. Still the same problem that it only works with the first row in the datagrid. the rest of the textboxes doesnt update
  6. A

    Datagrid+dataview

    oke 'll try that tonight, i'm at work now, its 10:30 in the morning here :)
  7. A

    Datagrid+dataview

    I've made a screenshot of my design and my code. I made a new and simple program that has the same situation as i just explaned but as the same problem. i almost gonna think it has something to do with my version of VS.NET design: http://www.xs4all.nl/~jotodeni/vb.JPG code...
  8. A

    Datagrid+dataview

    oke i can understand but i do everything from within visual studio 2003, only code i add is that when i push button "Save" my oledbdataadapter must update my dataset
  9. A

    Datagrid+dataview

    help me can someone help me in http://www.vbdotnetforums.com/showthread.php?t=9470 ? every time i've got a question in this section it gets anwerd very quickly but in the back-end section it gets never answerd. please help
  10. A

    Datagrid+dataview

    i've come to the conclusion that only the lowest id number can be changed bij textboxes.
  11. A

    Datagrid+dataview

    hello, i've got a datagrid and a dataview. Now i've linked the datagrid to the dataview so ik kan sort en filter text easy. Now i've got a multi-line textbox called memo. ive got this so i can type some relevant info that doest belong in the datagrid. I've binded it to my dataview sothat when i...
  12. A

    Character count

    oke i'll use that , but i'm still not getting any futher with my dataview.rowfilter :)
  13. A

    Character count

    oke i understand but now i want to do the same with a dataview.rowfilter
  14. A

    Character count

    wow is it that simple :) thanks mate. but now i want to do the same but then with a dataview rowfilter. That he filters the rows where the 4th and 5th character are the same as my textbox1 in the Column "Datum". do you know how to do that?
  15. A

    Character count

    is it possible to make a if statement about a piece of text, but then only the 3th and 4th character? example: if textbox1.text.char1 & textbox1.text.char2 = 11 then textbox3.text = "november" end if something like that
  16. A

    Dataview rowfilter dates

    oke but how does i filter the dates alike i asked befor :D
  17. A

    Dataview rowfilter dates

    Why? Why is nobody reacting to my question? to difficult ? :D
  18. A

    Dataview + delete row

    hello, i'm using a dataview to fill my datagrid. Now i want to use a button to delete the currunt row. i've looked everywhere but nowhere they have the solution for this. greats Astie
  19. A

    Dataview rowfilter dates

    i've got 2 questions in once: i use VS.NET and having an ms database (if you need this information) 1. i want to filter a row with a dataview.rowfilter. I know how to do this with normal text fields but not with date's. I've got a combobox with the 12 months in it, now when i click for...
  20. A

    difficult question autofilter

    thank you, now i know enough, i like to thank you for your answers. :)
Back
Top