Filter the records displayed in Form [message #455496] |
Tue, 11 May 2010 20:36 |
coolguy01
Messages: 64 Registered: August 2006
|
Member |
|
|
Hi,
I have a block in the form which is based of a table as data source and so when i query on the form using a execute_query inbuilt statement is fired and all the records in the table behind is retrived and displayed. Also if i need to update any record i can do in on the screen and use commit_form so that all the changes go into the underlying table. Now my problem is when i retrieving my records i want to filter those records based on some conditions to be displayed in the form and not all records to be retrieved. Is it possible to do it if I am using the execute_query inbuilt and my block is based of a table?
Thanks and Regards
|
|
|
|
|
|
|
|
|
|
|