Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RSieffert

    Problem with Distributing Crystal Reports

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

    Syntax error in FROM clause

    Thank you, GeppoDarkson. Worked perfectly!
  3. RSieffert

    Syntax error in FROM clause

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

    Syntax error in FROM clause

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

    Syntax error in FROM clause

    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?
  6. RSieffert

    Setting button font color

    Your suggestion of using TBitBtn will solve the problem. I wonder why it doesn't work on TButton? Bug in Delphi?
  7. RSieffert

    Setting button font color

    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;
  8. RSieffert

    using a group box

    Set ParentFont to False on the labels.

Part and Inventory Search

Back
Top