| Assigned_Channel |
|
Report |
| Cancelled_State |
Setting this true will cancel a report |
Report |
| Child_Rpt_State |
Set true if the current Report object is nested |
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 |
Report |
| Find_Mode |
Maintains the current finding mode |
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 |
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 |
Report |
| Main_Report_Id |
Contains the object ID of the outer report |
Report |
| New_Page_State |
Set true when a new page is needed |
Report |
| No_Constrained_Find_State |
Determines if constrained record finding should be disabled |
Report |
| No_Finding_State |
Determines how the Report object will find records |
Report |
| No_PageCheck_State |
Set true when the Report object is processing a new page |
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 |
Report |
| Ordering |
Contains the index number which will be used for finding records |
Report |
| 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 |
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 |
Report |
| Page_Footer_Lines |
The number of lines in the page_footer image |
Report |
| priCurrentRec |
Contains the RowId of the current valid record found |
Report |
| priFoundRec |
Contains the RowId of the record found by the find_rec function |
Report |
| priLastRec |
Contains the RowId of the last selected record found |
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 |
Report |
| 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 |
| 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 |
Report |