procedure TFdy_qrd.frxReport1GetValue(const VarName: String;
var Value: Variant);
begin
if VarName='zh' then
Value:=edit1.Text;
if VarName='hm' then
Value:=edit2.Text;
if VarName='ye' then
Value:=edit4.Text;
if VarName='dz' then
Value:=edit6.Text;
if VarName='rq' then
Value:=FormatDateTime('yyyy年mm月dd日',strtodatetime(MaskEdit1.Text));
if VarName='xm' then
Value:=edit9.Text;
end;