form peronalizatio 3 - call custom library builtin

6
1. Initialize a menu in the form

Upload: prasath-rajaram

Post on 08-Feb-2016

20 views

Category:

Documents


3 download

DESCRIPTION

Form Peronalizatio 3 - Call Custom Library Builtin

TRANSCRIPT

Page 1: Form Peronalizatio 3 - Call Custom Library Builtin

1. Initialize a menu in the form

Page 2: Form Peronalizatio 3 - Call Custom Library Builtin

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)

Page 3: Form Peronalizatio 3 - Call Custom Library Builtin
Page 4: Form Peronalizatio 3 - Call Custom Library Builtin

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)

Page 5: Form Peronalizatio 3 - Call Custom Library Builtin

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

COMMAND TO COMPILE :

Page 6: Form Peronalizatio 3 - Call Custom Library Builtin

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.