Hello,
I need to rename some items from the table item but only the first 10 positions of the field no.
They give-me the first 10 positions of the old No. and the new 10 positions.
And i have to rename all the items that i found starting with the old 10 positions.
My question is, is there a way of filtering the records with only part of the key??
The only ideia that i have is to read all the records and find those that i want. But i think that will be time consuming :?
Thanks
Eduardo
Carpe Diem
0
Answers
I will try it now.
The "find", just comes empty.
Artigos.SETFILTER(Artigos."No.", CodAnt + '*');
IF Artigos.FIND('-') THEN REPEAT
..
..
UNTIL Artigos.NEXT = 0;
My mistake. :oops: