cfdocument font problem

2008-09-26 Thread BJ McShane
I'm trying to deliver a packet of information to my user in a cfdocument format. I have five programs and each program will build a printable page. I created a program and have cfdocument tag around it and this program I use the cfinclude tag to include the 5 programs. I do it this way

Re: cfdocument font problem

2008-09-26 Thread BJ McShane
Thanks, I'm on CF8 so I'll go ahead and try and set that up. bj ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f

Re: cfdocument font problem

2008-09-26 Thread BJ McShane
Thanks! That did it. I put the cfdocumentsction around each include and each page came out the way I wanted it to. I'll need to mess around with the cfpdf tag in the future to see what I can do with that. bj try putting them in different cfdocumentsection's. one section for each program

Re: cflayout weird problem

2008-08-25 Thread BJ McShane
Dave, Thanks for the help. The code sample worked great. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive:

cflayout weird problem

2008-08-22 Thread BJ McShane
I'm using the cflayout for tabs on my form. When the form submits, I check a couple of the fields for error checking and if the fields are wrong or not filled in I send the user back using the history.back() function. The forms returns but all the input the user put in is gone. If I take off

Re: cflayout weird problem

2008-08-22 Thread BJ McShane
Dave, thanks for the reply. I did run it in firefox and the data doesn't get wiped out in that browser. So you are right it looks like it is a browser issue. I've never validated with just javascript, I'll have to look around for examples. thanks bj

Re: cflayout weird problem

2008-08-22 Thread BJ McShane
Dave, I am using cfform and some of the validation on tags with it. The two places I don't is a custom tag I'm using cf_betterselect and the regular select. the betterselect allows the user to type and narrow down the list. the select tag I want the user to select a location and not have

Re: cflayout weird problem

2008-08-22 Thread BJ McShane
Dave, I'll try it and let you know. Thanks for the help. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive:

cftextarea richtext Basic

2008-08-14 Thread BJ McShane
I'm using the cftextarea tag with richtext and toolbar=Basic turned on. My form is on a grey background and when the form is displayed, there is a white border around the cftextarea box. How do I turn off the border or change it to my background color? thanks, bj

javascript question

2008-08-14 Thread BJ McShane
I built a form for my users where they enter IP addresses. They are use to putting in the .(period) in between the numbers but I built the form so all they would have to do is type in the number. Is there a way I can change the keystroke of a . (period) to a tab. So when they are typing they

Re: javascript question

2008-08-14 Thread BJ McShane
Dave thanks for the input. I did do some google searches on this but never found a solution that would work. I'll try what you posted and try some more searches to see what I can find. thanks! ~| Adobe® ColdFusion® 8 software

Re: javascript question

2008-08-14 Thread BJ McShane
Yes I did take that into account. If I keep in at the input tag level I think it should only effect the fields I want. I'll have to do more testing. thanks, ~| Adobe® ColdFusion® 8 software 8 is the most important and

Re: javascript question

2008-08-14 Thread BJ McShane
I'll probably change it that way. I stored it in 4 different field in the DB since each of the 4 parts mean certain things to the user. They could search and sort based on what they are trying to find. Also when they search they can just put input into any of the fields to find all the IPs

cfimage Blob problem

2008-07-16 Thread BJ McShane
We have the employee photos stored in an oracle DB (blob format). I'm reading the record getting the photo and then using the image tags to store or display them. The problem is that some of the photos look like they are getting cut off. When I look at the photo it is only the person's head

Re: cfimage Blob problem

2008-07-16 Thread BJ McShane
Yes, thanks you very much that was it. I made that setting bigger and now the picture is displaying the full photo. I didn't even think about the DSN area. Thanks for the help, BJ Check your datasource's advanced settings. Is the BLOB checkbox checked? What is the value in the Blob