|
|
- - - - - - - - - - - - - - ผู้ให้การสนับสนุน- - - - - - - - - - - - - -
|
|
|
กระทู้ #3105 [Delphi] (จาก IP: 61.47.64.8)
MSReport
ขอบคุณครับ แต่ที่ต้องการท
|
จากคุณ
:
watchaphong / watchapong2528@hotmail.com [2011-07-20 11:34:10]
|
|
ความคิดเห็น #28425 (จาก IP: 61.47.64.8)
unit Unit1;
interface
uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, MSReport;
type TForm1 = class(TForm) Button1: TButton; Edit1: TEdit; ExcelReport1: TExcelReport; procedure Button1Click(Sender: TObject); private { Private declarations } public { Public declarations } end;
var Form1: TForm1;
implementation
{$R *.dfm}
procedure TForm1.Button1Click(Sender: TObject); begin ExcelReport1.NewWorkBooks; ExcelReport1.WriteData2Cell(5,5,Edit1.Text); end;
end.
โปรแกรมคือจะทดลองใช้ Component MSReport โดย นำค่าจาก Edit1.text หลังจากกดปุ่ม Button แล้วไปใส่ในตาราง Excelเมื่อกด Run ก็ไม่มี error นะครับแต่พอกดปุ่ม Button ขึ้น |
จากคุณ
:
watchaphong / watchapong2528@hotmail.com [2011-07-20 11:41:15]
|
|
ความคิดเห็น #28426 (จาก IP: 210.213.58.63)
เคยลองแต่ใช้ไม่ได้เหมือนกัน คำแนะนำคือ -ในเครื่องต้องมีการติดตั้ง exel ไว้แล้ว -ลองหา method อื่นเรียกใช้แทน NewWorkBooks เช่น OpenBlankSheet -การเปิดใช้งาน delphi ควรเปิดเป็น administrator
คุณใช้ delphi รุ่นไหน บน windows ตัวไหน แจ้งมาหน่อยก็ดี ผมว่างๆจะลองให้
คำแนะนำอื่น คือใช้ component ตัวอื่นซะเช่น http://www.vector-ski.com/reports/arx_samples.htm |
จากคุณ
:
maddog [2011-07-20 12:27:02]
|
|
|
- - - - - - - - - - - - - - ผู้ให้การสนับสนุน- - - - - - - - - - - - - -
|
|
|
|
|