Sie sind auf Seite 1von 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.

Das könnte Ihnen auch gefallen