Hello,
Does somebody know if it's possible to do in Forms 4.5 the following:
On the left part of the screen we should see the list of people ordered by Last name. Last names come from a view (not-updateable, Oracle 7). On the right part against each person we should see a row of his details which come from a table. Details have to be inserted/updated. I made the right part in a based-table block, since the where_clause on this screen depends only on the details in the right part. In POST-QUERY I retrieve then the list of last names - but it's already cannot be ordered_by !
What is the easiest way to do this?
Or I shouldn't make this block table-based?
Thanks!
Does somebody know if it's possible to do in Forms 4.5 the following:
On the left part of the screen we should see the list of people ordered by Last name. Last names come from a view (not-updateable, Oracle 7). On the right part against each person we should see a row of his details which come from a table. Details have to be inserted/updated. I made the right part in a based-table block, since the where_clause on this screen depends only on the details in the right part. In POST-QUERY I retrieve then the list of last names - but it's already cannot be ordered_by !
What is the easiest way to do this?
Or I shouldn't make this block table-based?
Thanks!