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...
asked by
09.12.2018 / 16:13