Binding cfselect to cfgrid

2011-09-23 Thread Tim Stutzman
Having a hard time finding any resources on how to bind a cfselect to cfgrid. I can bind a cfinput to a cfgrid easily. For example: cfinput type=text width=300 name=txtPartNumber label=Part Number: bind={FGRMBufferData_grid.dataProvide[FGRMBufferData_grid.selectedIndex]

Printing web pages automatically

2009-11-05 Thread Tim Stutzman
Hello, I am using the cfdocument tag to create a flash paper. Is there anyway that once the flash paper loads, it will automatically print to the default printer? Is there any other method of doing this? Thanks, Tim ~|

Re: Using CFFILE to create a cfc

2009-09-09 Thread Tim Stutzman
Some of the lines will be dynamic based on what the user enters into the text boxes on the form. This raises alarm bells! I hope any user supplied data is fully sanitized otherwise you've got a MASSIVE security hole! Can you explain exactly what you're attempting to do here, and

Using CFFILE to create a cfc

2009-09-08 Thread Tim Stutzman
Hello, I would like to create a cfc using CFFILE that has a CFFILE tag in it. Some lines of the cfc will always be the same when the file is created. For example: cfargument name=class type=string required=yes cfargument name=labelData type=query required=yes cfargument name=bpcsData

Re: Using CFFILE to create a cfc

2009-09-08 Thread Tim Stutzman
How would I use cfcontent to build a string that doesn't output to the page? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Query Muliple Databases

2008-09-12 Thread Tim Stutzman
Hi, I need to write a query that selects data from two different databases, which are a MS SQL Server and DB2. The SQL Server has all the fields I need but one field that is in the DB2 database. I need to join between the two databases, but I have never wrote a query that uses two different

Reading CSV File

2007-02-26 Thread Tim Stutzman
Hello, I am reading a CSV file and inserting it into a database. All is good with the exception that one field has commas within it, therefore when it runs, it thinks the commas inside the are delimeters also. Any ideas on how I can get around it or take the commas out of that field before

Re: Reading CSV File

2007-02-26 Thread Tim Stutzman
out before you parse. I had to end up parsing everything. . Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Tim Stutzman [mailto:[EMAIL PROTECTED] Sent: Monday, February 26

cfflush

2007-02-22 Thread Tim Stutzman
Hello, I am having trouble with cfflush. Basically I have some queries running and would like to output a message when each query is done. The problem is that the output doesn't occur until all queries are done. I am using cfflush but it seems to have no effect. Thanks

Re: cfflush

2007-02-22 Thread Tim Stutzman
No to all 3. All I am doing is performing several queries and would like output after each query is completed. Are you inside of a table? Are you using a framework like Fusebox? Are you using any server-side compression like gzip with Apache. ~Brad -Original Message- From: Tim

Re: cfflush

2007-02-22 Thread Tim Stutzman
Thanks, using RepeatString worked. ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2. Free Trial http://www.adobe.com/products/coldfusion/flex2/ Archive: