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 dencom 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. GoldenEye4ever

    Web server requirements

    A friend an myself are developing a software solution in the form of a web application (JSP) and using PostgreSQL as the database solution. I don't have a lot of experience with server hardware and don't have a great understanding of what hardware required for specific load expectations. We...
  2. GoldenEye4ever

    Trigger to archive deleted rows

    Hi, I'm new to PostgreSQL. I've been programming in PL/SQL for quite some time now and would really appreciate some help on this. I have 2 tables: - test - test_history Whenever a row is updated or deleted from the test table, I need to insert its OLD value (the value prior to making the...
  3. GoldenEye4ever

    TCoolTrayIcon - Help

    I just found: TCoolTrayIcon. I like quite-a-few of it's features; hide app from taskbar when minimized, etc... However, I can't seem to get the icon animation to work. I have a series of *.ico files that I'd like it to rotate through. Since I'm using Turbo Delphi, I cannot install the visual...
  4. GoldenEye4ever

    ShowMessage issues (chaning window focus)

    I'v written a "Windows VLC Forms" app consisting of roughly 10 separate Windows Forms. I'm having a strange issue with using both the: "ShowMessage(...)" and "MessageDlg(...)" functions. If I call either function from any Form, other than Form1 (the initial form in the VLC application), Form1...
  5. GoldenEye4ever

    OpenGL in Delphi (texture mapping)???

    Hi, I'm trying to develop a delphi app using OpenGL. I've created my scene, but cannot apply an image to the 2D polygons that exist in the scene. I can apply colors to them, but that's not what I want as a final result. Sample Code: ... glBegin(GL_POLYGON); // back - back label...
  6. GoldenEye4ever

    ShowMessage not working via TThread Class

    Hi, I've developed an app which uses 2 custom TThread classes to perform common tasks (Search, Load). If I call "ShowMessage(...);", from within the TThread class, the message dialog is usually drawn way too large. It either expands off the screen horizontally, vertically or both horizontally...
  7. GoldenEye4ever

    How to send HTML formatted Emails using Outlook XP

    Hi, I am using Office XP and I would like to send out HTML emails. I cannot get Outlook to acknowledge the html formatting. It keeps escaping my <, > symbols as &lt; &gt;. Please help. I would Idealy be able to make a HTML page in notepad and then just put in in Outlook and email it out...

Part and Inventory Search

Back
Top