Hello ,
when i'm trying to use SET_CANVAS_PROPERTY to show Image in canvas background ,using the new BACKGROUND_IMAGE property.
this code :
SET_CANVAS_PROPERTY ('CANVAS1', BACKGROUND_IMAGE, 'C:\graphics\team-usa.jpg');
i'm getting this error in forms builder
identifier 'BACKGROUND_IMAGE ' must be declared
i got this code from this link page 18 :
https://www.oracle.com/technetwork/developer-tools/forms/documentation/oracleforms-12210-newfeatures-2906037.pdf
but forms giving me error that can not
I have Oracle Database 12c Standard Edition Release 12.1.0.2 , FMW 12.2.1.2 .
Could you please help me