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 bkrike 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: ded
  • Content: Threads
  • Order by date
  1. ded

    VB Front End/Access DB distribution

    Hi I've got a front-end written in VB6 using ADO that searches an Access DB. I want to distribute this on a CD so that the user can just pop in the CD and run the EXE and it doesn't need to install any files, like DLLs, to do it. Does anyone have any ideas? Many thanks, Duncan
  2. ded

    Deploying on J2EE Application Sevrver

    Has anyone been able to deploy Coldfusion MX 6.1 on Oracle 9i Application Server or Oracle 10g Application Server? The macromedia documentation doesn't list it as one of the possible J2EE compliant servers it has certified but as 9iAS is compliant I think it should work but I have problems when...
  3. ded

    Deploying ColdFusion MX on 9iAS

    Has anyone tried deploying ColdFusion MX 6.1 on Oracle 9iAS?
  4. ded

    O'Reilly WebBoard Integration

    Has anyone had any experience of integrating CF with O'Reilly's WebBoard. As in when you have CF that creates a user account it creates one on WebBoard etc? Perhaps also checks to see if there are new messages etc and displays this on pages created by CF. Any hints most welcome. Cheers, Duncan
  5. ded

    CF returning extra HTML

    Anyone any ideas how to solve this one. If I write the following CF page <CFOUTPUT>#now()#</CFOUTPUT> then when I access it through the server I get <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <html> <head> <title>Untitled</title> </head> <body> </body>...
  6. ded

    Rolling CFOUTPUT

    Does anyone know how to make a CFOUTPUT output the results of a query one line at a time instead of once the whole page is processed. I have a custom tag which checks some data which can take time and it would be good to output each line as it is checked. Cheers, Duncan
  7. ded

    Cleaning MM_preloadImages

    Hi, Does anyone know how to clean the MM_preloadImages() function call in the onLoad parameter of the <BODY> tag so that it only preloads images relevant to that page. The pages of my site have been duplicated from others and then modified and the list of images to preload has grown. Thanks...
  8. ded

    Style Sheet Issues

    I have written this piece of code which will change the background colour of a table cell and the text colour of a link within it. This will only work in IE. Does anyone have any pointers on how to get it to work with Netscape? function changeButtonColor(id) { if(document.getElementById) {...
  9. ded

    Accessing Global Address List from Access/Excel

    Does anyone know of a way in which I can access the Global Address List which Outlook 98 displays in the Address Book from Excel 97 or Access 97 so that I can produce lists of users dependant on criteria from a form or cells? Cheers, Duncan
  10. ded

    Printing to MS Shared printer

    Does anybody know of a way in which I can print over the network from a Mac to a printer which is on a PC running Windows? Cheers, Duncan
  11. ded

    Controlling Debug Settings from a Template

    Does anyone know of a way in which I can control the debug settings in CF Admin from a template. Perhaps the solution is CFRegistry but I am unsure. Any advice?
  12. ded

    Text that prints but is not viewed on Screen

    Hi, Does anyone know of a way in which we can have text (or a watermark or similar) which prints but is not viewed on screen? Many thanks Duncan
  13. ded

    Checking CF Security

    I want to check a server for secureness before it is made live. Does anyone know of a definitive list of security holes for CF Server and the procedures to check that they have been plugged. Thanks, D
  14. ded

    Word/PDF Generation

    Has anyone come across an application/custom tag which can generate MS Word or PDF documents? Cheers, Duncan
  15. ded

    Creating an array from a list

    Any ideas why this will not work var pubishArray = new Array (eval(&quot;document.eventform.pubishedid.value&quot;)); The var contains 1,2,3,4,5 and I want an array of these items to be returned.
  16. ded

    Listing tables via SQL

    Does anyone know if it is possible to write a piece of SQL which will return a list of the tables in the database? Thanks.
  17. ded

    Netscape Form Validation

    The following piece of javascript does work as I would expect in Netscape. What happens it that when you click check without typing anything it will display the message as expected but then if you type something and click then it still displays the message which it shouldn't. If you click again...
  18. ded

    Timeout waiting for request semaphore

    Has anybody experienced the following error on a regular basis. Timeout waiting for request semaphore The server is unable to fulfill your request due to extremely high traffic. Please attempt your request again (if you are repeatedly unsuccessful you should notify the site administrator)...
  19. ded

    Z39.50

    Has anybody heard of anybody developing a site with CF which incorporates a Z39.50 server. D
  20. ded

    Percentage of similar records in Table.

    I have been wracking my brains trying to solve this problem but I have come to the conclusion that it possibly cannot be done in SQL. I have a table which has three fields: AutoID INTEGER MID varchar(50) CategoryID INTEGER Example Data Could be 1,DD45, 1 2,DD45, 3 3,DD45, 6 4,DD45, 8 5,RT56, 3...

Part and Inventory Search

Back
Top