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
I use FastReport 2.5 and Delphi 6.
Thanks for any advice.
Otzi
Comments
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
The right solution is in http://www.fast-report.com/en/faq.php#74