| Thread | Last Post | Replies |
|
| flashpaper using cfdocument = what a letdown! | 22 Mar 2005 19:21 GMT | 5 |
I was all excited to start migrating stuff over to flashpaper format. Thought it was the "wave of the future"... Problem is that the margins show one way in flashpaper and then when I go to print the page the bottom margin is about twice the size it display in
|
| Restrict access based on originating IP address | 22 Mar 2005 16:51 GMT | 5 |
I have a client who has three IP address with x amount of work stations coming from each IP address. The client does not want the users to login each time and has requested to restrict access by originating IP address. For example if the originating IP's are: 24.111.12.21 24.111.12 ...
|
| MS Access XML with CF.... | 22 Mar 2005 15:47 GMT | 1 |
A user has an access database that they want to export an xml file out of, and through cf, upload the file and have the contents inserted into the sql server db. No problem, I know how to do this. The problem is that the xml elements are not consistent. For example, if the ...
|
| Connecting to a Lotus Notes WebService | 22 Mar 2005 15:41 GMT | 4 |
We have a webservice built in Lotus Notes that we are trying to access via CFMX 7. Here is the code we are using in CF: <cfinvoke webservice="http://notesserver/bookcatalog.nsf/WSDL?OpenPage"
|
| Using aggregrate function sum() from within Cached Query | 22 Mar 2005 07:16 GMT | 1 |
Hi, I have a query which returns say total 30 records. Now, form within these 30 records, I am using another Cached query which will retrive specific records form the recordset of previous query. The code is show below : <cfquery name ="myquery1" dbtype="QUERY">
|
| conditional loop crashing CF server | 22 Mar 2005 04:26 GMT | 9 |
i've got a custom tag i'm working on where i would like to take any 'camel-case' formatted string and format it like so: 'testString' becomes 'Test String' 'anotherTestString' becomes 'Another Test String' etc... to achieve this, i'm trying to use ReFind() and a conditional ...
|
| Parse XML as recordset | 22 Mar 2005 00:19 GMT | 4 |
I'm an ASP.NET developer learning ColdFusion. The Visual Studio .NET IDE has a nifty feature where you can define data schema (a DataSet) within its designer (no code involved). This DataSet--including schema and/or data--can then be written to an XML file
|
| [any_cfm_file.cfm/my_variable_name=variable_value] - Doesn't seem to work in MX 7 | 21 Mar 2005 23:52 GMT | 3 |
We have recently upgraded to Cold Fusion MX 7, and have problems on many of our media serving applications that used the format: http://...../file.cfm/[unique_id]/[format]/[desired_filename].ext This is because we want to serve the files using cfcontent (they cannot exist
|
| Adding items to a cfgrid | 21 Mar 2005 20:37 GMT | 4 |
Hi! I'm trying to add items to a cfgrid using form elements. E.g. I have fname textfield, lname textfield, market comboBox, etc in my form I want to have a button called 'Add New' (I know the cfgrid has an attribute called insert, but i don't want this one) which adds the values ...
|
| multi sms problem | 21 Mar 2005 18:46 GMT | 1 |
Can somebody help me with this. I want ot send sms message to multiple users. My codes are as follows. <cfscript> msg = structNew();
|
| Wierd Verity search results | 21 Mar 2005 18:44 GMT | 2 |
Using CFMX 6.1. I used the CF administrator to create and indes a collection of PDF files. The search works fine, but when I display the summary, some records have word run-on. Here's an example: OBOE1.HandPosition:Onlownotes,theleftthumbisonthewoodjustbelowthebackoctavekeywi
|
| XML PARSE Problem (No End Tag) | 21 Mar 2005 18:35 GMT | 1 |
I am trying to parse this XML document below and access the attributes in the Child (Fields). The problem is that I cannot get past the XMLChild of ENVELOPE because it has no end Tag. I know the that /> means it is the end tag but how does CF know this. Does anyone have an idea ...
|
| How to restrict the user to go back ones the user has logged out. Or, if he goes back, how to generate custom error for | 21 Mar 2005 18:19 GMT | 1 |
:music; How to restrict the user to go back ones the user has logged out. Or, if he goes back, how to generate custom error for Page Expire ? :music; |
| Problem with IsUserInRole | 21 Mar 2005 17:51 GMT | 5 |
I'm building a web app with need some security. For that i'm using an already defined database which handle user password group membership and functionnality par group or user.
|
| MX 7 breaks CF 4 Jscript on NS 4.79 | 21 Mar 2005 16:54 GMT | 5 |
I've integrated a javascript-based popup menu function from www.dynamicdrive.com into my Cold Fusion 4.01 CFM file. This is a cross-platform site requiring access back as far as NS 4.7 and IE 4. We are trying to upgrade to MX 7 and probably
|