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 Wanet Telecoms Ltd 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. RobNorthcott

    Send email to Office 365 server from Delphi?

    OK, a simple question but I can't find the answer! My app sends emails, but it's effectively broken on Office 365 (mostly people using BT as an ISP in the UK at the moment). Anybody know of a solution to this in Delphi? We were even using cdo, but this isn't supported any more either. At the...
  2. RobNorthcott

    How to get user name of record lock

    I'm a bit of an SQL server noob, so forgive me if this is a silly question, but I can't find the answer anywhere... When my app comes up against a lock and has to wait, I've always displayed a "locked by user xxx" message, so it's easy for the user to shout or run over to the offending...
  3. RobNorthcott

    How to set TActionClientItem.CommandProperties at runtime

    I'm generating a TRibbon-based menu at runtime in Delphi 2010. It needs to be created in code at runtime because the menu can be completely different depending on which user logs in (menus are user-defined). It's working nicely apart from the fact that I can't write to the CommandProperties of...
  4. RobNorthcott

    PostgreSQL with Delphi 2010 really slow?

    We're planning to redevelop our ageing Delphi 5/BDE/Paradox application and looking into the options. PostgreSQL is looking good for the database, and we've tried Java/NetBeans, MS Visual Studio and Delphi 2010. So far, Delphi is looking the most promising, but it seems pathetically slow at...
  5. RobNorthcott

    Run application in Delphi debugger without recompiling?

    I've got an error that happens on startup of a second instance of my app on the same machine. I thought I'd be able to get to the bottom of it by running one instance, then running the second one from inside Delphi, but it always tries to recompile the EXE file, which cannot be overwritten...
  6. RobNorthcott

    Application added to windows task list but not running

    Occasionally my Delphi 5/BDE app fails to run. It adds itself to the Windows task list, but does not appear on the screen and just hangs. Trying to run it again just adds another instance to the task list. One thing that makes this happen is Java updates - if you let the updates run (or turn...
  7. RobNorthcott

    Blank screen in Windows with 3GB, but fine with 2GB

    I've got an oldish machine that's used for mostly office apps. It's an MSI K8T Neo mobo with an A64 3200+, 2GB DDR and GeForce 6600GT, running XP SP3. If I add another 1GB stick of ram in the 3rd slot it will boot as far as the Windows logo screen with "scrolly bar", then just as you'd expect...
  8. RobNorthcott

    TQuery/QReport occasional missing record?

    I've got a freaky problem that I can't explain - just checking to see if it's a known issue with BDE/TQuery/QReport before I waste too much time... Our app is written in Delphi 5 using the BDE and Paradox. It prints invoices using a TQuery to get the required lines of invoice(s) then prints...

Part and Inventory Search

Back
Top