lo hice tal como me indicaste, solo que me marca un error
Código Delphi
[-]
procedure TDM.TbBitacoraFechadeServicioValidate(Sender: TField);
begin
if DM.TbBitacoraFechadeServicio=' ' then
messageDlg ('Es necesario introducir la Fecha');
end;
me manda el siguiente error:
[Error] ModuloDatos.pas[65]: Inconpatible Types: 'String' and 'TDataFile'
[Error] ModuloDatos.pas[66]: Undeclared identifier: 'MessageDlg'