soUseFiler
|
will always send the report to a report file. This can be very useful if the Macro method has been used in the report
|
soWaitForOK
|
determines whether the user has to press the OK button once the report has been generated for output
|
soShowStatus
|
determines whether or not the status screen is displayed when the report is being generated
|
soAllowPrintFromPreview
|
determines whether the user can print from the preview screen
|
soAllowSaveFromPreview
|
determines whether the user can save from the preview screen
|
soPreviewModal
|
determines if the preview screen will be modal
|
soNoGenerate
|
will cause the RvSystem component to skip over the generation phase of the report and proceed straight to screen or the printer. This option should only be used with a StreamMode of smFile where the report file has been previously generated and needs only to be viewed or printed
|