hi all,
i'm interested in knowing different strategies for searching records in a table.
for example, in an application you have a customers screen where you can add, edit and delete a record. this screen can only display one record at a time and uses textbox, combobox controls.
when you want to search for a record, what strategy do you use?
i've seen some people create another form and use it for filtering records. then selects the record then pass it to the customers form.
also if you're familiar with oracle forms, it has a pre-built in enter_query and execute_query functions where it uses the same customer form for searching records.
can you guys share other methods or strategies?
thanks.
i'm interested in knowing different strategies for searching records in a table.
for example, in an application you have a customers screen where you can add, edit and delete a record. this screen can only display one record at a time and uses textbox, combobox controls.
when you want to search for a record, what strategy do you use?
i've seen some people create another form and use it for filtering records. then selects the record then pass it to the customers form.
also if you're familiar with oracle forms, it has a pre-built in enter_query and execute_query functions where it uses the same customer form for searching records.
can you guys share other methods or strategies?
thanks.