*/
If you have a PH account, you can customize your PH profile.
*/

View DEMOS\QR20FRM1.PAS

ssBarcode v2.3 - The best barcode VCL for Delphi, hands-down!

Submitted By: Unknown
Rating: (Not rated) (Rate It)


unit qr20frm1;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  StdCtrls;

type
  TfrmDemo = class(TForm)
    Label1: TLabel;
    Label2: TLabel;
    btnPreview: TButton;
    Label3: TLabel;
    procedure btnPreviewClick(Sender: TObject);
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  frmDemo: TfrmDemo;

implementation

uses qr20frm2;

{$R *.DFM}

procedure TfrmDemo.btnPreviewClick(Sender: TObject);
begin
  frmQRReport.QuickRep1.Preview
end;

end.

corner
© 1996-2008 CommunityHeaven LLC. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
North American business development: Nicolai Wadstrom. Publisher: Lars Hagelin.