Search results for query: *

  • Users: tommybeer
  • Content: Threads
  • Order by date
  1. T

    for each loop

    Hello, is there a way to skip a row? like for example for each g as datarow in dstreservaties.tables(0).rows if cstr(g("Reservatie_id")) = rid.text then nextfor (or skip or something like that) end if next greetz
  2. T

    unable to load a disposed form

    hello, i've got a splash form, withouth any buttons. when the opacity becomes 100, it has to close and another form, has to be opened, how is this possible? anything i try turns out with this stupid error thx in advance tom
  3. T

    how to navigate though dataset or datatable

    hello, you all know the 4 arrows, first, previous, next and last. how do they work? lets say i have a dataset full with data and i want to see the first then if i click on next i want to see the next, ... can anybody help me with this, i think this might seem way to easy for some...
  4. T

    dataset

    how can i refresh a dataset? thx greetz Tom
Back
Top