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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 42787 - 42816 of 44530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42787
Does anyone know how to create dynamic interactive pdf forms using the new CFPDF function in CF8 where logos in each form can be dynamically generate in the...
Claude Raiola
austaccomm
Offline Send Email
May 1, 2008
12:45 pm
42788
Hi, Does anyone know where I can find a CF music library script of a tutorial for one? Thanks! ... Pamela 'Elsinore' Forte Web Designer Tel: (246) 438-0147 ...
Elsinore
elsinore4u
Offline Send Email
May 1, 2008
12:53 pm
42789
Greg, thanks for the response. My form input is now this : <td><input type="text" name="comments#line_item#" size="50" maxlength="50" ></td> In my action page,...
Uraidiot
uraidiot2000xyz
Offline Send Email
May 1, 2008
9:12 pm
42790
I have a form where the user has to enter a code. I need to verify the entry against a lookup table and if the recordcount is 0, entry is invalid and display...
Uraidiot
uraidiot2000xyz
Offline Send Email
May 1, 2008
10:19 pm
42791
use the prototype.js to do an AJAX call back to the database on a javascript onBlur or onChange event. Retrieve results in a secondary cf file, where the...
Nader Ayoub
nadermayoub
Offline Send Email
May 2, 2008
4:40 pm
42792
I use the following code to display display all line items from a query, and add checkboxes for each line item, so that if the box is checked, that line item...
Uraidiot
uraidiot2000xyz
Offline Send Email
May 3, 2008
11:01 pm
42793
Hi, I am a newcomer to CF and working on my first CF site. Just one thing I still can't seem to come up with a way to do and I am hoping someone here will...
Elsinore
elsinore4u
Offline Send Email
May 4, 2008
8:08 am
42794
If you have named the field, for example, <INPUT type="text" name="code" id="code" value="" readonly /> <IMG src="button" ...
Mark Bureau
bu9418
Offline Send Email
May 4, 2008
5:05 pm
42795
I am using woork' CF version of "Search with autosuggest feature" on http://woork.blogspot.com/2008/02/search-with-autosuggest-feature_06.html Everything is...
Mandy Li
mandy_li_1998
Offline Send Email
May 4, 2008
10:21 pm
42796
... You mean after you submit the form?...
C. Hatton Humphrey
ny5i
Online Now Send Email
May 4, 2008
10:26 pm
42797
No I mean, I supposed can click on one of the result, and the result can appear in the text box, then I can click on button to submit the form. but when I...
Mandy Li
mandy_li_1998
Offline Send Email
May 4, 2008
11:00 pm
42798
I see what you're saying - I had not looked at the example... unfortunately I think the issue is more with the Javascript being used and not the CFML code....
C. Hatton Humphrey
ny5i
Online Now Send Email
May 5, 2008
2:30 am
42799
Since I am not a programmer and have very limited knowledge of coldfusion, I post here for help and can sometimes figure things out. But this time, I am stuck ...
Uraidiot
uraidiot2000xyz
Offline Send Email
May 5, 2008
3:19 am
42800
... There are a couple of ways, here's how I'd approach it based on your description: Add a text input name it com__#red_number#_#ref_line_item# Within your...
C. Hatton Humphrey
ny5i
Online Now Send Email
May 5, 2008
11:42 am
42801
Thanks for your info. I am using MX 6.1 now. I know CFMX 8 has new feature of AJAX. I am getting it probably next year. so I still need to figure it out now. I...
Mandy Li
mandy_li_1998
Offline Send Email
May 5, 2008
1:21 pm
42802
It doesn't have to be associated with the query to put a new field in the line. I think the problem might be you are thinking it is harder than it is. ... ...
Kristin Nelson
hcknelson
Offline Send Email
May 5, 2008
2:06 pm
42803
Once you're in your form loop, both the check box and the related input box should have the same id.. name then check box chk_#id#.. the input comment...
Greg Morphis
omenchaos
Offline Send Email
May 5, 2008
2:47 pm
42804
This almost works, for one line item only. I display and the comments match the line items. However, if there are more than one line item, I run into problems....
Uraidiot
uraidiot2000xyz
Offline Send Email
May 5, 2008
3:06 pm
42805
... Um, the CFAbort is going to stop on the first line... move it outside your loop around the fieldnames....
C. Hatton Humphrey
ny5i
Online Now Send Email
May 5, 2008
3:09 pm
42806
No, I understand the cfabort, that isn't the problem. The problem occurs in the form itself. I have a cfoutput query to display all the line items, which works...
Uraidiot
uraidiot2000xyz
Offline Send Email
May 5, 2008
3:23 pm
42807
My query will return three line items (for this example). I use cfoutput query to display all three of the line items. If I add a comments text box to the end...
Uraidiot
uraidiot2000xyz
Offline Send Email
May 5, 2008
3:26 pm
42808
... That is because of cfabort. Why do you have a cfabort in there in the first place? ... [Non-text portions of this message have been removed]...
Kristin Nelson
hcknelson
Offline Send Email
May 5, 2008
3:29 pm
42809
I wanted the page to stop processing so that I can see what the values are to make sure they are correct. ... ...
Uraidiot
uraidiot2000xyz
Offline Send Email
May 5, 2008
3:57 pm
42810
... Why is the second part of this IF statement there? You're saying, "If I have field names and if the first one starts with "Del/""... especially when you...
C. Hatton Humphrey
ny5i
Online Now Send Email
May 5, 2008
4:06 pm
42811
Here is my code: <cfif #DayOfYear(ExperienceDate)# EQ (DayOfYear(Now()) - 14)> An email is sent out after fourteen days. I do not want to include Saturdays...
sheldon.turchin
Offline Send Email
May 5, 2008
4:20 pm
42812
Yes, I guess the cfif is redundant, and I can change the cfabort. But there is a new problem and that is the form itself, before going to the action page. I...
Uraidiot
uraidiot2000xyz
Offline Send Email
May 5, 2008
4:26 pm
42813
reply with code and output please.. dump the form first thing on the action page.. and include that too.. Thanks.....
Greg Morphis
omenchaos
Offline Send Email
May 5, 2008
4:39 pm
42814
Hi, I am trying to find a simple was to make sure a user fills in all fields in a form or else it will return an error pop up box that tells them to go back...
Scott Smith
saywhatscott
Offline Send Email
May 5, 2008
5:05 pm
42815
Check out the items on my CF Tips website that start with "Javascript" - there's several Javascript validation routines for forms. -John...
John Bartlett
wyntermoonwolf
Offline Send Email
May 5, 2008
5:37 pm
42816
this is the code for my form : there are four records returned from the query, the first record has four comments boxes, the next record has three, etc. ...
Uraidiot
uraidiot2000xyz
Offline Send Email
May 5, 2008
5:52 pm
Messages 42787 - 42816 of 44530   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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