How I can add my own function in FastReport 4.3
I have written two functions:
1. TimeToMinutes(sTime: String): Integer;
2. MinutesToTime(nMinutes: Int): string;
and am successfully using myself in my reports. I have copied these functions in the CODE page of all of my reports that are using them. However I want these functions to be available to my end-users so that they can also utilize them when designing their own reports.
I there a way that these two functions can appear along side the FastReport functions? Or, any other solution so that my end-users can use them.
Tariq Changgez
1. TimeToMinutes(sTime: String): Integer;
2. MinutesToTime(nMinutes: Int): string;
and am successfully using myself in my reports. I have copied these functions in the CODE page of all of my reports that are using them. However I want these functions to be available to my end-users so that they can also utilize them when designing their own reports.
I there a way that these two functions can appear along side the FastReport functions? Or, any other solution so that my end-users can use them.
Tariq Changgez
Comments