Properties for BasicReport
View property list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Allow_Cancel_State | Specifies whether the status panel will support a Cancel button Allow_Cancel_State specifies whether the status panel will support a Cancel button. | BasicReport |
| Assigned_Channel | Report | |
| Cancelled_State | Setting this true will cancel a report Cancelled_state is set to true when a report has been cancelled. | Report |
| Child_Count | Returns the number of child objects the object contains Child_Count returns the number of child objects the object contains. | cObject |
| Child_Rpt_State | Set true if the current Report object is nested Child_rpt_state is set true if the current Report object is nested (the current report has a parent report). | Report |
| Current_Rec | Contains the record number of the current valid record found | Report |
| Delegation_Mode | Determines if and how unknown messages are delegated The delegation_mode of an object determines the method by which unknown messages are handled. | cObject |
| Display_Error_State | BasicReport | |
| Find_Down_State | Determines if an index should be traversed in forward or reverse order Find_Down_State determines if an index should be traversed in forward or reverse order. | Report |
| Find_Mode | Maintains the current finding mode Find_mode maintains the current finding mode, where 0 =lt, 1 =le, 3 =ge, and 4 =gt. | Report |
| Footer_Lines | Contains the number of lines in the page_bottom image plus the page_footer image plus the page_total image | Report |
| Found_Rec | Contains the record number of the record found by the find_rec function | Report |
| Has_Children_Rpt_State | Is set true if other reports are nested inside this report object Has_children_rpt_state is set true if other reports are nested inside this report object. | Report |
| Last_Rec | Contains the record number of the last selected record found | Report |
| Main_File | Contains the filenumber of the file which the report will use for finding records Main_file contains the filenumber of the file which the report will use for finding records. | Report |
| Main_Report_Id | Contains the object ID of the outer report Main_report_id contains the object ID of the outer report. | Report |
| Name | Returns the full name of the object including parentage Name returns the full name (including parentage) of the object. | cObject |
| New_Page_State | Set true when a new page is needed New_page_state is set true when a new page is needed. | Report |
| No_Constrained_Find_State | Determines if constrained record finding should be disabled Normally a report uses constraints to handle all record initializing, finding, and selection. | Report |
| No_Finding_State | Determines how the Report object will find records If set to true, then the Report object will not find records internally. | Report |
| No_PageCheck_State | Set true when the Report object is processing a new page No_page_check_state is set true when the Report object is processing a new page (a new page or reprinting subheaders). | Report |
| No_Relate_State | Determines if relates are automatically performed or if it is up to you to make sure the records that you need related are found | Report |
| Num_Breaks | Returns the number of breaks in a report This property is maintained by the Report object and you should be careful if you decide to change its value. | Report |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists The Object_Id property returns the object handle identifier of the object. | cObject |
| Object_Label | Returns the short name of an object Object_Label returns the short name of the object using the Name property. | cObject |
| Ordering | Contains the index number which will be used for finding records Ordering contains the index number which will be used for finding records. | Report |
| Output_Device | Handles the name of the output device Output_device handles the name of the output device. | BasicReport |
| Page_Count | Keeps track of the current page number Page_count keeps track of the current page number. | Report |
| Page_End | Determines how many lines on a page are allowed before a page break will occur Page_end determines how many lines on a page are allowed before a page break will occur. | Report |
| Page_End_State | If this property is set true below the forward send statement in the starting_main_report procedure, then the next page_check will cause an end-of-page/new-page sequence | Report |
| Page_Feed | Used by the formfeed procedure The FormFeed method checks Page_Feed to determine how to handle a formfeed. | Report |
| Page_Footer_Lines | The number of lines in the page_footer image Page_footer_lines is the number of lines in the page_footer image. | Report |
| Parent | Returns the parent of an object The Parent property returns parent object handle of an object. | cObject |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |
| priCurrentRec | Contains the RowId of the current valid record found priCurrentRec contains the RowId of the current valid record found. | Report |
| priFoundRec | Contains the RowId of the record found by the find_rec function priFoundRec contains the rRowId of the record found by the find_rec function. | Report |
| priLastRec | Contains the RowId of the last selected record found priLastRowId contains the RowId of the last selected record found. | Report |
| Rec_Count | Contains the number of records found for the current report Rec_count contains the number of records found for the current report. | Report |
| Refind_For_SubTotal_State | Ensures that the subtotal is processed with the last valid record for that break level Refind_for_subtotal_state is for advanced use. | Report |
| Report_Caption | Contains the text that will appear in the status panel's caption bar Report_caption contains the text that will appear in the status panel's caption bar. | BasicReport |
| Report_Channel | Determines which output channel will be used for your report output Report_channel determines which output channel will be used for your report output. | Report |
| Report_Footer_Lines | The number of lines in the report_footer image Report_footer_lines is the number of lines in the report_footer image. | Report |
| Report_Message | An additional message area that will appear below the report_title in the status panel | BasicReport |
| Report_Status_Panel | BasicReport | |
| Report_Title | A centered title that appears in the status panel Report_title is a centered title that appears in the status panel. | BasicReport |
| Rpt_Ttl_Level | Keeps track of the current sub-total level during subtotal processing Rpt_ttl_level keeps track of the current sub-total level during subtotal processing. | Report |
| Server | Contains the object ID of this object's server Server contains the object ID of this object's server. | Report_DS |
| Status_Log_Id | Object ID of status-log object Status_log_id is the Object ID of status-log object. | BasicReport |
| Status_Log_State | Determines if automatic status logging will occur when process starts, stops, and when an error occurs | BasicReport |
| Status_Panel_State | Enables or disables the status panel that reports the status of the report as it runs Status_Panel_State enables or disables the status panel that reports the status of the report as it runs. | BasicReport |
| Sub_Totaling_State | Set true when the Report object is processing subtotals or totals Sub_totaling_state is set true when the Report object is processing subtotals or totals. | Report |