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: *

  • Users: ik0
  • Content: Threads
  • Order by date
  1. ik0

    delete row (SQL) [bcb]

    I want to delete a row in the base according from the data in the column.... when i use this code DELETE FROM Table WHERE Column1=1 AND Column2=1it works ok, it deletes only one row.... but when i use DELETE FROM Table WHERE Column1 LIKE '%" + Edit->Text + "%' AND Column2 LIKE '%" + Edit1->Text...
  2. ik0

    translate Delphi--->C++ Builder

    i will be grateful if somebody trnaslate me this code that is wroten in Delphi.if you can write me in c++.thank you function GetParentDirectory(path : string) : string; begin result := ExpandFileName(path + '\..') end; function AddFilter(path,filter: string): string; begin if...
  3. ik0

    Convert Delphi to C++ 2010

    Can somebody "translate" me this code? The code is used to check whether the user uses internet while he is using the aplication. procedure TForm1.Button1Click(Sender: TObject) ; function FuncAvail(_dllname, _funcname: string; var _p: pointer): boolean; {return True...
  4. ik0

    DateTimePicker problem

    How to write the value of DateTimePicker in database, and after that value to read from the database. Using ADOQuery and C++ Builder 2009. picture: I apologize to grammatical errors.
  5. ik0

    how can i change this "hint" [BCB]

    how can i change this "hint" or can/may i change or write in another language? pictures http://i29.tinypic.com/2rhs4mh.png ?hanks
  6. ik0

    validation edit

    at the form there is edit and button, when I put text at the edit and I press button1, if there are letters in the edit to appear some message.

Part and Inventory Search

Back
Top