custrpt.cpp
来自「C++」· C++ 代码 · 共 23 行
CPP
23 行
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "custrpt.h"
#include "datamod.h"
//---------------------------------------------------------------------------
#pragma resource "*.dfm"
TCustomerByInvoiceReport *CustomerByInvoiceReport;
//---------------------------------------------------------------------------
__fastcall TCustomerByInvoiceReport::TCustomerByInvoiceReport(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcall TCustomerByInvoiceReport::QRDBText1Print(TObject *sender,
AnsiString &Value)
{
Value = DateToStr(MastData->CustByLastInvQueryLastInvoiceDate->Value);
}
//---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?