Z zjwork Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-25 #1 我要加入圖形至我的報表,但是圖形是由我的程序產生的,有什么方法可 以在打印之前加圖形至報表<在 c++ builder環境下>
Z zjwork Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-25 #2 delphi中是這樣實現的,可在bcb不知怎樣才能實現, procedure TForm1.frReport1BeforePrint(Memo: TStringList; View: TfrView); begin if View.Name = 'Picture1' then TfrPictureView(View).Picture.LoadFromFile(Table1AREA.AsString) end;
delphi中是這樣實現的,可在bcb不知怎樣才能實現, procedure TForm1.frReport1BeforePrint(Memo: TStringList; View: TfrView); begin if View.Name = 'Picture1' then TfrPictureView(View).Picture.LoadFromFile(Table1AREA.AsString) end;
T taozhiyu Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-25 #5 来自:zjwork, 时间:2002-9-25 16:53:00, ID:1345568 | 编辑 delphi中是這樣實現的,有誰在 bcb中實現過呢,我總是不成功,感謝各位了,急??? procedure TForm1.frReport1BeforePrint(Memo: TStringList; View: TfrView); begin if View.Name = 'Picture1' then TfrPictureView(View).Picture.LoadFromFile(Table1AREA.AsString) end;
来自:zjwork, 时间:2002-9-25 16:53:00, ID:1345568 | 编辑 delphi中是這樣實現的,有誰在 bcb中實現過呢,我總是不成功,感謝各位了,急??? procedure TForm1.frReport1BeforePrint(Memo: TStringList; View: TfrView); begin if View.Name = 'Picture1' then TfrPictureView(View).Picture.LoadFromFile(Table1AREA.AsString) end;
T taozhiyu Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-25 #6 ru如果你要提前,建议按下面的“将此问题提前“按钮;另外一个问题不要多次提问