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
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...
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
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 "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
</body>...
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
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...
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) {...
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
I would give this a try:
<cfset URL.user = 5>
<cfloop start="162" end="164" index="URL.page">
<cfinclude template="http://www.test.com/testpage.cfm">
<br class="pagebreak">
</cfloop>
i am not sure about using index="URL.page"...
Fantastic. Never knew you could do that. I just changed a file which relies heavily on Evaluate() and it reduced the the time the page took by 50-60%.
Definitely a better solution than my Evaluate()
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.