0% found this document useful (0 votes)
103 views6 pages

Form Peronalizatio 3 - Call Custom Library Builtin

The document outlines steps to initialize a menu in a form, invoke a custom library using a built in call, download and modify the library to handle a passed event, save and recompile the library, and have the event trigger the library when selected from the menu.

Uploaded by

Prasath Rajaram
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
103 views6 pages

Form Peronalizatio 3 - Call Custom Library Builtin

The document outlines steps to initialize a menu in a form, invoke a custom library using a built in call, download and modify the library to handle a passed event, save and recompile the library, and have the event trigger the library when selected from the menu.

Uploaded by

Prasath Rajaram
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

1.

Initialize a menu in the form

2. Invoke the custom.pll using built in call custom library (this can only call the custom.pll library) and mention the argument (value can be anything)

3. Download the custom.pll from server (present in resource folder in AU_TOP) and open in forms builder 4. Modify the procedure event inside CUSTOM (package body) to handle the event passed from form personalization (the event name must be same as the ARGUMENT field in above screen)

5. Save changes and move the custom.pll to server again. 6. Compile the custom.pll to create the .plx file. COMMAND TO COMPILE :

frmcmp_batch module=CUSTOM.pll userid=apps/msc321 output_file=CUSTOM.plx module_type=LIBRARY batch=yes compile_all=special 7. When invoked from front end in the respective menu, the personalization event in turn triggers the custom.pll and output of the submitted concurrent program is displayed.

You might also like