In other words, change which record is being pointed to in my main loop before passing it to my other object's constructor? That makes a lot of sense, and is less work than the solution I came up with (which I described in an earlier message).
I'll give that a try. Thanks much. On 9/23/06, Ruslan Zasukhin <[EMAIL PROTECTED]> wrote:
> Subject: > From: "Dennis Birch" <[EMAIL PROTECTED]> > Date: Sat, 23 Sep 2006 16:22:00 -0700 Hi Denis, > Is this possible? > > I'd like to iterate over a recordset that could contain several > records, and feed them one record at a time to another method that > repackages them for me in an object my application can pass around > more easily. What's the syntax for doing that if it's possible? You can pass to next function just recordset, And in that function use CURRENT record of recordset -- 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]
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
