Hello
I want to display Gif file in oracle form6i,i am trying by using PictureBox as following.
I have pictureBox name='PIC'
And i have Button name='button1'
I set ImageFormat property='GIF'
this is my code
--------------------
READ_IMAGE_FILE ('D:\Animation\ loading_animati on.gif','GIF',' BLOCK2.PIC');
--------------------
its load the gif image but does not animating.
pleas send me the full Solution.
I Really need it, thanks
I want to display Gif file in oracle form6i,i am trying by using PictureBox as following.
I have pictureBox name='PIC'
And i have Button name='button1'
I set ImageFormat property='GIF'
this is my code
--------------------
READ_IMAGE_FILE ('D:\Animation\ loading_animati on.gif','GIF',' BLOCK2.PIC');
--------------------
its load the gif image but does not animating.
pleas send me the full Solution.
I Really need it, thanks
Comment