... Sounds like a case for the Mid(string, start, count) function to me, combined with len(String). ... Find the length of the whole string. Subtract the ...
Hi, this is in response to the query about shopping cart recommendations. I had good luck setting up my e-commerce site at http://www.bababookz.com with ...
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...
Jun 1, 2003 4:40 pm
15343
hi Does anyone know how to create the winzip file on the file using java cfx or anything if anyone know how to pls let me know kindly do the needful from ...
hi Does anyone know how to create the winzip file on the fly using java cfx or anything if anyone know how to pls let me know kindly do the needful from vishnu...
There's not a lot of 'stuff' and the field that stores the client variables is a "memo" field which is suppose to handle more than enough data than I need to...
I hope someone is working on a Sunday other then me and can help me with this problem. I combined 2 different login scripts from 2 other sites I made to make...
Pen, The only thing that worries me is the <cfif ckUserLogin.RecordCount EQ 1>. If for some reason there are duplicates in the db with that username/pw it...
Hi Greg, Thanks so much for replying. I'm about ready to give up I'm so frustrated with this whole login mystery (well, mystery to me)! I was going to use...
Are you sure if you set the session timeout in your cfapplication tag it doesn't work? I thought the default value was set in the CF Admin, and what you...
All, I will develope about compiling/change document file to pdf file (adobe acrobat) from my intranet. I mean, my user will put their documen (file.doc) to...
Marulam Sinaga
marulam@...
Jun 2, 2003 5:15 am
15351
Try www.cfobjects.com - there's a bunch of stuff there about how to interact with CF and Microsoft Office. I've never done it, but I bet people there have. ...
Try cfcomet.com, there's lots of office and PDF stuff there. If not, check the macromedia site for some custom tags. I know there are some PDF tags there....
Hi! When I specify accept in cffile for PDF and JPG, if the file uploaded is not PDF nor JPG, can I get redirect users to error.cfm and tell them file format...
does anyone know of a good groups package similar to the yahoogroups package we're using here? specifically, i need the post by email features and the...
Hello Greg, Yahoo is one of my best examples of being able to stay logged in for longer than 20 minutes. I want to accomplish the same thing. I have 2 sites...
Have you tried on your local machine to set the sessiontimeout in CFAdmin to 1 minute, then set it in your cfapplication tag to 5 minutes and test it? I don't...
I've stripped my code down as skinny as possible to try and figure out where this is not working. Now I'm getting the following error:---------- #FORM.memFN# ...
Sorry, I meant, when I use Accept in CFFILE, it accepts JPG and PDF files. But, for other formats, the server will return error message saying other files are...
Yes, I've tested on the server, but not on my local machine. I set the timeout to 2 hours, and then went to the page and just let it sit for a 1/2 hour, and it...
OK, then set the form to accept everything, then when the action page sees what file was uploaded, delete it (if it's not what you want) and send back a page...
Did you try displaying the form vars on the page just before where it's erroring? IM me with GregDLuce on AIM. ... From: Pen Frey [mailto:penz_put2@...] ...
I've had issues using the "accept" part of the cffile tag. Why not just do a simple <cfif> statement that checks the file's extension (eg. #right(filename,3)#...