-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi !
Theoretically, can TDBControlGrid be used with other DataSets (e.g. Zeos8) and not just IBX ?
I have a project that was implemented with Zeos8, now I need to make a small extension, TDBControlGrid would be ideal for this.
I created the form, everything is nice and good, but I can't create a new record inside the TDBControlGrid, it only flashes one and jumps back to the first record.
I tried the following, but it doesn't work either :
procedure TForm.DBNavigator1Click(Sender: TObject; Button: TDBNavButtonType);
begin
if Button = nbInsert then begin
ZQuery.Append;
ZQuery.Post;
ZQuery.Last;
end;
end;
TDBControlGrid.Options := [dgpIndicator] // dgpDisableInsert is not in it !
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels