Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I everyone... I having issues to find why when I load the table BKBUY in my script geting the warning "one or more loops...", al the information get mixed and is too slow...
When i cut of the BKBUY table all relations are ok!
I think the table "FECHA" (Date in spanish) is the trouble one...
Have a look at
Probably these fields named FECHA are actually describing something semantically different (dates specific to something we need to distinguish), so I would consider renaming one or more of the FECHA fields.
Hi Pimitek77,
rename the field Fecha in BKBUY table or define a complex key field for CodCliente+Fecha to associate KACOB and KASalR tables (e.g.: autonumber(CodCliente & '|' & Fecha) as Key_CodCliente_Fecha)
Best regards
Andrea