Regarding Rollover Button
I want to user Rollover butoon & I performed the following step but its not working.
1) Paste the Rolloverbutton.jar file in /forms/java directory.
2) Editing made in formsweb.cfg file and set archive = ...,rolloverbutton.jar
3) Paste the following code in formsweb.cfg file
[Rollover]
pageTitle=OracleAS Forms Services - Rollover Button Demo
IE=jinitiator
baseHTMLJInitiator=demobasejini.html
archive_jini=frmall_jinit.jar,rolloverbutton.jar
form=rolloverforms/java
width=675
height=480
separateFrame=false
splashScreen=no
lookAndFeel=oracle
colorScheme=blue
background=/formsdemo/images/blue.gif
4) Create a normal button with iconic=false and set implementation class to oracle.forms.demos.enhancedItems.RolloverButton
But still its not work.
Can Rollover button run with J INITIATOR or not.
Regards