Explain the following file extention related to library?
Answer / guest
.pll,.lib,.pld
Answer::
The library pll files is a portable design file
comparable to an fmb form file
The library lib file is a plat form specific,
generated library file comparable to a fmx form file
The pld file is Txt format file and can be
used for source controlling your library files
| Is This Answer Correct ? | 1 Yes | 0 No |
what exactly u write in when_new_form_instance
What are the design facilities available in forms 4.0?
What is a combo box?
What are the trigger associated with image items?
What is a library in Forms 4.0?
running a report from Form or other Report , The Parameter Form Page will be Display first . I don?t want to display the screen . What I have to do ?
At what point of report execution is the before Report trigger fired?
What are the Built-ins to display the user-named editor?
Where is the external query executed at the client or the server?
What is the built-in used for showing lov at runtime?
HI in report builder am creating paramters.for that i have taken emp table from scott user . in deptnum am displaying distinct deptno.if i select dept 10 ,empnum drop down should display empno's of deptno 10. .if i select dept 20 ,empnum drop down should display empno's of deptno 20.for this wat i have to do.
How i call Reports from Forms10g.