Get memo text from Dialogue form

Is it possible to get memo text (entered by user) from dialogue for further usage?
I use FastReport 2.5 and Delphi 6.
Thanks for any advice.

Otzi

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 7:44PM
    Hi otzi
    if you are talking about an fr dialog form, in the onclick event of the button
    initialize a variable to whatever
    ie.
    myvarname := edit1.txt.
    regards ;)
  • edited 7:44PM
    I though further usage in program not in report.
    The right solution is in http://www.fast-report.com/en/faq.php#74

Leave a Comment