Unable to read full image (.tif) file [message #133176] |
Wed, 17 August 2005 23:49 |
bijayad
Messages: 11 Registered: August 2005
|
Junior Member |
|
|
Hi,
In oracle Form 6i, I am able to open an image file (.TIF), but I am unable to read the full image file. Basically this is an image of an application form ( 2 pages), I'm not able to scroll down or move to the next page.
the below code is written in form builder.
the following code is written on click_event of some button.
on the click of the button the image will b displayed when this code is written.
READ_IMAGE_FILE(:IMG_BLK.PATH,'TIF','IMG_BLK.PHOTO');
:img_blk.path is the path where file exists.
:img_blk.photo is the tool name in which image is displayed.
There is tool in form builder used to display image.
Please any one helps me.
|
|
|
|