i try to filla gridview at demand, so due ODBC limitations i cannot count
so inside my bean-like object i count and tehen return properties..

the problem goes when i try to move to the fitrs record, i implement the
code in wrong way? :

Try resulobj = $conexionodbc.Exec(exisqueryrequest)

  While (resulobj.Available)

    If resulobj.MoveNext() Then
      resulhowmany = resulhowmany + 1
    Else
      Break
    Endif

  Wend

  resulobj.MoveFirst ' <--- here said that its foward only, that's true if
comes from a simple select ?



Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to