I was gonna try that, but they were all at the ER (projectile vomiting). I guess now we know why they were green!
I even tried the blue guys! But i couldn't get a word out of them. :-)
Anyone else?
Here's the situation. Have a custom template that is added to all our Word installations. Copied to c:\Documents and Settings\%username%\Application Data\Microsoft\Word\STARTUP. We are talking about Word 2007 here.
Yesterday I had already placed a fresh copy of the custom.dot in the proper...
Trying to get a handle on how to best allow access between two networks. This is being used for a single purpose, network2 is an offsite NAS to receive backups from network1. I had a site to site VPN working however the connection was so SLOW (3-4 MB/min) that the jobs are failing. Both...
Knowledgebase article from www.allaire.com.
Hope this helps.
Accessing Flat-File Datasources Residing on a Novell NetWare Volume
--------------------------------------------------------------------------------
Article 1017
In ColdFusion Application Server 2.x, 3.x or 4.x on Windows...
Why not be proactive and add a drop down that lists available subjects.
<cfquery datasource="yourDSN" name="getSubjects">
SELECT Subject
FROM SubjectsTable
ORDER BY Subject
</cfquery>
<cfselect name="subjects" Size="1">...
Use the combination of tag <cffile>
and function <Find, FindNoCase, or FindOneOf>.
<CFFILE ACTION="Read"
FILE="c:\web\message.txt"
VARIABLE="Message">
<CFSET FoundIt = Find("Hello", Message, 1)>
or
<CFSET FoundIt =...
I don't remember where I got this script, but it does exactly what you want.
<cfquery name="getsearchinfo" datasource="yourDSN">
INSERT yourSQL HERE
</cfquery>
<!--- Set the number of records to display on each page. --->
<cfset oneachpage = 25>
<!--- Set the...
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.