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 SpeedDemon

  1. SpeedDemon

    Curl & persistent connections

    Hi, I need to the persistent connection feature of HTTP/1.1 using curl in PHP but I dont know how. I've tried everything I can think of but nothing works. Can anyone help me as to how to go about this. I'm using php-4.2.1 and the Curl-7.9.5 Thanks
  2. SpeedDemon

    Complete Variable Listing?

    Hi all, is there anyway to get a complete listing of all the variables and procedures/funtions in a project? Cheers
  3. SpeedDemon

    Printing a project?

    i need to print it off to hand in with my system design etc. Cheers anyway.
  4. SpeedDemon

    Printing a project?

    Im presuming theres no way todo this then? Cheers
  5. SpeedDemon

    Dynamic Array Creation?

    Cheers mike, all working perfectly... tek-tips need to start giving out prozes to great geezers like yourself :) Cheers again
  6. SpeedDemon

    Printing a project?

    Hi, how do you print an entire project in delphi without having to open each file individually and print it?? Id probably miss a file and be accused of having a non working program when i hand in my project :) Cheers all.
  7. SpeedDemon

    Limit to 2 decimal places?

    Hi all, cheers for responses. I ednded up using the FloatToStrF() and the ffCurrency property. Thanks all!!
  8. SpeedDemon

    Dynamic Array Creation?

    Hi again, once I;ve done with the array, because it was genereated dynamically, do I need to close it down to free up memory? Cheers
  9. SpeedDemon

    Dynamic Array Creation?

    its ok, problem sorted.
  10. SpeedDemon

    Dynamic Array Creation?

    Hi, im trying the SetLength(test[0], Y); method in a simply loop... for i:=0 to 100 do begin SetLength(test[i], 2); end; however when compiling i get: [Error] fr_reportfin.pas(202): Missing operator or semicolon
  11. SpeedDemon

    Limit to 2 decimal places?

    hi, was does the 18 do?
  12. SpeedDemon

    Limit to 2 decimal places?

    Hi all, im converting a floating value to a string before writing it out as a label.caption property. How can I quicly limit it to a maximum 2 decimal places?? Cheers
  13. SpeedDemon

    Messing With Date Fields?

    hehe, cheers, just figured the data stuffs out, i though data was stored in the same way as a unix system, in seconds since 1970, but its not, all working now :) I was minusing 30 days in seconds.. no wonder it wasnt working! doh!! :p Cheers mate.
  14. SpeedDemon

    Messing With Date Fields?

    Hi all, i have a TDateTime File which was generated using the 'now' function, the field is called saveddate. i'd like todo the following if statement, however I have no idea how todo it... if saveddate > 'Now' - 30 days do begin .. end; Where the conditional it checking if the saveddate...
  15. SpeedDemon

    Dynamic Array Creation?

    Nice one! Thanks again

Part and Inventory Search

Back
Top