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 Mike Lewis 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. sheitdog

    Convert Extended to String?

    try this: var a : extended; begin a := 1.123456789123456789; Edit1.Text := floattostr( (10 * a) ); end;
  2. sheitdog

    Informix and the BDE

    With multiple TQuery and TTable components Using Informix I get a "sqlinf32 access violation at addres...." I am running a TQuery on form2 that is viewing the same table as form1 ( which uses various other TQuery joins, unions etc ). The app throws the error under a w98 environment...
  3. sheitdog

    INFORMIX and the BDE

    With multiple TQuery and TTable components Using Informix I get a "sqlinf32 access violation at addres...." I am running a TQuery on form2 that is viewing the same table as form1 ( which uses various other TQuery joins, unions etc ). The app throws the error under a w98 environment...

Part and Inventory Search

Back
Top