How to send variables from coding page to
How to send variables from coding page to variables
such as want to send 'X1' to Variable
procedure Memo6OnBeforePrint(Sender: TfrxComponent);
var X1,X2 :real;
begin
if (<%RCW1> >= <%RCW2>) and (<%RCW1> >= <%RCW3>) and (<%RCW1> >= <%RCW4>) then
begin
Memo6.text:=<%RCW1>;
X1:= <%RCW1>;
end
memo23.text:=floatToStr(X1-X2);
end;
how to send 'X1' to Variable on catagory\variable
such as want to send 'X1' to Variable
procedure Memo6OnBeforePrint(Sender: TfrxComponent);
var X1,X2 :real;
begin
if (<%RCW1> >= <%RCW2>) and (<%RCW1> >= <%RCW3>) and (<%RCW1> >= <%RCW4>) then
begin
Memo6.text:=<%RCW1>;
X1:= <%RCW1>;
end
memo23.text:=floatToStr(X1-X2);
end;
how to send 'X1' to Variable on catagory\variable
Comments