| Thread | Last Post | Replies |
|
| Recordset Paging - Like Google | 17 Sep 2004 19:17 GMT | 2 |
I am trying to figure out how to incorporate recordset paging for a custom tag that will show only the amount of pages tat you want. Like : 1 2 3 4 5 6 7 8 9 10
|
| Select multiple problem | 17 Sep 2004 18:03 GMT | 1 |
I am having problems with this code: <select multiple name="p_Location_State"> <option value="#Client.Location_State#">#Client.Location_State#</option> <option value="All">All States</option>
|
| Binary DB field storage/retrieval promlem(SQL/CF) | 17 Sep 2004 17:57 GMT | 2 |
I wonder if someone out there can provide me with the (probably obvious) answer to this one. I'm using a script (CF5) to retrieve files of various types, stored in SQL 7 text field as binary.
|
| CFMX, XSLT, and ASP Webservices | 17 Sep 2004 17:18 GMT | 1 |
Is anyone working in a distributed environment where a CFMX presentation layer passes XSLT variables to an ASP Webservice? This is a new programming standard (n-tiers) where our ASP manager and ASP coders would like XSL parameters passed to the webservice layer from
|
| Flash Remoting / CF Duplicate/Mixed Return Values | 17 Sep 2004 14:57 GMT | 8 |
Sorry for cross posting but the post fits in many categorys and i really need to try and find some sort of answer. I have created a multi-user chat server in Coldfusion utilising CFC Objects stored in Application scope to run queries on a DB and pass data back and forth
|
| Replace not working | 17 Sep 2004 13:56 GMT | 5 |
Does anyone know why this isn't working: <cfset newContent = #ReplaceNoCase(propertyDescription,'','chr(27)','all')#> <p align="left"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">#newContent#
|
| cftransaction problem | 17 Sep 2004 08:32 GMT | 1 |
My cftransaction work fine the first time I run the Update page... If I refresh the page I get this error : Nested transactions are not supported. You cannot nest a cftransaction tag within another cftransaction tag.
|
| Web Teams - advice | 17 Sep 2004 07:23 GMT | 1 |
Hello All, 1) Can anyone recommend an application that will manage a CF Web Dev team and keep internal/external customer/clients informed as to deadline extensions and reshuffling of project priorities? Nothing to overkill an preferabley something
|
| CF & SOAP - I don't know JAVA for a workaround. | 17 Sep 2004 07:11 GMT | 1 |
I'm not a very advanced developer, I've never worked with webservices before, and I've never learned Java. I need to connect to a webservice on another server and have no idea how. I've looked through the posts about SOAP and CF and frankly they're a little over my
|
| Retrieving date from week number and year | 17 Sep 2004 04:46 GMT | 1 |
I have a group of records with the week number and the year the week fell in, and I basically want to retrieve the first date (or last date) of that week. (e.g if myWeek = 2 and myYear = 2004 the first date of that week may be 01-10-2004).
|
| Help converting ASP to CF | 17 Sep 2004 01:34 GMT | 1 |
Looking to retrieve random records from a MSAccess database. Found this ASP code that I think will work well. I'm having trouble duplicating it in CF: Assume that we have a table called: Table1 and this contains fields: TableID
|
| CFM Page to Recieve an XML over HTTP | 16 Sep 2004 22:29 GMT | 1 |
I am looking a sample code to get the xml data which is posted to our URL http protocol. for example if some one post an xml to this http://localhost/yahooBT/receivexml.cfm
|
| Text string wrap up | 16 Sep 2004 19:27 GMT | 1 |
Does anyone know how to wrap up a long text string (retrieves from database) when I output the string into a text file? Many thanks inadvance! ywc
|
| exporting to word | 16 Sep 2004 16:47 GMT | 3 |
After 3 days of trial and error, I have finally exported a full query into a word file. Unfortunately, only the first record is showing up. I am starting the code with: <cfcontent type="application/msword" reset="yes"><cfloop
|
| i have string of path how do i upload the file | 16 Sep 2004 14:19 GMT | 1 |
my flash applications can send a variable to a coldfusion component containing the path to a file. i.e. c:\test\directory1\file.txt once the coldfusion component has this variable i cannot get it to upload the
|