How can i sort data in Oracle Forms at runtime after executing the query for specified critirion? i used set_block_property but when click on Sort button it fetches all the data again from the base table.Thanks in advanceTasleem

Showing Answers 1 - 6 of 6 Answers

subasini sahu

  • Nov 17th, 2006
 

Before we have to clear the Block,

Then in Set_Block_Property put the where conditions value.

Thanks ,

Subasini.

Abbireddy Anil Kumar

  • Dec 15th, 2006
 

set_block_property('blockname',orderby clause,'fieldname);

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions