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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 43858 - 43888 of 44530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43858
Despite specifying my page dimensions, the output pdf document indicates a size of 8.3x 11.7. This occurs even with no content, as in the following. Any...
raehm
Offline Send Email
Nov 2, 2008
3:43 pm
43859
Could the extra .7 inches be coming from the : <BODY LINK="#CC0000" VLINK="#CC0000" TEXT="#000000" TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> test ...
William Seiter
coder1wil
Offline Send Email
Nov 2, 2008
4:47 pm
43861
Anybody here know PHP? Can you convert the following code to CFM? At least give me some ideas on what the PHP code trying to do? Thanks <?php $allowed_formats...
mandy_li_1998
Offline Send Email
Nov 4, 2008
4:36 pm
43862
This should get you started: <cfdirectory action="list" directory="#ExpandPath('images/gallery/')#" recurse="yes" filter="*.jpg|*.gif|*.png"...
aliaspooryorik
Offline Send Email
Nov 4, 2008
4:58 pm
43863
I have a table in sql server. The column I am working with is called unitVale and is defined as datatype decimal, size 9. This column, whne entered in the...
Uraidiot
uraidiot2000xyz
Offline Send Email
Nov 4, 2008
5:51 pm
43864
for displaying the images of specified extension from a folder. ... [Non-text portions of this message have been removed]...
Shajahan Hameed
shajahanhameed2001@...
Send Email
Nov 5, 2008
4:58 am
43865
Thank you very much. Mandy ... From: Shajahan Hameed <shajahanhameed2001@...> Subject: Re: [coldfusion-howto] convert code from PHP to CFM To:...
Mandy Li
mandy_li_1998
Offline Send Email
Nov 5, 2008
4:39 pm
43866
Is there a way for Coldfusion to treat the # sign in text field data as regular text instead of a partial CF Tag?...
phil
bflophil
Offline Send Email
Nov 6, 2008
10:57 pm
43867
Use two ## characters which will display in the output as one #. -John ... From: "phil" <bflophil@...> To: <coldfusion-howto@yahoogroups.com> Sent:...
John Bartlett
wyntermoonwolf
Offline Send Email
Nov 6, 2008
10:58 pm
43868
I need to query a transaction table to get the last transaction for each ticket number. Normally, I would just do somthing like select max(txn_id) as...
Uraidiot
uraidiot2000xyz
Offline Send Email
Nov 7, 2008
5:55 am
43869
I'm using the usable forms code on this page http://www.quirksmode.org/dom/usableforms.html. When I make a radio button selection it displays the related...
Sherry
szeiss
Offline Send Email
Nov 7, 2008
4:31 pm
43870
You have the attribute null set to yes... It will always be NULL. <cfprocparam type="In" cfsqltype="CF_SQL_DATE" null="Yes" value="#arguments.PAYDATE#"> try:: ...
Hank Miller
hankcfman
Online Now Send Email
Nov 7, 2008
8:43 pm
43871
Quick correction... it should be YesNoFormat( -hankcfman ________________________________ From: Sherry <Sherry.Zeiss@...> To:...
Hank Miller
hankcfman
Online Now Send Email
Nov 7, 2008
8:48 pm
43872
I found this code off the internet and it works fine, and it seems easy to maintain. There is an add and delete button and it just adds and deletes extra rows....
Uraidiot
uraidiot2000xyz
Offline Send Email
Nov 11, 2008
7:19 pm
43873
Hello all, I was wondering if I could get some recommendations as to what has been most helpful for you in learning ColdFusion 8. I was following the training...
brucewhealton
Offline Send Email
Nov 17, 2008
1:17 am
43874
Hi Bruce, Get Ben Forta's CFWACK book: ...
John Barrett
barrjohnm
Offline Send Email
Nov 17, 2008
2:23 am
43875
Hi Bruce, I have to say that the CF 8 Web Application Construction Kit Series 1-3 authored by Ben Forta, Raymond Camden, Charlie Arehart,etc... is the way to...
Lonnie
mrblack728
Offline Send Email
Nov 17, 2008
6:50 am
43876
 Hi CFLOG tag is not creating a log file and also not writing to exixting log file. There is no error messge. I am using cfmx 6.1 ..any clues? "... in all...
Lincoln
lincoln_a_c
Offline Send Email
Nov 17, 2008
10:19 am
43877
If you are looking for ColdFusion, and not absolutely ColdFusion 8, I would also highly recommend the other Lynda.com class, ColdFusion MX Training by Joey...
juracole
Offline Send Email
Nov 18, 2008
2:19 pm
43878
Hello! I have a table called "OrderTable". The fields are weborderid (primarykey), customerid ... 1, 40 2, 40 3, 40 4, 56 5, 56 6, 42 7, 45 8, 45 9, 45 ... ...
SB
nomansland10000
Offline Send Email
Nov 18, 2008
10:37 pm
43879
select count(*) as cnt, customerid from OrderTable group by customerid -hankcfman ________________________________ From: SB <srimantab@...> To:...
Hank Miller
hankcfman
Online Now Send Email
Nov 19, 2008
2:34 am
43880
Hi Hank, Your query gives the out put as : Customerid: noof orders. This is not what I was asking. What I need is the total count grouped by numberof orders ...
SB
nomansland10000
Offline Send Email
Nov 19, 2008
4:28 am
43881
What I need to know is this: how many customers placed 1 order, how many placed 2 orders, how many placed 3 orders etc. in this format: No of Single Orders:...
SB
nomansland10000
Offline Send Email
Nov 19, 2008
4:33 am
43882
You could do the following... select count(*) as cnt, customerid into TABLE tmpTable from OrderTable group by customerid select count(*) as newCnt, cnt from...
Hank Miller
hankcfman
Online Now Send Email
Nov 19, 2008
4:50 am
43883
I query a table by a part number and retrieve all the line items for that part number. I then display in a table using <cfoutput query>. At the end of each...
Uraidiot
uraidiot2000xyz
Offline Send Email
Nov 19, 2008
5:17 am
43884
Do you have a unique identifier for each row? If you do then name the input txt field using the id. ex. <input type="text"...
Hank Miller
hankcfman
Online Now Send Email
Nov 19, 2008
5:28 am
43885
My field name is deliveryNumber and query name is qryView and the unique identifier is gfmPartNumberID.   So my form would have this  ? <input type="text"...
Uraidiot
uraidiot2000xyz
Offline Send Email
Nov 19, 2008
6:07 am
43886
I have a similar table. I hope this will make sense for you. I did this in Access using my own table, but you can probably pull out the logic: SELECT...
Linda Burnside
ihatespam22222
Offline Send Email
Nov 19, 2008
2:15 pm
43887
I keep getting this error, can anyone help me out. Error: Line: 638 'document.getElementById[...]' is null or not an object. Which corresponds to this line...
Sherry
szeiss
Offline Send Email
Nov 19, 2008
2:32 pm
43888
Just wanted to hear from some other folks that may or may not be using a "recursive" approach to table (SQL Server) set up for managing multiple categories and...
Catherine Mortali
cmp_boston
Offline Send Email
Nov 19, 2008
2:32 pm
Messages 43858 - 43888 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