main logo
Subject: RE: NextRecord and ObjectPtr?
Author: "Joakim Schramm"
Posted: 2006/04/30 07:49:07
 
View Entire Thread
New Search


>
> 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 .D.OT macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina
>

_______________________________________________
Valentina mailing list
Valentina@lists.macserve.net
http://lists.macserve.net/mailman/listinfo/valentina

 
©2006 Joakim Schramm
<-- Prior Message New Search Next Message -->