Vassili,

We're close...

try

IF rsThesi.Index < rsThesi.Count THEN
   rsThesi.MoveNext()
ENDIF

I hope this takes you a bit further in your project

Keep up the good work

Regards
Dimitris

On Sat, Oct 17, 2009 at 12:55 PM, Vassilis K <vka...@otenet.gr> wrote:

> And of cource on:
>
> PRINT rsThesi!thesi
> PRINT "Label" & rsThesi!thesi
>
> I get :
> 2
> Label2
> 12
> Label12
> 57
> Label57
> 47
> Label47
> 33
> Label33
> 56
> Label56
> 44
> Label44
> 11
> Label11
> 78
> Label78
> 3
> Label3
>
> etc.
>
> at Console window as described in my previous email and the code stops at
>
> PRINT rsThesi!thesi
>
> with
>
> result is not available !
>
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to