Fast Report Command in string
I need to use a string to get the data from fast:
procedure Memo9OnBeforePrint(Sender: TfrxComponent);
begin
i:= '<frxDBMetodosPagamentos."codigo">';
imp:= i ;
end;
It's possible?
procedure Memo9OnBeforePrint(Sender: TfrxComponent);
begin
i:= '<frxDBMetodosPagamentos."codigo">';
imp:= i ;
end;
It's possible?
Comments
You should make the code more robust. I've just posted the "essentials".
Cheers, Paul