From: Bob D. <bd...@si...> - 2005-06-12 16:41:02
|
It's actually rlib_add_parameter and reference them as "m.xxxxxx" The API is kinda confusing here. - Bob On Sun, 2005-06-12 at 17:41 +0200, Zoltan Boszormenyi wrote: > Hi, > > how can I pass some strings to my reports? > I saw rlib_set_output_parameter() in the documentation, > both the C and PHP API says: SEE OUTPUT PARAMETERS. > But this section isn't in the documentation. > > So, if I would like to display a date interval in a subtitle-like > line, I use > > rlib_set_output_parameter(r, "start_date", mystartdate); > rlib_set_output_parameter(r, "end_date", mystartdate); > > but how can I use them in the report XML? > r.start_date? Not an internal variable. > v.start_date? Not a variable defined in the XML. > > Best regards, > Zoltán Böszörményi -- Bob Doan <bd...@si...> |