| Thu Jun 25, 2009 3:42 pm |
| Replies: 1 |
| Views: 1208 |
|
 |
This new website that I'm developing is going to use CFLogin for the authentication, but my question is, how can I make some exception to the pages that does not require authentication?
I have the ...
|
| Thu Apr 02, 2009 12:13 pm |
| Replies: 5 |
| Views: 5037 |
|
 |
I Sava a good CMS? I have to build a new website and they want a CMS system so I don't know which one to choose... I started to look into Sava.
Any advices?? Comments?
|
| Wed Jan 28, 2009 2:35 pm |
| Replies: 2 |
| Views: 2765 |
|
 |
Thank you...
that solved the problem...moving the list to an array.

|
| Tue Jan 27, 2009 4:04 pm |
| Replies: 2 |
| Views: 2765 |
|
 |
I have a file that is separeted by TAB and it has 8 fields.
I need to get 6 fields from the file.
But some of the fields may have no data at all and that is causing some errors when I try to dis ...
|
| Sat Dec 20, 2008 4:11 pm |
| Replies: 2 |
| Views: 3260 |
|
 |
Thank you...
that worked perfect.

|
| Thu Dec 18, 2008 4:29 pm |
| Replies: 2 |
| Views: 3260 |
|
 |
In the website that I'm developing right now I need to add an incoive print, right now they have a HTML page that i generated with the information and they can hit the print button from the browser to ...
|
| Thu Dec 18, 2008 4:24 pm |
| Replies: 2 |
| Views: 3273 |
|
 |
thank you for your reply. That helped me.
|
| Mon Dec 08, 2008 2:45 pm |
| Replies: 2 |
| Views: 3273 |
|
 |
first time using cfcharts, and I have a question.
I have a query that is set to default to que a report for a 7 days sales, so I have the start date and the end date. example query
<cfquery ...
|
| Mon Aug 18, 2008 9:34 pm |
| Replies: 1 |
| Views: 3661 |
|
 |
I have a list that I'm using to store a shopping cart, buf it the user enters 0 in the quantity I want to remove the itens in the list that has 0 quantity.
If I try to delete the last item in the l ...
|
| Mon Jun 16, 2008 5:51 pm |
| Replies: 2 |
| Views: 6154 |
|
 |
Why not use the FCKeditor that comes with CF8
here is a link talking about that.
http://www.rakshith.net/blog/?p=22
|
| Mon Jun 09, 2008 5:30 pm |
| Replies: 2 |
| Views: 5436 |
|
 |
I found the way.
Here is how I did. Where the number 1 is the location in the grid.
#ListGetAt(URL.CFGRIDKEY,1)#
|
| Fri Jun 06, 2008 3:11 pm |
| Replies: 2 |
| Views: 5436 |
|
 |
I'm trying to add a link to a CFGRIDCOLUMN and I need some help, I setup the link but I need to send the user id from the DB query to the link field how can I do that.
here is my code.
<cff ...
|
| Tue Apr 22, 2008 6:05 pm |
| Replies: 30 |
| Views: 37272 |
|
 |
I will try to contact HMS to see if they can solve that.
Thanks for your help all.
|
| Sat Apr 19, 2008 2:07 pm |
| Replies: 30 |
| Views: 37272 |
|
 |
emmet,
It doesn't give me the full error all I got is
An exception occured while trying to write the image.
and when I do this
<cfdump var="#aspect#">
<cfimage actio ...
|
| Fri Apr 18, 2008 3:54 pm |
| Replies: 30 |
| Views: 37272 |
|
 |
HMS gave me the permissions to the tmp folder and now I can upload the image, but I still get some problems.
when I remove the line
<cfimage action="write" source="#aspect#&quo ...
|