Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cannot set block property PRECOMPUTE_SUMMARIES with SET_BLOCK_PROPERTY

DoevelaarNov 24 2015 — edited Nov 30 2015

Hi all,

I'm trying to set the property precompute_summaries programmatically with set_block_property. According to the Forms Help pages this is possible (Forms 10.1.2.3.0), but it gives a compiler-error:

identifier 'PRECOMPUTE_SUMMARIES' must be declared

Command giving the compile error:

  set_block_property( 'ASE_ALL', PRECOMPUTE_SUMMARIES, PROPERTY_TRUE);

The reason why I'm trying this runtime and not by changing the property is that it's a Designer-generated form.

I was hoping that there's a bug in the Forms Help and that I could use PRECOMPUTE_SUMMARY or something like that, but no... A search on MOS didn't come up with anything useful either.

Any ideas?

Kind regards,

Ronald

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2015
Added on Nov 24 2015
4 comments
1,447 views