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 TouchToneTommy 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: doco
  • Order by date
  1. doco

    how to date stamp a dynamic footer in PDF document

    Thanks RockSky and Dropkick, Will take this as far as possible with my collegues and let yu know how we get on. and will welcome your help if we get stuck. ciao, doco
  2. doco

    how to date stamp a dynamic footer in PDF document

    Thanks RocSky, good start, at least it looks like a solveable problem. actually the PDF documents are created in Word then converted into PDF and published on to a coldfusion webserver. every time the user downloads and prints the document we want it to show the date it was printed. the idea is...
  3. doco

    how to date stamp a dynamic footer in PDF document

    Hi Guys, please can anyone help i want to use PDF to show the day of printing on a document whenever it is printed. I am using a compay web page and want whoever prints the documet to have the day of printing on this.
  4. doco

    forcing printer into dns

    Hi, Trying to manually force a printer into dns, as I have no access to our dns server, although I do know thier ip address. Is there a way from a command prompt of registering a printer with DNS server.
  5. doco

    cfchart formatting x axis labels

    Thanks Denis, that has worked a treat! you have made my wet and windy afternoon in liverpool - much brighter :) chris
  6. doco

    cfchart formatting x axis labels

    Nope think i tried that i.e SELECT COUNT(*) AS Total_Ideas, DateFormat(Entrydate) FROM tblIdea WHERE tblIdea.Entrydate between #createODBCDate(start)# and #createODBCdate(end)# GROUP BY tblIdea.Entrydate ORDER BY tblIdea.Entrydate Threw an error
  7. doco

    cfchart formatting x axis labels

    Hi All, How do i format the date on the x axis of cfchart so it truncates the date. at present it shows: 2005-01-01 00:00:00 but in the vertical plane microsoft access database <cfquery datasource="innovation" name="qryMnnthTotalIdeas"> SELECT COUNT(*) AS Total_Ideas, Entrydate FROM...
  8. doco

    ASP page inside of a .CFM page..

    Thanks Guys i'll give this a try - very much appreciate you taking the time and trouble to help me out Best Regards! Oscar
  9. doco

    ASP page inside of a .CFM page..

    I'm trying to embed coldfusion reports in asp pages but then I realised something ugly: we have lots of mandatory includes that are .ASP pages and we can not include an ASP page inside of a .CFM page.. I do not know how to solve it. thanks oscar
  10. doco

    converting html content into a word document

    hi, i want to go into a route planner system i.e http://www.greenflag.co.uk/routeplanning/index.aspx and return the results into a word document so i can send it out to my clients any ideas! thanks, chris
  11. doco

    NAV 7.61 overloading CPU with ORACLE 8 Client

    thanks for the information - maybe not scanning the oracle files is the answer - but i don't give up that easily - if i find a fix i'll let you know chris
  12. doco

    NAV 7.61 overloading CPU with ORACLE 8 Client

    Hi All, When running a NAV 7.61 scan (even under Client Realtime Protection Options set to OFF) the CPU is stressed to the maximum for 30 secs then bobbling down for a short while then Maxing out again. I believe it is something to do with the ORACLE client and it seemed to be RTVSCAN.EXE that...
  13. doco

    NAV 7.61 overloading CPU with ORACLE 8 Client

    Hi All, When running a NAV 7.61 scan (even under Client Realtime Protection Options set to OFF) the CPU is stressed to the maximum for 30 secs then bobbling down for a short while then Maxing out again. I believe it is something to do with the ORACLE client and it seemed to be RTVSCAN.EXE that...
  14. doco

    CFGRID not working - as expected - in MX

    Hi All I'm in the process of migrating from coldfusion 4.5 to MX 6.1 all seems ok apart from some of my CFGRIDS don't appear to pass the selected parameters over to the target page i have four grids on a page and some of the grids work ok but just one of them seems to 'play up' any ideas...
  15. doco

    download.trojan windows xp - driving me nuts

    yes i did - system restore is still disabled manually
  16. doco

    download.trojan windows xp - driving me nuts

    Please can anyone help - my computer is infected with dowload.trojan virus - i have used norton antivirus which indentifies the virus but won't let me quarantine or delete, i purchased trojan anti virus sw but to no avail any suggestion???? chris
  17. doco

    NumberFormat Aligning Problems

    Yep - Thanks mansii that worked a treat - why didn't i think of that?? chris ;)
  18. doco

    NumberFormat Aligning Problems

    Hi I'm struggling to get values to align in my table columns and my users don't want me use zeros as padding 0000.00 I have tried various options in the mask inc <PRE> which alters font and adds a carriage return even with CRStrip. so at present my output still looks like this 0.00 53.34...
  19. doco

    I need a very good, cheap and felxible CFM host

    I use ExpertHost.com Customer support is really good and entry level package costs $15 per month No problems to date!!! Chris
  20. doco

    Hi I'm trying to setup an oracle

    Hi I'm trying to setup an oracle thin client driver on cold fusion MX. i'm on oracle 8 and the oracle thin jdbc jdk driver is installed i've followed the instructions on macromedia web site my oracle client is on F: AND I've pointed the class path to F:\Oracle\jdbc\lib\classes12.zip, in JAVA...

Part and Inventory Search

Back
Top