Missing a leading ( JoAnn Schlosser Web Consultant ASI Consulting Advanced Solutions International, Inc. Alexandria, VA Office: 703.739.3100 x2353 Fax:...
I have query results diplayed on a page that I want to pass to a pop- up window for printing and other options. I think it may be simple, but looking for hints...
James, Query results really can't be passed between pages. You'll probably want to either pass the parameters for the query in the URL and re-run the query,...
Put it in a WDDX structure, put that in a session/client/cookie variable and output the info there. Or just rerun the query (maybe even cache it). :) mcg ...
Joe, thanks for the quick response. I am generating a monthly report from selected values on a form and then looping thru the results. So correct me if I am...
That's the way to do it! WDDX is nice for this task. However I would strongly recommend to pass the required parameter with URL or FORM into the popup where...
Can I use CFCACHE? ... would ... into the ... caching will ... window ... variable and ... it). :) ... window ... probably ... run ... pop- ... simple, ... ...
Well, my results are being created by looping over a query. Can I use CFCACHE in the same manner as with a regular <CFOUTPUT QUERY...>? I have never used...
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Sep 1, 2004 5:04 pm
28145
Hello all, I have a 5 month contract with a high probability of extension in Jacksonville, FL. Here's a brief description: The qualified candidate should have...
What is the percentage of us that goes from place to place for a few months' contract here and a few months' contract there? I see so many of these all over...
It's not so much for people to relocate but there may be a subscriber on this list that resides in or near Jacksonville, FL. -John ... From: JoAnn Schlosser...
Yes, and a lot of it could be remote work, but are there really that many of us who do "piece work"? I guess the era of the cottage industry is back. I know...
Did the cottage industry ever leave? I can't count the number of programmers i know who have both a fulltime gig and some side stuff. That's not counting...
This is sort of off-topic but where are you finding some of these jobs? I am looking for some additional work and running into a brick wall. From: "JoAnn...
Joe: I am in a lull right now :-) Rusty, et al: Google ColdFusion contract and see what comes up When I was looking for a job (before this one which I am not...
I got another job request from Jacksonville, FL and I pointed him to this list as well. Expect a post from him shortly and JoAnn, be nice! ... -John ... From:...
?? I wasn't trying to be naughty or rude when I said to Google for it - they really are there and even if I kept the old offers, they are nearly a year old....
I have a large client here in Jacksonville who is looking for an expert level Cold Fusion developer with exposure to .Net. The contractor needs to be on sight...
Hello Members I have this application; moreover flash 2004 MX that Aaron West helped me with. This was from an easy CFM tutorial here (Add a newsfeed to your...
Hi, we had a problem with our Application, because a user logged in and went in an other account. We had this problem a few months ago and then we told the...
I found the following to work well: <META HTTP-EQUIV="expires" CONTENT="Fri, 1 Jan 1990 00:00:00 GMT"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META...
What is the best way to store HTML in a database table? I've tried suppressing whitespace with cfprocessingdirective, and cfsetting enablecfoutputonly,...
How about replacing "> " with ">" and looping through until all the spaces are gone? Would there be any cases where we wouldn't want to remove a space after a...