FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlxProgressPhase Enumeration

Phase of the report we are in.

Pascal
TFlxProgressPhase = (
  fps_NotRunning,
  fps_ReadTemplate,
  fps_OrganizeData,
  fps_CopyStructure,
  fps_FillData,
  fps_FinalCleanup,
  fps_Done
);
C++
enum TFlxProgressPhase {
  fps_NotRunning,
  fps_ReadTemplate,
  fps_OrganizeData,
  fps_CopyStructure,
  fps_FillData,
  fps_FinalCleanup,
  fps_Done
};
Members 
Description 
fps_NotRunning 
Report is inactive.  
fps_ReadTemplate 
Reading and parsing the template.  
fps_OrganizeData 
Organizing the data on the template.  
fps_CopyStructure 
Inserting the needed rows/ranges for the report.  
fps_FillData 
Replacing the tags with the new values.  
fps_FinalCleanup 
Fixing pagebreak or delete rows tags.  
fps_Done 
Report has finished.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!