Home DADE

Problem opening EUR

edited October 2003 in DADE
Hi!
I use Delphi 7EE, RB 7.03, with ADO on Access 2000.

When I open EUR form I get an error in funcion:
procedure DatabaseError(const Message: string; Component: TComponent = nil);
begin
if Assigned(Component) and (Component.Name <> '') then
raise EDatabaseError.Create(Format('%s: %s', [Component.Name, Message]))
else
raise EDatabaseError.Create(Message);
end;
error attached.

What is that. I have tried to set SetValidate to false but nothing...error
is still there. All EUR tables are after opened normally and the work is
possible....

The difference between theory and practice is that in theory there is no
difference between theory and practice, but in practice there is....

Comments

  • edited October 2003

    Please see the example in RBuilder\Demos\EndUser Databases\Access\ADO. The
    example contains is a ReadMe.doc, EndUser tables created for Access and a
    working project. Try importing the EU tables into your access database.



    --
    Nard Moseley
    Digital Metaphors
    http://www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.