Subject Re: OODML... querry and help
From Prem Shah <pshah6384@gmail.com>
Date Sat, 02 Nov 2019 04:33:03 -0400
Newsgroups dbase.getting-started

Alex Safian Wrote:

> 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
>
Thank you very much " Alex".

> 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
>