begin
if
DBLookupComboBox
.
Text=
' '
then
ShowMessage(
'Выберите ФИО!'
);
end
else
with
DataModuleM
QuReportEmpl
do
Active =
True
Close;
Prepare;
ParamByName(
'fio'
).ASString:= DBLookupComboBox
Text;
Open;
;
Сайт
Форум
FAQ
Соглашения
Прочее