หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Aborts the processing of a report or XMLport.
Syntax
QUIT
Remarks
When you use the QUIT function, the report or XMLport is exited without committing any changes that were made to the database during the execution. The OnPostReport Trigger or OnPostXMLport Trigger trigger will not be called.
Example
The following example shows how to use the QUIT function to abort an execution without committing any changes that were made during the processing.
// Do some database processing.
CurrReport.QUIT;