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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tubbypascal

  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

    Thanks guys. I decided to go with Lespaul's solution, as it seemed to fit my app the best. Don't know why I didn't think of it myself, I use this same stuff all through my app.. ..duh. Anyway, this is the code I used, it works fast and well....thanks again :) with UserSession.QueryStateProv do...
  3. 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