Wizard for new DB engine

edited 12:21AM in FastReport 3.0
I created a new DB engine with this wizard and it creates fine, but when compile the source created shows the error: Cannot assign to a read-only property, in the next code and others. The Database property is Read-Only. I probed the TTable Database property and is Read-Only too.

procedure TfrxEACTable.SetDatabase(const Value: TfrxEACDatabase);
begin
FDatabase := Value;
if Value <> nil then
FTable.Database := Value.Database
else if EACComponents <> nil then
FTable.Database := EACComponents.DefaultDatabase
else
FTable.Database := nil;
end;

Thanks
Regards

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.