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 !
Analyzing some links of the forum noticed that would be using Scripts.
Could anybody happen an example step the step?
Thank's !
Comments
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.