When I include a new F3.
1. Insert new field with pv property : "EXE_P_Aduanas",
2. Create the StoreProcedure :CREATE
PROCEDURE EXE_P_Aduanas @parm1 char(3) ASSelect
Cod_Aduana,Descr_Aduana from xAduanaswhere
Cod_Aduana like @Parm1 order by Cod_Aduana3. Import the .csv to pvrec.
"EXE_P_Aduanas"
,"","","Select Cod_Aduana,Descr_Aduana from xAduanas where Cod_Aduana like @Parm1 order by Cod_Aduana","xAduanas","xAduanas.Cod_Aduana;Codigo Aduana;0;0","xAduanas.Descr_Aduana;Descripcin;0;0"
After all, this message appears:
programming bulletproof error 10077: There are no defition in Data Dictorionary for the Table.field
Thanks for your Help!!
Leslie Cox
*This post is locked for comments