Sybase InfoMaker 11.5, CD, Win, ENG Especificaciones Pagina 347

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 828
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 346
CHAPTER 10 Highlighting Information in Reports and Forms
Users Guide 325
To change properties of the rectangle and the line for rows with the
state
column equal to New York:
1 Select the rectangle, display the Position page in the Properties view, and
specify expressions for the following properties:
2 Select the line, display the Position page in the Properties view, and
specify expressions for the following properties:
3 On the General page for the line, specify this expression for Pen Width:
if (state = 'NY', 10, 4)
At runtime, the rectangle is taller and narrower, and the line is shorter and
has a wider pen width.
Supplying property values
Each property has its own set of property values that you can use to specify the
true and false conditions in the
If expression. Usually you specify a number to
indicate what you want. For example, if you are working with the Border
property, you use the number 0, 1, 2, 3, 4, 5, or 6 to specify a border.
Table 10-1 summarizes the properties available. A detailed description of each
property follows the table. For a complete list of properties for each control,
see the online Help.
Property Expression
X
if (state = 'NY', 2890, 1865)
Width if (state = 'NY', 500, 1000)
Height if (state = 'NY', 160, 120)
Property Expression
X1
if (state = 'NY', 2890, 1865)
Y1 if (state = 'NY', 168, 132)
X2 if (state = 'NY', 3400, 2865)
Y2 if (state = 'NY', 168, 132)
Vista de pagina 346
1 2 ... 342 343 344 345 346 347 348 349 350 351 352 ... 827 828

Comentarios a estos manuales

Sin comentarios