Email Us : sunilkumark11@gmail.com
Free Training > SQL PL / SQL Forms Reports Oracle Applications
< Previous Next >

 
Forms - Object libraries

Used to share components across the files.
These are separately stored outside the FMB file.
Object Libraries are stored separately in a file with extension .OLB
Provide high security while sharing.
Library tabs are containers holds the controls in it.
Object Library can have any no of library tabs.
Provide label property for library tabs.
Making Library
Open the form builder tool Open an existing form  ( EMPONE.FMB )
Select Object Libraries Click on create button
Select Library tabs Click on create button

Place the components to be shared in library tabs. ( How can we do this ? )
Select Data block Copy

Open the Library tab ( double click )   and Paste ( Look at the screen shot ).

the property palette of the library tab, mention the name and label as Block.(Look at the screen shot).

Similarly create another library tab, and copy paste the canvas into it.

In the property palette of the library tab, mention the name and label as canvas.(Look at the screen shot).
Similarly create another library tab, and copy paste the window  into it.
In the property palette of the library tab, mention the name and label as window.(Look at the screen shot).

Save the Object library with the name ( TEST.OLB )

 


< Previous Next >