//
procedure Tmain
var
index:integer;
inputstring:string;
newform:TFinalReport;
begin
//取得當前會計期間的值
setpara();
index:=strtoint(para[
//提示用戶輸入要顯示的會計期間
inputstring:= InputBox(
index:=strtoint(inputstring);
//計算資產負債表
adocommand
adocommand
//顯示報表窗體
//這是因為每次調用的報表窗體都可能顯示不同的會計期間
newform:=TFinalReport
newform
newform
end;
//
procedure Tmain
begin
close;
end;
以上是主窗體的所有代碼
[
From:http://tw.wingwit.com/Article/program/Delphi/201311/25044.html