CHMlib Logo Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab.
You are reading help file online using chmlib.com
CrisisHelper - First Aid in Tough Times of World Economic Crisis


_bm0 Rave Reports Developer Reference

TRvSystem. SystemOptions property (read/write/published)

Top  Previous  Next
Declaration
property SystemOptions: TSystemOptions;

 

Category

 

Description
The SystemOptions properties control the configuration of the TRvSystem component:

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

 

See also
TRvSystem Class, Other SystemXxxx options

 

Example (Delphi)
// Disable the status screen
RvSystem1.SystemOptions := RvSystem1.SystemOptions - (soShowStatus];

 

Example (C++Builder)
RvSystem1->SystemOptions = RvSystem1->SystemOptions >> soShowStatus;



You are reading help file online using chmlib.com

If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com