NextRecord and ObjectPtr?
Joakim Schramm
joakim at astrocalc.com
Sun Apr 30 14:49:07 CDT 2006
>
> Okay I see mistake.
>
> To do loop you use
>
> Do While Not .EOF
> Loop
>
> EOF() property is from group of methods for ODBC style navigation.
> You can use it only with NextRecord_ODBC methods.
>
> The normal loop should looks as:
>
> tbl.FirstRecord()
>
> do
>
>
> while( tbl.NextRecord() )
>
>
Yes that works AND cleaner code as well - Thanks!
Joakim
> --
> Best regards,
>
> Ruslan Zasukhin
> VP Engineering and New Technology
> Paradigma Software, Inc
>
> Valentina - Joining Worlds of Information http://www.paradigmasoft.com
>
> [I feel the need: the need for speed]
>
>
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina
>
More information about the Valentina
mailing list