add value to variasbles Delphi XE2

hello Forum

I need your help

I work in delphi XE2 and fastreport 4.5

i need add value to variables to fastreport

i have edit1.text, edit2.text and edit3.text
I need insert in the line to variable1



FrxReport.variables.variables:=quotedstr(edit1.text);
FrxReport.variables.variables:=quotedstr(edit2.text);
FrxReport.variables.variables:=quotedstr(edit3.text);

[img]style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Not Found FrxReport.variables.variables.line.add(quotedstr(edit3.text)); Not Found I need 3 values in 1 variable regard[/img]

Comments

  • gpigpi
    edited 3:43PM
    Try to use script variable
    frxReport.Script.variables := edit1.text + #13#10 + edit2.text + #13#10 + edit3.text;

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.