Master / Detail Error Quick Search

I have a detail of a detail table, after performing the Quick Search is showing me all results in the table and does the union with the master id,
as if he is doing a select * from “nametable” and not a select * from “nametable” where id = idmaestro

I can help

thanks

You can try turning on debug mode Application->Settings->Error Settings (Error Settings is on but bottom). Turn on the DEBUG and the system will display the SQL that is being issued. This might at least give you a better idea of what the actual SQL is.