Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Clear Image Item

Moazam ShareefFeb 22 2009 — edited Feb 22 2009
Hi guyz,

anyone give me syntax how to clear the image item in forms 6i i have 6 images and 6 button in my block.

Image1 -- Inserting Image
Image2-- Inserting Image
Image3-- Inserting Image

DelImage1- delete or clear Image
DelImage2- delete or clear Image
DelImage3- delete or clear Image

when i pressed image1 button open box will appear and i can insert the image but when i want to clear or delete the image item in selection from delimage1,or,3 it will clear only the first image item example delimage1 not the other how can i clear the particular image like delimage2 or delimage3 not the first one.

im using the below code but didnt work. anyone give me some syntax to clear image item.
 clear_item(':block.image_item'); 
;

and when i use
 clear_item; 
;

it will cler only single image.
clear_block{'blockname'); 
anyone help me in this plz.

Regards

Moazam
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2009
Added on Feb 22 2009
4 comments
1,899 views