CREATE CURSOR oproductos (;
codant c(150),;
marca c(15),;
modelo c(15),;
nroserie c(50),;
codfab c(15),;
nombre c(90))
SELECT oproductos
GOTO TOP
that cursor filled it in a grid with data when importing from excel,
What I need, is to check if in the cursor oproductos has the codant is repeated.
The truth is I'm new to this, but I need the search to be as efficient as possible, hopefully it is not necessary to use a cycle. from now on, thanks