Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 15339 - 15369 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15339
... 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 ...
Jane Williams
janewilliams20
Offline Send Email
Jun 1, 2003
8:02 am
15340
I found an easier way. Use user session variables. Worked like a charm :) Thanx for the help! Chris ... ...
loony2nz
Offline Send Email
Jun 1, 2003
9:06 am
15341
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 ...
Jennifer Looper
primary3pl
Offline Send Email
Jun 1, 2003
1:28 pm
15342
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...
Send Email
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 ...
prasad
dropin_prasad
Offline Send Email
Jun 1, 2003
5:33 pm
15344
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...
prasad
dropin_prasad
Offline Send Email
Jun 1, 2003
6:08 pm
15345
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...
Warren Corrales
warren_corrales
Offline Send Email
Jun 1, 2003
6:38 pm
15346
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 Frey
penz_put2
Offline Send Email
Jun 1, 2003
10:23 pm
15347
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...
Greg Luce
cf_greg
Online Now Send Email
Jun 1, 2003
11:32 pm
15348
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...
Pen Frey
penz_put2
Offline Send Email
Jun 1, 2003
11:41 pm
15349
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...
Greg Luce
cf_greg
Online Now Send Email
Jun 2, 2003
12:36 am
15350
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@...
Send Email
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. ...
Roger Dahlstrom
rdahl
Online Now Send Email
Jun 2, 2003
6:03 am
15352
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....
Mary-Catherine Gerrey
mcgerrey
Offline Send Email
Jun 2, 2003
12:28 pm
15353
Hi! I would like to detect image file width and height. How do I do it? Thank you...
Shawn Lo
shawn0706
Offline Send Email
Jun 2, 2003
3:28 pm
15354
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...
Shawn Lo
shawn0706
Offline Send Email
Jun 2, 2003
3:30 pm
15355
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...
hayula
Offline Send Email
Jun 2, 2003
3:57 pm
15356
Use the Accept in CFFILE.. that way, it will only accept files of those extensions of JPG and PDF. ... ...
Amy
drgnchsr24
Offline Send Email
Jun 2, 2003
3:57 pm
15357
Very simple... <cfscript> imageObj = createObject("java", "java.awt.Toolkit"); imagetools = imageObj.getDefaultToolkit(); objImage =...
Marcos Placoná
i_netmaster@...
Send Email
Jun 2, 2003
3:58 pm
15358
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...
Pen Frey
penz_put2
Offline Send Email
Jun 2, 2003
3:59 pm
15359
I'm afraid you're going to have to use cookies. Just set the expiretime to whatever you want - that should do the trick. ... From: Pen Frey...
Roger Dahlstrom
rdahl
Online Now Send Email
Jun 2, 2003
4:00 pm
15360
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...
Greg Luce
cf_greg
Online Now Send Email
Jun 2, 2003
4:09 pm
15361
Thanks! ... ("#file.serverdirectory##file.Serverfile#"); ... Software Development projects. More info. at ...
Shawn Lo
shawn0706
Offline Send Email
Jun 2, 2003
4:27 pm
15362
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# ...
Pen Frey
penz_put2
Offline Send Email
Jun 2, 2003
4:32 pm
15363
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...
Shawn Lo
shawn0706
Offline Send Email
Jun 2, 2003
4:37 pm
15364
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...
Pen Frey
penz_put2
Offline Send Email
Jun 2, 2003
4:38 pm
15365
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...
George Farnsworth
georgefarnsw...
Offline Send Email
Jun 2, 2003
4:42 pm
15366
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@...] ...
Greg Luce
cf_greg
Online Now Send Email
Jun 2, 2003
4:46 pm
15367
Or use a CFLocation if it's the wrong type.. ... http://www.scriptlance.com/cgi-bin/freelancers/r.cgi?epeople ... ...
Amy
drgnchsr24
Offline Send Email
Jun 2, 2003
4:53 pm
15369
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)#...
Synergy
synergyauto
Offline Send Email
Jun 2, 2003
5:10 pm
Messages 15339 - 15369 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help