6i to 12c migration - get_window_property error
Hi all - This 6i code works:
set_window_property('FOO',
WINDOW_SIZE,
get_window_property(FORMS_MDI_WINDOW,WIDTH)-2,
get_window_property(FORMS_MDI_WINDOW,HEIGHT)-3);
The same code compiles in 12c but at runtime it crashes with:
"FRM-41360 Invalid value used in set_window_property".
It does not seem to like the constant values being used (e.g. 2 and 3)...Have I found a bug?
Thanks, Shane.