User's Function

How to turn a function defined by the visible user FR 3?
Analyzing some links of the forum noticed that would be using Scripts.
Could anybody happen an example step the step?

Thank's !

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 8:23AM
    You can add functions using the add function method from externall code
    and write an onuserfunction handler for the report component.

    you can also write your own function library and include it by creating a .pas file and including it in the project, see programmers manual, then you don't need an onuserfunction handler.

    you can also add a function by declaring it at the top of the reports code page, just as you would in delphi,
    before the initial begin end. block, it will be useable but not visible in the functions list.
    ;)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.