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