I'm trying to find a reliable way to determine which versions of which DLLs are required on a client machine when I distribute a Crystal Report.
One suggestion I picked up from elsewhere was to use a utility called CRWCHK32.EXE which comes on the Crystal CD. But when I run CRWCHK32 it...
Your TableDirect suggestion will work in this specific situation, but I would really like to know what the real problem is. Sounds like a bug in the code in the ADOTable component that constructs the SELECT command.
Thanks for the help.
Let me be more specific: the "national" table appears in the TableName drop-down list in the ADOTable component along with my other Access tables. If I select any other table from the list and then change Active to True it works fine. But if I pick "national" from the table...
I'm trying to use ADOExpress to connect with an Access database. It works fine except when the table name is "national", then I get the error "syntax error in FROM clause" when I try to open the table. Any ideas?
Why doesn't the following change the button's color when the button is clicked?
procedure TfrmStart.Button1Click(Sender: TObject);
begin
(Sender as TButton).Font.Color := clRed;
end;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.