0

Is it possible to show edit1.text data in QRlabel? I want to add items and save with quickreport. My edit field and combobox is on my main form, Quickrep is on the second form. Thanks for the help!

4

1 回答 1

2
procedure TQuickRpr1.QRLabel1Print(Sender: TObject; var Value: string);
begin
  Value := Form1.Edit1.Text
end;
于 2013-08-21T13:22:49.090 回答