RE: Conferences

2007-09-26 Thread William Seiter
WOW!! There is some 'seriously' dated information on that page... William -- William E. Seiter Web Developer http://William.Seiter.com -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 9:42 PM To: CF-Talk Subject: Re: Conferences

Re: Cfexecute and restart of apache...

2007-09-26 Thread James Holmes
You don't have a timeout attribute on that tag. Regardless, shutting down the webserver from which you're getting a request result is probably going to lead to strange results. Also, I'd recommend doing a graceful rather than a restart - there's no need to completely shutdown Apache to pick up

Re: Recovering scheduled tasks after upgrade?

2007-09-26 Thread James Holmes
I think the technical term for this is you're boned. Try a search on all neo-cron.xml files, just to make sure it hasn't moved around. On 9/26/07, Scott Weikert wrote: I should clarify - on my dev server, there's still the old CFusionMX folder on the C drive, along with the newer ColdFusion8

Re: Recovering scheduled tasks after upgrade?

2007-09-26 Thread Andrew Scott
Sack your server guy. He should know better to back things up, because if something goes wrong how does he expect to roll back? BTW I find the deployment packager very good for backing up all things Datasources, settings etc. Even folders you want / need too. But I guess it is a bit late in

RE: FCKEditor Problems

2007-09-26 Thread Bhakti Pingale
HI, I am not facing that problem, could post in your code. So that we can have a look and provide you with a solution. I would like to see the piece of html code you are having in the FCK editor. Thanks, Bhakti Pingale Adobe ColdFusion Team -Original Message- From: Chad McCue

Re: Security Questions

2007-09-26 Thread gary gilbert
Andy, XXS means cross-site-scripting. You should check out this http://de.wikipedia.org/wiki/Cross-Site_Scripting entry in wikipedia. There are a number of cf functions floating around that have been written to help prevent this exploit as well as coding practices. -- Gary Gilbert

Re: Security Questions

2007-09-26 Thread gary gilbert
Damn keyboard!!!XSS On 9/26/07, gary gilbert [EMAIL PROTECTED] wrote: Andy, XXS means cross-site-scripting. You should check out this http://de.wikipedia.org/wiki/Cross-Site_Scripting entry in wikipedia. There are a number of cf functions floating around that have been written to

Re: Recovering scheduled tasks after upgrade?

2007-09-26 Thread Tom Chiverton
On Wednesday 26 Sep 2007, [EMAIL PROTECTED] wrote: Sack your server guy. He should know better to back things up, because if something goes wrong how does he expect to roll back? Second that. He performed an unannounced upgrade to a live server, without taking a backup. Two strikes :-) -- Tom

Re: Cfexecute and restart of apache...

2007-09-26 Thread Ryan Stille
When I needed to do this, I wrote out a restart request file in a certain directory. Then had a job run from crontab every 1 or 5 minutes or whatever, that if it found a restart request file, it would (as root) restart the webserver, and remove the restart request file. I think you may have

Re: Conferences

2007-09-26 Thread Matt Williams
http://www.coldfusionportal.org/ On 9/26/07, William Seiter [EMAIL PROTECTED] wrote: WOW!! There is some 'seriously' dated information on that page... William -- William E. Seiter Web Developer http://William.Seiter.com -Original Message- From: Nathan Strutz [mailto:[EMAIL

CF 7 and postgresql odbc/jdbc issue

2007-09-26 Thread Andrew Clark
Hi All, I'm having an issue but I'm not sure whether it's an Coldfusion issue or PostgreSQL issue. I have an existing server running CF 7.0.2 Standard, connecting to PostgreSQL 8.2.5 through an ODBC connection. When I switch the datasource to a JDBC connection, I get errors about missing

Re: Conferences

2007-09-26 Thread Raymond Camden
The list on the portal is probably a bit old too. If someone wants to send me an update, I'll push it. On 9/26/07, Matt Williams [EMAIL PROTECTED] wrote: http://www.coldfusionportal.org/ On 9/26/07, William Seiter [EMAIL PROTECTED] wrote: WOW!! There is some 'seriously' dated information

Logs growing at exponential rate...

2007-09-26 Thread Les Mizzell
In the past week or so, a site on a dedicated server has gone down a number of times with a not enough storage to complete this request error. IT in charge of the server has said that the CF log files have been growing at an enormous rate - often several gigs in a day, and completely filling

RE: Logs growing at exponential rate...

2007-09-26 Thread John Mason
Yep, the logs should give you the insight necessary to fix the problem. Also bare in mind, you can change the location that the log files write to. It's right there in the cf admin. So if it's filling up a drive, simply point them where there's enough storage to hold them. John Mason [EMAIL

Re[2]: #$^% Forms!

2007-09-26 Thread Michael David
Hi Mike! I am surprised that there isn't something already out there commercially that does this. Given the many hours I waste on this one task, such a tool would be worth $$ - if it really did the job. Anyway, I guess I just need to take the time to do the same thing. I just hate reinventing

Re: Recovering scheduled tasks after upgrade?

2007-09-26 Thread Scott Weikert
Tom Chiverton wrote: On Wednesday 26 Sep 2007, [EMAIL PROTECTED] wrote: Sack your server guy. He should know better to back things up, because if something goes wrong how does he expect to roll back? Second that. He performed an unannounced upgrade to a live server, without taking a

Package functions getting published?

2007-09-26 Thread Ben Doom
I have two CFCs, Billing and Invoice. Billing contains all the wrapper functions (create new invoices, find all of them for a company, find the last one for a company, etc.) Invoice contains functions, but they are all utility functions (load invoice x, store changes, write a PDF of the

CF 8 Sample DBs

2007-09-26 Thread Cutter (CFRelated)
Anyone know how to install the sample db's for CF8 after the server has already been installed without them? Just the db's? -- Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com

Best Approach for Budgeting Tool

2007-09-26 Thread Rick Faircloth
Hi, all. I'm creating a basic budgeting/forecasting application and I'd like some possible solutions to this issue: Rather than have the app go through all the debits and credits to calculate the current balance each time the app is used, I'd like to have the previous balance already

Re: Permutation problem

2007-09-26 Thread Ian Skinner
I'm still curious what the circumstances are that are making this pattern necessary for Ken... if you don't mind sharing, Ken. ;o) I have no knowledge of why Ken needs the pattern, but it is a classic pattern for improving the odds of winning lotteries and similar entities. The idea is that

Re: how to pass/bind to url in ColdFusion.navigate()?

2007-09-26 Thread Raymond Camden
You can't. However - there is an easier way. Bind your cfdiv to the grid directly: cfdiv bind=edit.cfm?docid=etc On 9/25/07, Cyrill Vatomsky [EMAIL PROTECTED] wrote: I have a grid with two columns - documentTitle and DocumentID. I can't figure out how to use ColdFusion.navigate with it to

RE: CF 8 Sample DBs

2007-09-26 Thread Hareni Venkatramanan
Hi, You can make use of the functions in CFIDE/adminapi/datasource to install the sample dbs. Run this script: cfset cfusion = server.coldfusion.rootdir cfset sep = createObject(java, java.io.File).separator cfscript datasource = createObject(component, CFIDE.adminapi.datasource);

Re: Security Questions

2007-09-26 Thread Andrew Grosset
What is XSS? You should probably read this amusing account of a myspace hack: http://namb.la/popular/ and the technical explanation of how he did it! http://namb.la/popular/tech.html Andrew. ~| Get the answers you are

SOLUTION - Re: CF8 / IIS Install issues

2007-09-26 Thread Rob Brooks-Bilson
Jeff, I was having the same exact problem with my CF 8 install. It started during the beta and continues to persist. Doesn't matter if I do stand alone or multi server install - I still get the same BSOD. After a lot of troubleshooting, I have figured out the issue. Turns out, it's an

Re: Session Hijacking Curiosity

2007-09-26 Thread JJ Cool
Ok, i'm skeptical. Are you absolutely positive that the header request being sent to the web server has the modified CFID and CFTOKEN? Have you used webscarab or a similar proxy to capture requests and modify them? Also, does this occur if you clear the CFID and CFTOKEN, and then hijack the

Re: cftextarea richtext=true question

2007-09-26 Thread Tom Chiverton
On Tuesday 25 Sep 2007, [EMAIL PROTECTED] wrote: Hard to believe the whole shared environment would have to SHARE the STANDARD templates that are in fcktemplates.xml. Same with sharing the STANDARD toolbars as defined in fckeditor.js Howso hard ? They're standard for a reason. -- Tom

Re: CF8 / IIS Install issues

2007-09-26 Thread Rob Brooks-Bilson
Jeff, I was having the same exact problem with my CF 8 install. It started during the beta and continues to persist. Doesn't matter if I do stand alone or multi server install - I still get the same BSOD. After a lot of troubleshooting, I have figured out the issue. Turns out, it's an

Re: CF8 / IIS Install issues

2007-09-26 Thread Rob Brooks-Bilson
Jeff, I was having the same exact problem with my CF 8 install. It started during the beta and continues to persist. Doesn't matter if I do stand alone or multi server install - I still get the same BSOD. After a lot of troubleshooting, I have figured out the issue. Turns out, it's an

Re: CF 8 Sample DBs

2007-09-26 Thread Cutter (CFRelated)
Thank You, Hareni, that's exactly what I needed. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Hareni Venkatramanan wrote: Hi, You can make use of the functions in

galleon forum question

2007-09-26 Thread Michael Appenzellar
I love the forum but am having some issues integrating it into an existing website that already has user login. The forum is in a /forum folder so I put/changed all of the application.cfm items in the site root application.cfm yet getAuthUser() still only works within the /forum folder. My guess

Fonts in PDF generated by CFDocument

2007-09-26 Thread Jeff Chastain
I have a PDF document that is being created by CFDocument using HTML as its source. The HTML source has css style attributes that change the font for various bits of text. If I view the HTML source in a browser, on the same server as CF is running, the fonts display correctly. However, when

CF8 PDF - possible to convert other file types yet?

2007-09-26 Thread Pete Ruckelshaus
I'm starting to work with CF8 a bit and the first project is a teacher lesson plan sharing site. I'd like to allow people to upload files in a variety of formats but also want to offer PDF's. Does CF8 have the ability to convert other than HTML content (i.e. an MS Word doc) to PDF? I know it

BlueDragon 7.0.1 beta - native x64 for Windows and Linux

2007-09-26 Thread Vince Bonfanti
The BlueDragon 7.0.1 beta is now available for download from New Atlanta's FTP server: ftp://ftp.newatlanta.com/public/bluedragon/7_0_1beta/ New features in BlueDragon 7.0.1 are: - native x64 support for Windows and Linux - upgrade built-in JVM to JDK 1.6 (Java 6) - additional

Re: Permutation problem

2007-09-26 Thread Brian Swartzfager
Hi, Ken, I recently had to build a permutation generator to generate all the unique combinations of a set of data where (just as in your case) order was not a factor. So given the data set A,B,C, I needed to get out: A,B,C A,B B,C A,C A B C I looked at my code and was able to modify it

Re: cftextarea richtext=true question

2007-09-26 Thread Scott Weikert
Tom Chiverton wrote: Howso hard ? They're standard for a reason. I think he's saying, that there's no way to override the settings without hacking the config files - which are shared across the board. And there's MANY things in the main FCKEditor package that I think ought to be

soEditor lite 2.5 question

2007-09-26 Thread cf-talk
Hi list, in the file soeditor_lite.cfm there is the following lines: cfif Attributes.Save action=soEditor#Attributes.Field#.saveDoc(); /cfif How can I influence the way and stile how and where to save the html-code a customer changed ? Uwe

RE: Security Questions

2007-09-26 Thread Andy
Thanks. Are there any programs out there that can check for some of these vulnerabilities? -Original Message- From: gary gilbert [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 7:32 AM To: CF-Talk Subject: Re: Security Questions Andy, XXS means cross-site-scripting.

Re: Session Hijacking Curiosity

2007-09-26 Thread Mike Chabot
The IIS servers are logging cookie contents of visitors, which is where I found out that people were arriving on the server using blank tokens. I am certain that the server is seeing blank cfid and cftoken values because I can cfdump the values and I see that they are blank. I also used the

Re: Breaking down mass email into chunks to beat page timeout.

2007-09-26 Thread Al Musella, DPM
I handle it the same way - with a little twist. The user starts the process going. The actual emails are sent out by a scheduled task which runs every 5 minutes - sending out the next xxx messages waiting to be sent.. the user then is redirected to a status page which shows how many of the

Calendar module

2007-09-26 Thread Andy Matthews
I'm looking for some CF code that will generate a calendar for a specific month. All I'd like to do is to be able to pass in the month/year and have it build a correct display (accounting for leap year and things like that). I don't want it to have javascript or anything like that...I just want a

ColdFusion 8 Issue with CFFTP

2007-09-26 Thread James Blaha
Hello All, Have any of you seen this issue and know a possible fix? ColdFusion 8 Issue with CFFTP Error: An error occurred while establishing an FTP connection. I have 1 main CF Template that just does cfincludes and calls 3 other templates each one HAS CFFTP commands using both secure and non

Re: Calendar module

2007-09-26 Thread Charlie Griefer
did this ages ago just to play around with cfscript, but it sounds like it'll do what you want. http://charlie.griefer.com/code/cf/cfscript_calendar.cfm wrap it up in a UDF and pass in month and year values. On 9/26/07, Andy Matthews [EMAIL PROTECTED] wrote: I'm looking for some CF code that

Re: Calendar module

2007-09-26 Thread Mallory Woods
http://www.drisgill.com/index.cfm/2006/7/17/Simple-ColdFusion-Calendar This should do what you need On 9/26/07, Andy Matthews [EMAIL PROTECTED] wrote: I'm looking for some CF code that will generate a calendar for a specific month. All I'd like to do is to be able to pass in the month/year

CFGRID and javscript validation

2007-09-26 Thread Rusty Owens
I have an application where I need to add child records on the fly. I have decided to use CFGRID to do this. I want to be able to do some validation on submit using JavaScript. Has anyone done this for multiple dynamic numbers of records?

Re: Security Questions

2007-09-26 Thread Christopher Jordan
Hey folks, I just wanted to report back that my client who was all worried about ColdFusion, and was considering shutting down the entire project and re-writing it in Java (on the recommendation of their in-house Java Developers) has seen the light (thanks, in no small part, to you guys). I

dynamic drop down box

2007-09-26 Thread erik tom
I have CF component which supposed to populate the requirements and of thwe selected program. I wrote the code but there is something wrong cffunction name=updateProgramRequirements cfparam name=form.program default= cfquery name=programs datasource=HotBanana_Manager SELECT id,

CFFILE - alternatives?

2007-09-26 Thread Kim Hoopingarner
For some odd reason there seems to be a problem using CFFILE with my host site when trying to upload files larger than 1.5M. I know it has to do with memory constraints - but I still find it strange that such a small file won't work. sigh So I'm looking for 2 things - 1) Does anyone know a

Re: CFFILE - alternatives?

2007-09-26 Thread Ben Doom
I would guess that it's not a limitation of CF, but a setting in IIS or Apache or whatever your webserver is. --Ben Doom Kim Hoopingarner wrote: For some odd reason there seems to be a problem using CFFILE with my host site when trying to upload files larger than 1.5M. I know it has to do

custom tags and UNC or map network drives

2007-09-26 Thread Miguel_Gonzalez_Casta
Hi, We have a Windows Server 2003 running Coldfusion MX. When I try to create a custom tag using UNC paths or map network drives it simply doesn't work. Apparently only admits local drives. Is there any way to work around this? We have the content of the IIS site hosted in a NAS and would

Re: Fonts in PDF generated by CFDocument

2007-09-26 Thread Jochem van Dieten
Jeff Chastain wrote: I have a PDF document that is being created by CFDocument using HTML as its source. The HTML source has css style attributes that change the font for various bits of text. I am not sure cfdocument supports multiple fonts in one document, but your best bet is using an

cf webservice not working for .net?

2007-09-26 Thread Tim Do
Third party company is telling me they're getting this error when accessing my web service: c:\inetpub\wwwroot\propertyWS\Web References\WebReference\Reference.map(1): Custom tool error: Unable to import WebService/Schema. Unable to import binding 'tenant.cfcSoapBinding' from namespace

Re: What could cause empty cftokens in cookies?

2007-09-26 Thread Jochem van Dieten
Mike Chabot wrote: Looking at IIS log files, I am seeing a lot of people arriving on a CF server with empty cfid and empty cftoken values in their cookies. By empty values, I mean specifically that the entries look like cfid=;cftoken=; What referrer do they have? Jochem

Re: CFFILE - alternatives?

2007-09-26 Thread Jochem van Dieten
Kim Hoopingarner wrote: For some odd reason there seems to be a problem using CFFILE with my host site when trying to upload files larger than 1.5M. 1) Does anyone know a quick solution to the above problem? Right now files smaller than 1.5 M go with no problem. Is there a setting some

Re: custom tags and UNC or map network drives

2007-09-26 Thread Jochem van Dieten
Miguel_Gonzalez_CastaƱos wrote: We have a Windows Server 2003 running Coldfusion MX. When I try to create a custom tag using UNC paths or map network drives it simply doesn't work. Apparently only admits local drives. Is there any way to work around this? We have the content of the IIS

RE: passing url

2007-09-26 Thread Robert Harrison
How do I pass a percentage (%) sign within a URL? Use URLEncode and URLDecode. Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext. 119 F : 631.434.7022 www.austin-williams.com Great advertising can't be

passing url

2007-09-26 Thread Orlini, Robert
How do I pass a percentage (%) sign within a URL? I have: wilson_dbases.cfm?account=#form.account# When form.account is entered with a percentage it generate an error. Thx. Robert O. HWW ~| ColdFusion is delivering

RE: passing url

2007-09-26 Thread Orlini, Robert
thank you! -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 3:42 PM To: CF-Talk Subject: Re: passing url wilson_dbases.cfm?account=#URLEncodedFormat(form.account)# On 9/26/07, Orlini, Robert [EMAIL PROTECTED] wrote: How do I pass a

RE: passing url

2007-09-26 Thread Dawson, Michael
urlEncodedFormat() should do it. M!ke -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 2:37 PM To: CF-Talk Subject: passing url How do I pass a percentage (%) sign within a URL? I have: wilson_dbases.cfm?account=#form.account#

Re: passing url

2007-09-26 Thread Charlie Griefer
wilson_dbases.cfm?account=#URLEncodedFormat(form.account)# On 9/26/07, Orlini, Robert [EMAIL PROTECTED] wrote: How do I pass a percentage (%) sign within a URL? I have: wilson_dbases.cfm?account=#form.account# When form.account is entered with a percentage it generate an error. Thx.

Re: Logs growing at exponential rate...

2007-09-26 Thread Jochem van Dieten
Les Mizzell wrote: In the past week or so, a site on a dedicated server has gone down a number of times with a not enough storage to complete this request error. IT in charge of the server has said that the CF log files have been growing at an enormous rate - often several gigs in a day,

Re: CF 7 and postgresql odbc/jdbc issue

2007-09-26 Thread Jochem van Dieten
Andrew Clark wrote: CF 7.0.2 Standard, PostgreSQL 8.2.5 When going through ODBC cf_sql_timestamp is able to use functions that have arguments of type 'timestamp without time zone', but when going through JDBC cf_sql_timestamp requires the function argument type to be 'timestamp with time

Re: custom tags and UNC or map network drives

2007-09-26 Thread Miguel Gonzalez
Miguel_Gonzalez_CastaƱos wrote: We have a Windows Server 2003 running Coldfusion MX. When I try to create a custom tag using UNC paths or map network drives it simply doesn't work. Apparently only admits local drives. Is there any way to work around this? We have the content of the IIS

RE: CFFILE - alternatives?

2007-09-26 Thread Dave Watts
1) Does anyone know a quick solution to the above problem? Right now files smaller than 1.5 M go with no problem. Is there a setting some place that allots memory size to CF - and someone needs to change it? Jochem pointed out the setting in CF that lets you control this. There may also

RE: Calendar module

2007-09-26 Thread Andy Matthews
Thanks Mallory...this looks like exactly what I need. -Original Message- From: Mallory Woods [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 1:52 PM To: CF-Talk Subject: Re: Calendar module http://www.drisgill.com/index.cfm/2006/7/17/Simple-ColdFusion-Calendar This

Re: CFFILE - alternatives?

2007-09-26 Thread Kim Hoopingarner
#1 Follow Up Found out that the CFAdmin was set to 100 M for the max post. Drats. So looks like I might be stuck with re-coding this... #2 Yes - the host has other languages such as ASP. But I'm only familiar with coldfusion - so I'd be clueless throwing in something different unless someone

Re: how to pass/bind to url in ColdFusion.navigate()?

2007-09-26 Thread Cyrill Vatomsky
Ah... I was going to Glasgow from Edinburgh by ways of Inverness... Thank you, Ray. You can't. However - there is an easier way. Bind your cfdiv to the grid directly: cfdiv bind=edit.cfm?docid=etc ~| ColdFusion is

RE: What could cause empty cftokens in cookies?

2007-09-26 Thread Gaulin, Mark
Do you ever cfparam those cookies (to empty values)? cfparam with the cookie scope will cause those cookies to be sent on the user's browser with the default value in cfparam, which is usually not what you want to happen. If the cfparam is before your cfapplication tag then maybe you could get

RE: CFFILE - alternatives?

2007-09-26 Thread Michael Appenzellar
Look into either of these: - http://www.radinks.com/upload/ - http://swfupload.mammon.se/ Thanks. Michael Appenzellar Mirame Interactive http://www.mirameinteractive.com 301-663-5672 x6413 -Original Message- From: Kim Hoopingarner

Passing a Structure to a ColdFusion Report

2007-09-26 Thread Rob Parkhill
Good Afternoon, How would one go about passing a structure to a CFR file and then access the data within the CFR. I have a lot of preprocessing to perform on the data before I can put it into the report (my DB designer decided to store raw values, but everyone wants to see calculated

RE: custom tags and UNC or map network drives

2007-09-26 Thread Dawson, Michael
The Application Server service is the only service that needs to run as a domain account. Also, make sure that particular domain account can actually access the remote file system. Finally, have you setup a CF mapping or CF custom tag path that points to the remote file system? M!ke

Re: custom tags and UNC or map network drives

2007-09-26 Thread Ian Skinner
Make sure that the domain account that CF is running under has the desired permissions to the network resource you want to map to. ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active

Horrible condition join

2007-09-26 Thread Ian Skinner
I have inherited an ugly database design and need to make do the best I can within SQL. I have to outer join two tables with a multi-part key, but the last part is optional. Is there any reasonable way to do this in SQL? This is against an Oracle (version 8 I believe) DBMS if that helps.

Re: What could cause empty cftokens in cookies?

2007-09-26 Thread Mike Chabot
The referrers are all - although I only examined one week of log files. All the users with the issue are using Firefox, but that may just be a coincidence. This organization has hundreds of CF apps under the same domain. If someone is using domain cookies, then the problem could be anywhere. I

Re: What could cause empty cftokens in cookies?

2007-09-26 Thread Mike Chabot
Thanks for the idea. I added cfparam to my list of tags to check. -Mike Chabot On 9/26/07, Gaulin, Mark [EMAIL PROTECTED] wrote: Do you ever cfparam those cookies (to empty values)? cfparam with the cookie scope will cause those cookies to be sent on the user's browser with the default value

Re: Fonts in PDF generated by CFDocument

2007-09-26 Thread Jim Louis
First are you using fontembed? Second check out the livedocs on it. For CF8 http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_p-q_02.html for CF7

Re: Horrible condition join

2007-09-26 Thread Ben Doom
I would guess you could rewrite the last bit as and (pur.reg_firmno is null OR pur.reg_firmno = pro.reg_firmno) or something similar. Is that what you were asking? --Ben Doom Ian Skinner wrote: I have inherited an ugly database design and need to make do the best I can within SQL. I have

Re: CFFILE - alternatives?

2007-09-26 Thread Kim Hoopingarner
Look into either of these: - http://www.radinks.com/upload/ - http://swfupload.mammon.se/ OK - I like the swfupload best. But I struggle at how to incorporate this into my existing cfm file. And help on putting it into a cfm form would be great. This form needs to have a button to select

Re: Horrible condition join

2007-09-26 Thread Ian Skinner
I would guess you could rewrite the last bit as and (pur.reg_firmno is null OR pur.reg_firmno = pro.reg_firmno) or something similar. Is that what you were asking? --Ben Doom That works correctly for an inner join, but I need a right outer join since the product table may not have a matching

Parsing an XML file and inserting into Oracle SYS.XMLTYPE

2007-09-26 Thread Carlos Paez
Hi, I am getting an error: ORA-01704: string literal too long when trying: cfset XMLfile = motpo_exp_xml-ZX-20070626-172221.xml !--- Read XML file into string variable called xmlString --- CFFILE ACTION=READ FILE=#XMLfile# VARIABLE=xmlString cfquery

RE: Parsing an XML file and inserting into Oracle SYS.XMLTYPE

2007-09-26 Thread Jayesh Viradiya
Hi Carlos, What is the DataType of your column where you are inserting this XML string. Looks like you need to Change the DataType of your column. Oracle can support storage of upto 4000 bytes(4k) for the VARCHAR2 datatype. You could consider moving to LONG or CLOB datatype. Check the link

Re: Fonts in PDF generated by CFDocument

2007-09-26 Thread Jeff Chastain
According to the LiveDocs for cfdocument (CF8), fontembed is turned on by default, so that should not be an issue. I tried setting it to yes/true anyways and that did not change anything. Thanks. First are you using fontembed? Second check out the livedocs on it. For CF8

Re: Fonts in PDF generated by CFDocument

2007-09-26 Thread Jeff Chastain
Jeff Chastain wrote: I have a PDF document that is being created by CFDocument using HTML as its source. The HTML source has css style attributes that change the font for various bits of text. I am not sure cfdocument supports multiple fonts in one document, but your best bet is using an

RE: cf webservice not working for .net?

2007-09-26 Thread Tim Do
Just figured out that if I use returntype=string in the cffunction then it works in .net. Anybody know why .net doesn't know how to interpret xml that cf generates?? -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 12:23 PM To: CF-Talk

CF equivalent to PHP pack() function

2007-09-26 Thread Daniel Smith
In PHP there is a function called pack() http://us3.php.net/pack;. The function will pack data into a binary string. I assumed that this would be done using CF's CharsetEncode(), but the result was not as I expected. I am specifically trying to call pack('N',foo), which will encode as unsigned

RE: Parsing an XML file and inserting into Oracle SYS.XMLTYPE

2007-09-26 Thread Dawson, Michael
In the old days, when dealing with long, practically-unlimited strings, I would create a table that would hold 4000-byte chunks of the original string. I would insert 4000 bytes into a record, then increment a related sequence number, until all bytes were inserted. When outputting, I would query

RE: Fonts in PDF generated by CFDocument

2007-09-26 Thread Dawson, Michael
I'm just throwing out a guess, but do you see your desired fonts listed in CF Admin's Font Management area? I assumed that CF had to know about the fonts before they could be used in CFDOCUMENT. M!ke -Original Message- From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Re: CF8 PDF - possible to convert other file types yet?

2007-09-26 Thread Paul Hastings
Pete Ruckelshaus wrote: variety of formats but also want to offer PDF's. Does CF8 have the ability to convert other than HTML content (i.e. an MS Word doc) to PDF? I know it couldn't be done with CF7... often asked itext question, the answer is nope--itext can't so cfdocument can't. i

Re: lt;cftextarea richtext=quot;truequot;gt; question

2007-09-26 Thread Jeff Becker
Standard for a reason ??? Please navigate to: http://www.fckeditor.net/demo - Click the Templates button.. You're saying everyone who wants to use the Templates feature should SHARE those standard templates - View the Styles dropdown.. You're saying everyone who wants to use the

Re: Parsing an XML file and inserting into Oracle SYS.XMLTYPE

2007-09-26 Thread Carlos Paez Jr
Thanks for the replies and ideas. The datatype of my column is SYS.XMLTYPE which I understood to be a CLOB; which is the source of my confusion. CLOBs should hold up to 4 gig of data. I'm thinking that this error might not be referring to the datatype of my column, but rather, that oracle is not

Re: lt;cftextarea richtext=quot;truequot;gt; question

2007-09-26 Thread Jeff Becker
Standard for a reason ??? Please navigate to: http://www.fckeditor.net/demo - Click the Templates button.. You're saying everyone who wants to use the Templates feature should SHARE those standard templates - View the Styles dropdown.. You're saying everyone who wants to use the

Re: amp;lt;cftextarea richtext=amp;quot;trueamp;quot;amp;gt; question

2007-09-26 Thread Jeff Becker
OK.. This sucks.. You named the subject line the same as my thread and now I can't reply.. It defaults to this topic.. Sorry for trying to hijack your thread.. It's just replies go by Subject line and you took it over. Jeff

Re: Parsing an XML file and inserting into Oracle SYS.XMLTYPE

2007-09-26 Thread James Holmes
All CLOBS need to inserted using cfqueryparam (which you should be using anyway). Your query inserts a literal string, which is limited to 4000 bytes, no matter that the column datatype. On 9/27/07, Carlos Paez Jr [EMAIL PROTECTED] wrote: Thanks for the replies and ideas. The datatype of my

Re: cftextarea richtext=true question

2007-09-26 Thread James Holmes
Have you tried specifying a scriptSrc attribute for your cfform? On 9/27/07, Jeff Becker [EMAIL PROTECTED] wrote: Standard for a reason ??? Please navigate to: http://www.fckeditor.net/demo - Click the Templates button.. You're saying everyone who wants to use the Templates feature

Re: dynamic drop down box

2007-09-26 Thread Howard Fore
Well, what's the error you are getting? You can't just barf the code like that and realistically expect an answer. If one were inclined to copy and paste your code to try and run it they couldn't because they don't have the database you're using (no, that's not an invitation to send the DDL along

Re: lt;cftextarea richtext=quot;truequot;gt; question

2007-09-26 Thread Will Tomlinson
Hard to believe the whole shared environment would have to SHARE the STANDARD templates that are in fcktemplates.xml. Same with sharing the STANDARD toolbars as defined in fckeditor.js There must be a way to edit and have my own!?! I headed down this path just the other day, then hooked

Re: Passing a Structure to a ColdFusion Report

2007-09-26 Thread Howard Fore
On 9/26/07, Rob Parkhill [EMAIL PROTECTED] wrote: Good Afternoon, How would one go about passing a structure to a CFR file and then access the data within the CFR. I have a lot of preprocessing to perform on the data before I can put it into the report (my DB designer decided to store raw

Re: cf webservice not working for .net?

2007-09-26 Thread James Holmes
What was the previous value of the returntype? On 9/27/07, Tim Do [EMAIL PROTECTED] wrote: Just figured out that if I use returntype=string in the cffunction then it works in .net. Anybody know why .net doesn't know how to interpret xml that cf generates?? -- mxAjax / CFAjax docs and other

Re: ColdFusion 8 Issue with CFFTP

2007-09-26 Thread James Holmes
Are you closing the connection in each file? On 9/27/07, James Blaha [EMAIL PROTECTED] wrote: Hello All, Have any of you seen this issue and know a possible fix? ColdFusion 8 Issue with CFFTP Error: An error occurred while establishing an FTP connection. I have 1 main CF Template that

Re: galleon forum question

2007-09-26 Thread James Holmes
So you removed Application.cfm from the /forum folder? On 9/27/07, Michael Appenzellar [EMAIL PROTECTED] wrote: I love the forum but am having some issues integrating it into an existing website that already has user login. The forum is in a /forum folder so I put/changed all of the

Re: CF equivalent to PHP pack() function

2007-09-26 Thread James Holmes
There's no direct equivalent in CF; there isn't even a direct equivalent in Java (as far as I can see). It seems you'll have to write one - perhaps crack open the source for that function in PHP (or the original form in Perl). On 9/27/07, Daniel Smith [EMAIL PROTECTED] wrote: In PHP there is a

  1   2   >