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

    Upload file from browser to server

    Hello, I am developing a web app with Delphi 7, Intraweb 8 and DBIsam database. I would like for the client to be able to select a file on their PC and upload it to the server. I can use the IWFile component for the user to locate the file on their PC, but I haven't got a clue where to start...
  2. tubbypascal

    Populate multiple combo boxes with same info

    Hello, In a Web Application I have to populate 7 combo boxes with the same info. To populate one box I use the following code: "If IWComboBoxStateProv.ItemIndex = 0 then begin IWComboBoxCity1.Items.Insert(0,'Airdrie'); IWComboBoxCity1.Items.Insert(1,'Brooks')...

Part and Inventory Search

Back
Top