10.07.2015 Views

Programming Guide - Actian

Programming Guide - Actian

Programming Guide - Actian

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Table FieldsThe following application window shows the parts of a table field. These partsare described in the sections that follow.Table Field BackgroundThe table field background represents the space on the form occupied by thetable field. You can change the color and pattern of this space or the width,color, and pattern of its bounding line. To access these attributes, use thefollowing syntax:field(tablefield).attribute = valueattributeSpecifies any attribute of the TableField object. For example, the followingcode changes the background of the specified table field to light blue:field(custtable).bgcolor = CC_PALE_BLUE;Table TitleYou can change the table title's text and appearance, for example, its typefaceor the color of its background.You access the title's text with the Title attribute of the TableField object. Thisattribute has a data type of varchar(256). The syntax is:field(tablefield).Title = title_stringtitle_stringSpecifies a quoted literal or a varchar variable230 <strong>Programming</strong> <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!