Hi,
If my form contains a TDBINtDatePicker hooked to a datasource and field the DataSet state is automatically changed to dsEdit from dsBrowse. Is this a bug or am I missing something.
Thanks
procedure TCustomDBIntlDatePicker.Change;
begin
if not fChanging and DataLink.Edit then
begin
inherited Change;
DataLink.Modified;
end;
end;
Return to DELPHI AREA Projects
Users browsing this forum: No registered users and 28 guests