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
------------------------------------------------------------- The Valentina mailing list is brought to you by MacServe.net For info on lists services, see http://www.macserve.net/lists.html ©2001 Charles Yeomans |