if I have an array with 16 fields ( for a sample 30 records)
and I wish see if I have allready the same record on a dbf
and if found assign on array a check if there is allready a record into dbf
How I must make ?
sample :
I create a price list for the June ( aData array)
I wish Know if the user allready insert each record on tariffe.dbf database
How I must make
I wish check if the fields tipo,idelemento,servizio,settori,giorni,mese are the same
as column 2,3,7,8,9 and 10,
I could index the tariffe.dbf on tipo+idelemento
I must use set filter?