RiParam in UDF
-
- Posts: 5
- Joined: Tue Oct 10, 2017 12:44 pm
RiParam in UDF
Converting reports from R&R 6 DOS to R&R 8 Windows. In R&R DOS it is possible to use RiParam() in a user-defined function, as in:__BrHeader() = Iif( RRunin() > 0, RiParam( ^HEADER^ ), ^^ ).__In R&R 8 I can not find a way to do this (I am using the DLL interface to run my reports, not the command-line interface and getFirstUserParam does not catch the parameters used in an UDF).__Anyone an idea ? Is this solved in R&R 10 ?__Thanks.__
=> RE: RiParam in UDF
It is probably not different in Version 10.__The only way around would be to create and use the RIPARAM value in a non-udf based calculation so that R&R sees that it is a used value in the report.____Kathleen__R&R Support