I need to setup a filter to show a specific record for a form. Acctually the form show, record by record, all records of a table, in the form now there isn’t any filter.
I use a grid to “edit” a scpeific record using the ID of the table, with a link application from grid to form, so there is a way to tell the form “do not show me all the table but only ID 12345”.
Do you know how to call the form for a sepcific ID, what does the grdi set up before call the form application ?
thanks