Hello all,
So lets say I have this <MvEVAL expr = "{thisdb.d.somefield}"> and it's currently on row 500 of the xbase3 table. But then I want to MvEVAL the same field using row 499 data?
That is I do NOT want to move the pointer, I just want to eval field values for rows that are different from where the pointer is. Is there a way? A way to do so directly without reading the DB rows all into another structure, etc.?
Thanks --
So lets say I have this <MvEVAL expr = "{thisdb.d.somefield}"> and it's currently on row 500 of the xbase3 table. But then I want to MvEVAL the same field using row 499 data?
That is I do NOT want to move the pointer, I just want to eval field values for rows that are different from where the pointer is. Is there a way? A way to do so directly without reading the DB rows all into another structure, etc.?
Thanks --
Comment