[V4MD] API way: search in all fields

Ruslan Zasukhin sunshine at public.kherson.ua
Thu Mar 31 23:18:16 CST 2005


On 3/31/05 8:11 PM, "info at vallemediatime.com" <info at vallemediatime.com>
wrote:

> I've understand the destination of iterator but I hope in a way for iterate
> through *field sets* :-).
> If this is not possible I must return to some SQL query.

Paolo,

I do not understand what problem you see.

Make some function:
    this is ala code to show idea:


ShowTable( Set, ListOfField )

  --  loop by records
    Table.RecId = N

      --  loop by fields from list
       for each item in list do
           show filed

----------------

So later you can do

    set = tblPerson.Field("Name").Find( "something" )

    ShowTable( set, ["f1", "f2", "f3"] )



-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina-beta mailing list