Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
163
Добавлен:
11.05.2015
Размер:
4.73 Mб
Скачать

8.Passing Date variables entered in Edit boxes:

var

dYear : string; dMonth : string; dDay : string; dWhole : string;

begin

dYear := Edit1.Text; dMonth := Edit2.Text; dDay := Edit3.Text;

dWhole := 'Date(' + dYear + ',' + dMonth + ',' + dDay + ')'; Crpe1.Selection.Formula[0] := '{company.STARTDATE} = ' + dWhole;

Selection Properties

Selection Formula property, Page 595

Selection Replace property, Page 596

Selection Methods

Selection Check method, Page 597

Selection Clear method, Page 598

Selection CopyFrom method, Page 599

Selection Create method, Page 599

Selection Destroy method, Page 600

Selection Retrieve method, Page 600

Selection Send method, Page 601

SendOnExecute

Declaration

property SendOnExecute: Boolean;

Description

The SendOnExecute property determines if the settings stored in the Crystal Reports component are sent to the Crystal Reports Print Engine when the Execute method is called. Normally this property should be left at it's default, which is True.

VCL Reference

104

Соседние файлы в папке crystal