on 5/31/01 23:22, Charles Yeomans at yeomans .at. desuetude DO.T com wrote:
> It appears that getFirstRecord still does not work as of V4WS 1.8.7, in > that it always returns false. Is anyone using it successfully? I'd > much prefer to iterate through cursors using the same logic as is > possible with V4RB: > > if valFirstRecord(cursorRef) = true > repeat forever > //do stuff > if valNextRecord = false then > break; > end if; > end repeat; > end if; > > > Charles Yeomans
Yes indeed, Charles.
well, this is can be easy fixed:
open V4WS plugin in Resedit, open resource wsfn
goto functions 60 FirstRecord and 61 LastRecord.
They has field return_vals as 0, change it on 1. Save file.
now must work.
-- Best regards, Ruslan Zasukhin
------------------------- Paradigma.
e-mail: ruslan@paradigmasoft.com web : http://www.paradigmasoft.com
To subscribe to the Valentina mail list send a letter to valentina-on .at. lists DO.T macserve.net
------------------------------------------------------------- The Valentina mailing list is brought to you by MacServe.net For info on lists services, see http://www.macserve.net/lists.html ©2001 Ruslan Zasukhin |