F
Fairys
Unregistered / Unconfirmed
GUEST, unregistred user!
下面这样作出错:
void __stdcall PrintTable(char *cTitle)
{
QuickReport1 = new TQuickReport1(Owner);
QuickReport1->lblTitle->Caption = cTitle;
QuickReport1->Preview();
}
void __stdcall PrintTable(char *cTitle)
{
QuickReport1 = new TQuickReport1(Owner);
QuickReport1->lblTitle->Caption = cTitle;
QuickReport1->Preview();
}