TECH TIP: Controlling the End-User Environment If you are having difficulty getting the Data tab, the Calc tab, the crosstab component or the TeeChart component to appear in your end-user application, or you are trying to eliminate one of these capabilities from the app, then this help topic is for you. The following paragraphs explain Full Article…
Search the Wiki
RBuilder Ini Storage
The TppDesigner IniStorageType and InitStorageName properties can be used to control how ReportBuilder stores user preferences. 1. IniStorageType 1.1. IniFile 1.2. Registry 2. IniStorageName IniStorageType Controls the location where user preferences are stored. There are two predefined storage types: Registry and IniFile. The default value is IniFile. The registry key or file name is Full Article…
Naming Objects and End-User
TECH TIP: Naming objects in the End-User Environment In ReportBuilder, each of the objects in a Report (Labels, DBText, etc.) has a UserName property. The Report Designer and its dialogs display the object’s UserName rather than the Name. The UserName is also used to reference objects when writing RAP code. Assigning a UserName: Select the Design Full Article…