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 SkipVought 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: *

  • Users: delfy
  • Order by date
  1. delfy

    get list of hardware from terminal

    how can i list the hardware my computer has from the linux terminal. i am using mandrake linux.
  2. delfy

    Determine when a user logged in

    when the user logs in to the domain
  3. delfy

    Determine when a user logged in

    Using c# and visual studio 2005 how can i determine when a user logged in
  4. delfy

    using ClienTDataSet with TQuickRep

    Hi i am using a ClientDataSet with TQuickRep component in delphi 2005.. I really slow in generating the reports you can it scrolling through the dataset each time it generates a report. The it scrolls from the top of the dataset to generate another page of the report. and continues to do this so...
  5. delfy

    Max () of a Max()

    here is one way without a view but i am sure there are many others.. the view however makes the query look simpler. My solution does not involve a view its just an order by with a top statement.. create table yourtable( valuedate datetime, [name] varchar(50), Exec_date datetime, amount...
  6. delfy

    Another Design Question

    i am doing a system that has history tables for most but not all tables in my database. i have designed triggers that insert updates to my history tables in order to have an audit trasl. Some genius here in my department has suggested that i also log inserts to my history table so every...
  7. delfy

    TStoredproc data ques

    is is possible to clone the data from one TStoredProc to another?
  8. delfy

    passing variable to identity function

    here is an example of what i am trying to do declare @max_key select @max_key = max(key) from parts declare @parts_history table( parts_history_key int identity(1,@parts_history) ) why can't i use a variable in the identity function above
  9. delfy

    how to display components on top of each other

    in delphi when i add components the last component i add usually sits(display) on top of the other. i need to make a component display over another component at runtime what property would should i change to get this effect.
  10. delfy

    spam woes

    does it actually infect qmail i have clamav running
  11. delfy

    spam woes

    somtimes the subject has "*WARNING*" and "*DETECTED* Online User Violation" Your Email Account Will Be Closed i have never had a problem with spam until these emails recently
  12. delfy

    spam woes

    i keep getting these emails subject Notice: **Last Warning** in the body it says "The original message has been included as an attachment." and there is an attachment jdvhzw.zip the sender is admin@mydomain.com but there is no such email address how can i track down where this message is...
  13. delfy

    ShowMessage and Modal forms

    i just changed the form style from fsStaysOnTop to fsNormal and the messages started to come up in front of the form instead of behind it
  14. delfy

    delphi 2005 project manager

    in delphi 2005 ide there is pin like thing beside the x in the project manager. Does anyone know what is it called and where i can find a component that can mimic that horizontal expanding behaviour. Or could even tell me what component i could use to impliment such a behaviour
  15. delfy

    pervasive.sql V8 resource usage on linux

    i have five users running on a linux box with 256MB about 768 MB swaps and pentium 3 900MHz processor i loaded pervasive.sql V8 would a machine with these resources run very slow
  16. delfy

    centering table

    i am trying to center a table using this class in my style sheets it work with explorer but not with firefox can someone please tell me why?? .centredtable {margin-left: auto; margin-right: auto;}
  17. delfy

    get windows user log in

    using php how can i get the usename and the log on time of the curently signed in windows user on a windows PC?
  18. delfy

    ShowMessage and Modal forms

    never mind i got it
  19. delfy

    ShowMessage and Modal forms

    when i do a showmessage using delphi 2005 i realize the message sits behind my modal form hence i am not able to close the form how can i get around the prob. How can i get this message to be displayed on top of my form?
  20. delfy

    terminal command to show memory

    thanks again

Part and Inventory Search

Back
Top