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...
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.