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 IamaSherpa 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. swordfish1973

    Loading ITems of a TLISTView from a file

    yes, that would be a solution, but I was looking for something a bit lighter. Infact, I ended up using a iostream class with its functions, although it's not that user friendly... thank you
  2. swordfish1973

    Loading ITems of a TLISTView from a file

    Hi all, is there any quick way to load Items of a TListView from a file? I noticed TListView doesn't have any LoadFromFile method, like a TreeView.... or there's a way I can inherit it for this class? Thank you, swordfish
  3. swordfish1973

    Sorting data in StringGrid

    Hi, I'd be very itnerested in your code! I hope it doesn't implement any thing different from string grids, since I can't avoid using them. Thank you very much for your help! Swordfish
  4. swordfish1973

    Sorting data in StringGrid

    Hi all, is there any way I can sort data in a StringGrid, say according to a certain label that I put in the first, fixed row? Thnx for any help given Maurizio
  5. swordfish1973

    connecting ti MS Access database without ODBC

    sorry to bother you Ion, but now that I solved my linker problem, how should I work with the code you gave me? Do I need to include any object different from a TTable? Thank you for your availability, you're being very helpful! Cheers Maurizio
  6. swordfish1973

    connecting ti MS Access database without ODBC

    thank you ion, but it gives me "Unresolved external...." when I compile with SQLDriverConnect....
  7. swordfish1973

    connecting ti MS Access database without ODBC

    which files do I need to include to use SQLDriverConnect on my project?
  8. swordfish1973

    problems with WinExec

    I used also the double \\ on the whole string, but didn't work anyway....
  9. swordfish1973

    problems with WinExec

    Thank you. I tried with ShellExecute and it seems to work!
  10. swordfish1973

    problems with WinExec

    I need to launch an Excel file from my project, I tried WinExec but it seems to do nothing when I try: void __fastcall TForm::Button2Click(TObject *Sender) { WinExec("excel.exe C:\Projects_Borland5\BookTracker\\zero_curve.xls", SW_SHOW); } Can anyone tell me why? Thank you
  11. swordfish1973

    connecting ti MS Access database without ODBC

    Thank you Ion, I'll try soon!
  12. swordfish1973

    connecting ti MS Access database without ODBC

    thank you very much! Could you show me more details about this connection (have almost zero experience on this....) Cheers Maurizio
  13. swordfish1973

    connecting ti MS Access database without ODBC

    Hi all, I need to connect to a MS Access from my C++ Builder 5 Project, without using the ODBC configuration window. This because I need to change the database file in runtime, and I can't access the file path from outside the ODBC manager. I tried to create an alias, but it causes me a lot of...

Part and Inventory Search

Back
Top