Home Discussions Questions & Answers Manual Steps Required for CUSTOM.pll Integration

Manual Steps Required for CUSTOM.pll Integration

Avatar photoCustomer December 20, 2022 at 7:45 pm

The installer gave a warning about our `CUSTOM.pll` already being customized. What exactly do I need to manually add to enable the Excel icon integration in our standard forms?

Viewing 4 reply threads
  • Author
    Replies
    • Support December 21, 2022 at 12:29 am  

      Since your `CUSTOM.pll` is already modified, the installer skipped the update. You need to open your `CUSTOM.pll` in Forms Developer, attach the `XXEN.pll` library, and insert a call to `xxen_event(event_name);`.

    • Avatar photoCustomer December 21, 2022 at 3:45 pm  

      Where specifically should the `xxen_event` function call be placed?

    • Support December 23, 2022 at 3:01 am  

      The call to `xxen_event(event_name);` must be inserted at the end of the `event()` procedure in the package body of your `CUSTOM.pll`.

    • Avatar photoCustomer December 24, 2022 at 10:18 am  

      After modifying and saving, what compilation command is required to deploy the changes in R12?

    • Support December 25, 2022 at 12:15 pm  

      You must recompile the library using `frmcmp_batch.sh` with `module=$AU_TOP/resource/CUSTOM.pll` and `module_type=library` to generate the `.plx` file, and then restart the forms session.

Viewing 4 reply threads
  • You must be logged in to reply to this post.

Login with: