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

    Help with creating an uninstaller for software written in Delphi 7

    Look at InnoSetup. Free and it works. George
  2. geowink

    Rave Reports and Sum(xxx)

    Do you need help getting SUMS? You can do that with SQL code that would look like this... SQL.Clear; SQL.ADD('select sum(T."Call_Length") from YourTable T'); DisableControls; Open; EnableControls; if Fields[0].isNull then TotalCall := 0.0 else...

Part and Inventory Search

Back
Top