Home RAP
New Blog Posts: Merging Reports - Part 1 and Part 2

Changing System Variable to French using RAP

edited January 2006 in RAP
Does anyone know how to use RAP to change a System Variable to display in
French on runtime?

Comments

  • edited January 2006
    Hi Ashlee,

    You can use the OnGetText event of the TppSystemVariable to change the
    displayed output. Changing the Text parameter will change the text on
    screen.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited January 2006
    Hi Nico,

    Could you please send me the syntax of what the RAP statement should look
    like.

    I don't want my users to always have to go into the RAP and change the text.
    I would like for it to automatically update.

    Thanks for help!

    Ashlee
  • edited January 2006
    Hi Ashlee,

    After further research, I found that the text displayed with certain System
    Variable setups is translated automatically when the Report.Language
    property is changed. Note that if you change the language of a report, you
    will need to distribute the language files along with your application. See
    the documentation located in the \RBuilder\Languages\... directory for more
    information.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.