| 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_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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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_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 |
| 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 |
| 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 |