| Thread | Last Post | Replies |
|
| xmlparse problems | 04 Nov 2004 15:20 GMT | 1 |
BME cat is a German e-commerce product classification system. I am trying to import an xml file created using BME cat standards but am receiving the following error: Relative URI 'bmecat_new_catalog_1_2.dtd'; can not be resolved without a base URI. The first few lines of the ...
|
| How to name an Excel worksheet in COM | 04 Nov 2004 14:07 GMT | 1 |
I'm outputing some query data to an Excel file via COM objects. I'm using COM versus straight html b/c my Excel file must have multiple worksheets, and COM is the only way I can find how to do that. I've figured out how to add a worksheet to an excel spreadsheet. What I need ...
|
| Regex | 04 Nov 2004 06:25 GMT | 1 |
if this highlights all www.xxx.com then how do i highlight everything in the sentence that is NOT www.xxx.com , i must be sooo close. please help me , i've spent long enough on this and it is driving me mad :confused;
|
| download restriction using cold fusion | 03 Nov 2004 23:33 GMT | 2 |
i need to restirct download of a file (xyz.doc) which has a certain url only to those logged on to the system.. so if someone picks up that url and tried to open some browser and download the file then the username and the password are to me requested for ....
|
| maximum loops possible in coldfusion? | 03 Nov 2004 22:28 GMT | 2 |
how many loops can i have within coldfusion?? e.g. <cfquery name="1"> </cfquery>
|
| CF .. dynamic charts | 03 Nov 2004 21:27 GMT | 2 |
Hi This is Pritesh Saraiya ok the problem i am facing really seems to have a simple solution but somehow i cant get it .....
|
| replace "one" in loop output | 03 Nov 2004 20:03 GMT | 1 |
I have been struggling with this problem.....any suggestions would be greatly appreciated. To understand what I am trying to accomplish please view these 2 screenshots: http://www.thezoo.net/tmp5.cfm This is a hand review script for the game of double deck pinochle. I have ...
|
| Output structures | 03 Nov 2004 19:32 GMT | 1 |
This is what I have (below), a structure in structure. How would I display the 'myfname' from the second structure? struct myFuseboxApp_384_63602472 struct cfid 384 ...
|
| Help RegEx for links | 03 Nov 2004 18:48 GMT | 2 |
Hello, This regEx pulls links (text and hrefs) from web pages. It works great on all but links that have HTML tags between the opening and closing A tag. How can I adjust it to accept whatever may be between the opening and closing tags? Match = ...
|
| Select New list items NOT IN another list | 03 Nov 2004 16:24 GMT | 1 |
Suppose I have 2 simple lists as shown: <cfset List_A = "V, W, X, Y, Z"> <cfset List_B = "A, B, V, W, X, Y, Z"> I would like to get a list of ONLY NEWER items from List_B that are NOT IN
|
| attachment doesnt send when file deleted afterwrds | 03 Nov 2004 12:24 GMT | 4 |
I send mail via 'cfmail' and use 'cfmailparam' to include an attachment. The procedure works well: upload file on server, send mail... After that I tried to reduce the clutter on the server and added a 'cffile action=delete' AFTER the closing of the 'cfmail'-tag. And... nothing ...
|
| How to let User control priority order of a list? | 03 Nov 2004 11:52 GMT | 1 |
I am needing know know how to create a list that is listed by a priority number. And that priority number is set by the user. I can't really find an easy way to explain it. A very good example is how GameFly.com does their que of the games you want to rent. Please check out ...
|
| Hidden variabile in a Form. | 03 Nov 2004 09:42 GMT | 2 |
I want assign a value to a hidden variabile in a <cfform>. Is there something like a hidden value for a form? <INPUT type=hidden value="REQUEST FORM" name=subject>
|
| Dynamically creating datasource | 02 Nov 2004 19:32 GMT | 2 |
I've got very big problem. I need to make setup app for web based app in CF MX and my main problem is that I don't know how to create a data source definiton that normally are set from CF Administrator. Any sugestions ?!
|
| Simple Question | 02 Nov 2004 19:18 GMT | 1 |
Is there any way to use standard DOS commands on files from coldFusion? For example, i want to do a del *.* or an xcopy with a bunc of paramaters. CFFILE does not seem to be so open ended, is there another way? Thanks
|