First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
cfImage to BLOB - Workaround Needed
what about .bmp? ... 20 Apr 2008 04:12
Converting a SObject into other objects
I'm doing my first SalesForce connection web site and have a question on how to retrieve and possibly cast some objects from my query. The basic code (after login which works fine) is to query the Contact table. After that, I want to grab some simple data back from it like "firstname" and such but I run into ... 22 Apr 2008 06:20
Another CFImage bug
Second cfImage bug I've found in a week. Tried reporting it to Adobe, but their bug report form throws a 404 (nice). Basically, certain JPGs will cause CF (or more specifically, Java) to throw this error after reading them to memory, then writing it to disk: Missing Huffman code table entry javax.imageio.II... 6 May 2008 23:27
CFGRID Filter
Hi, I have a CFGRID that uses a cfc to bind the data to the grid. So far so good. I also have an onchange function that allows you to update the grid. I've worked up a filter in a cfselect, with a bind coming from the cfc - function is getBrandsFilter. I'm trying to get the cfselect and the cfgrid to... 17 Apr 2008 16:33
Insure file exists before displaying
I have JPGs stored in BLOBs. I have several lines of code to retrieve the JPG put it on the server. The code to download the BLOB ocurrs right before the IMG tag used to display it in my CFM page. Is there is a way to make sure the code to retrieve/download the BLOB has finished executing (i.e., the JPG has ... 17 Apr 2008 18:08
Insert # into database
Hi I have a problem. I have the following <cfset newcolor = "000000"> <cfquery name="UpdateColor" datasource="#application.db#"> UPDATE tblsites SET SBGCOL = '#newcolor#' WHERE USERID = #session.userid# </cfquery> ...HOWEVER, i want to insert a # before posting the color var! Ple... 17 Apr 2008 10:08
CFGRID
I am using a CFGRID to display information. I would like the user to be able to select a row (selectmode="row") and then select a delete button and have the information deleted. I know there is a built in delete if I use selectmode="edit" but I do not wish to utilize this method. I have created a "Show" button ... 16 Apr 2008 15:38
loading data into a pdf
I was using CF7 to query data and load it into pdf file using the XPAAJ java library from Ben Forte's blog. It was simple, and it worked very well. Then along came CF8 and LiveCycle ES. XPAAJ was free, but LiveCycle ES is not free. LC ES does much more than loading data into a pdf and costs quite a bit, but is ... 18 Apr 2008 10:14
FedEx WebServices
The easiest way I've been able to deal with it is to create an xml document, which mirrors their specs and then cfhttp it to their servers. ... 16 Apr 2008 14:50
CFMX on JRun4 server - common-logging error
Hi All, I have CFMX 7.0 installed on J2EE Application server. I am using JRun4 as my application server. I am trying to create a CFX tag which uses Logging using the commons-logging. When I deploy and register my class and run it. I get this message: 04/16 13:21:24 error [1]org.apache.commons.loggin... 16 Apr 2008 14:02
First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31