Siebel Reports Administration Guide > Library Reference > sscustom Library >

Text Controls


The following components are for displaying text:

Actuate uses OLE automation to acquire data from the Siebel Application Server. In the first implementation of this architecture, all the data that is transferred is in the string data type format, including numeric and date information. The baseTxt control is the most appropriate method available for displaying string data.

Actuate can implicitly convert string data to other control types; for example, String data will be converted to the date data type if the control being used is a date control. Unfortunately, the implicit conversion methods for date and numeric data are not appropriate under some conditions, particularly when you are providing multilanguage support. See Figure 1.

Figure 1.  Actuate Control Creation Process with Siebel Applications

Click for full size image

Figure 1 shows the steps that data goes through before it populates an Actuate control. All data that is brought through the OLE interface is placed in DataRow Variables as string data. Then Actuate, in the course of instantiating controls to the ROI page, takes the data from the row and populates the various controls.

As long as the information to be displayed is string data, no conversion takes place. This provides the best support for multiple languages and is the preferred method.

Date information and revenue information are handled differently. Siebel Systems has developed methods that are appropriate for working with both date and revenue information.


 Siebel Reports Administration Guide 
 Published: 18 July 2003