أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
1. Insert image into report layout through menu
2. Store image as a clob type in table and call this table and image in report builder
Add the Image to the layout and edit the properties with $OA_MEDIA path and keep the image on the server at the same path.
use BLOB data type in data base and get image form data base
use link of the file or you can save data in database also
Following step o insert image in the report.
1. Insert BLOB image file into oracle database table
2. The next step is to create a layout for the report
3.And then pull the image by sql query.
Create a field 'read from the file "property set to choose" yes "and the property" file format "set to' image '...
Then give a path in which the image of this field there.
we can import the jpg image using edit and import option in oracle forms.
create a normal field with the ' read from file ' property set to ' yes ' and the ' file format ' property set to ' image ' ...
Then throws a string from the path where the image for this field.