AVEVA Community
AVEVA Community
  • Site
  • User
  • Site
  • Search
  • User
PDMS/E3D Forum
  • AVEVA World
PDMS/E3D Forum
PDMS Quick Tips & Customizations Customize DLL in Report Designer
  • Forums
  • Resources
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Replies 3 replies
  • Subscribers 2 subscribers
  • Views 31 views
  • Users 0 members are here
Options
  • Share
  • More
  • Cancel
Related

Customize DLL in Report Designer

Ariel M. Hermosilla
Ariel M. Hermosilla over 10 years ago
 
  • Sign in to reply
  • Cancel
  • Ariel M. Hermosilla
    Ariel M. Hermosilla over 10 years ago
     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Admin
    Admin over 9 years ago
    Hi,

    easiest way is: Put the class definition for "clsErrorLog" into the script part of the report.
    Is the DLL really imported?
    PML or CMDLINE:
    import /PATH\file.dll
    handle(1000,0)
    endhandle

    Cheers
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Ariel M. Hermosilla
    Ariel M. Hermosilla over 9 years ago
    [QUOTE=aequitas;97348]Hi,

    easiest way is: Put the class definition for "clsErrorLog" into the script part of the report.
    Is the DLL really imported?
    PML or CMDLINE:
    import /PATH\file.dll
    handle(1000,0)
    endhandle

    Cheers

    Hi aequitas,

    Good day!

    I'm doing it in the Report Designer Script using C#. There's no problem in importing DLL using PML.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel