Subject Re: OODML... querry and help
From Alex Safian <noway@noway.com>
Date Fri, 01 Nov 2019 23:14:06 -0400
Newsgroups dbase.getting-started

Hi Prem:
Ken's article "XBase to dBASE's Object Oriented Database Manipulation Language (OODML)" is probably the best treatment of the translation from xbase to the new language -- http://www.dbase.com/Knowledgebase/INT/xb2vdb7oodml/x2oodml.htm

At the top of the article there is a link to examples.

For replace all there is no direct equivalent -- you just do a loop with ...rowset.next() to enforce the skip.

HTH

Alex

Prem Shah Wrote:

> this para is from oodml....supplimentary reading
> ********SET RELATION is now MasterRowset and MasterFields.****** SKIP is rowset.next(). GO TOP is rowset.first() and SET KEY TO is rowset.setRange(). For more information on equivalent commands and methods see the "Xbase/OODML Equivalents" chart at the end of this chapter.
>
> and also replace all....
> can i get an example
> Prem Shah