Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~8K People Reached
Favorite Forums
Favorite Tags
Member Avatar for danarashad

I am working on trying to secure some coldfusion servers. I've seen the lockdown guides all over the net. But those guides are for new installs. Is there a way to lockdown coldfusion after the install?

0
179
Member Avatar for danarashad

I am using an ajax to load form fields. When the you select the school, the grade fields load. When you select the grade, the show name check box appears. When the select all box appears, I have to click the select all box twice for it to work. I …

Member Avatar for danarashad
0
318
Member Avatar for ruhestorer

Hi, Is there simple way to call cffunction using cf component- button or link, or whatever. I have list with multiple documents and in the end of each line i need component which user can click, and on click i need to call cffunction.

Member Avatar for dipakatcvrca
0
724
Member Avatar for danarashad

I am using an ajax to load form fields. When the you select the school, the grade fields load. When you select the grade, the show name check box appears. When the select all box appears, I have to click the select all box twice for it to work. I …

0
188
Member Avatar for yankeefan24

Is there away to limt cftextarea by word not characters? I need to limit my form to 250 words. is there a way to do this?

Member Avatar for danarashad
0
337
Member Avatar for yankeefan24

Im creating a form in Coldfusion I need to add an Autosave function. I will like the form to autosave every 30 seconds. Any Ideas?

Member Avatar for danarashad
0
289
Member Avatar for danarashad
Member Avatar for danarashad
0
282
Member Avatar for terrymodular

I want to make a call list for sales person from the companies table. Want to start with a certain companyid = say 1002 and add 50 records to call. Stumped as to assign companyid as firstrow? and lastrow=companyid + 50 ? I know how to assign it to the …

Member Avatar for danarashad
0
219
Member Avatar for danarashad

I am some reports I am using google charts for, but when I create a pdf the charts are not being created in the pdf. Is there away around this, or has anyone ran into this issue. I am using google charts because CF charts gives me a image expired …

Member Avatar for danarashad
0
181
Member Avatar for danarashad

Is there a way to change the mail spool location? The location is on the c drive. Is there a way I could change the location to another drive?

Member Avatar for CutterBlades
0
139
Member Avatar for danarashad

I am having a problem installing CF 10. I keep getting an HTTP 500 Internal Server Error. Detailed Error Information **Module:** IsapiModule **Notification:** ExecuteRequestHandler **Handler ** cfmHandler **Error Code:** 0x80004005 ** Requested URL** http://127.0.0.1:80/CFIDE/administrator/index.cfm **Physical Path** C:\ColdFusion10\cfusion\wwwroot\CFIDE\administrator\index.cfm **Logon Method** Anonymous **Logon User** Anonymous

Member Avatar for danarashad
0
665
Member Avatar for danarashad

Is anyone running Coldfusion on a virtual server. If so, are their any problems with running CF on a virtual server? Thanks

Member Avatar for utdream
0
94
Member Avatar for danarashad

My Jquery dual list box isn't working when I call a page via ajax. But if I navigate to the page, the Jquery works. I've used the .live code but that doesn't seem to work. Any suggestions. The below code, I thought would work, but it doesn't. [CODE] $(function(){ $('.button').live('click', …

Member Avatar for danarashad
0
232
Member Avatar for danarashad

I am trying to figure out how to have a certain value as my selected value in a cfselect that is running a cfc? I am running a cfc, but when someone saves that answer in the database, when they go back into the form. I want the answer they …

Member Avatar for arrgh
0
153
Member Avatar for danarashad

I am having a weird issue. I am using cfautosuggest, when I type child into the search box the cfc should return "Other Minor Child in Custody,Grandchild, Great Grandchild", but it doesn't. The weird part is when the query runs I do a dump in the cfc and it does …

Member Avatar for arrgh
0
149
Member Avatar for danarashad

I am running into a problem. I am trying to use coldfusion's form validation. When I use the name and id fields in the form tag. The validation is skipped. Can you not name the form while using CF's form validation? <cfform action="page.cfm" enctype="multipart/form-data" method="post" name="conferenceForm" id="conferenceForm" >

Member Avatar for cfwebdeveloper
0
94
Member Avatar for danarashad

Has anyone gotten this to work via CF7. [URL="http://www.halhelms.com/blog/index.cfm/2008/11/24/jqGrid-with-ColdFusion"]http://www.halhelms.com/blog/index.cfm/2008/11/24/jqGrid-with-ColdFusion[/URL] This guy says he's got it to work, but. I can't figure out how. [URL="http://www.halhelms.com/blog/index.cfm/2008/11/24/jqGrid-with-ColdFusion#c8A9E48CF-FF20-683A-FDE69AC724E27FC6"]http://www.halhelms.com/blog/index.cfm/2008/11/24/jqGrid-with-ColdFusion#c8A9E48CF-FF20-683A-FDE69AC724E27FC6[/URL]

Member Avatar for pedrobl
0
91
Member Avatar for danarashad

Can anyone tell me whats wrong. The error I keep getting is "Access to the Exchange server denied. Ensure that the user name and password are correct." I've done all of this. [URL="http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=cfexchange_3.html"]adobe[/URL] [CODE] <cfexchangeConnection action="open" connection="sample" server="mailserver" protocol="https" username="username" password="pasword" formbasedauthentication="true" formBasedAuthenticationURL="https://webaddress.com" /> <cfexchangecalendar action="get" name="mycal" connection="sample"> <cfexchangefilter name="startTime" …

0
89
Member Avatar for danarashad

Hello I am trying to use the cfgrid flash format to create an editable grid. But I have no clue as what to do next. Here's the code I have. It does allow me to type into the grid but I don't know the save part. In the action page, …

Member Avatar for acShekar
0
69
Member Avatar for danarashad

Has anyone got this working? [url]http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?href=00001369.htm[/url] [url]http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?href=00001371.htm[/url] If so, could you let me know how to get it working? I can't even get Form.employee_grid.rowstatus.action to be defined.

0
74
Member Avatar for danarashad
Member Avatar for utdream
0
68
Member Avatar for danarashad

I am having an issue with cfselect. When I submit the form, I don't get a value from my 2nd cfselect. I am binding. I do get a value from the first select, but the second select does not exist in form data. I do get values from this form …

Member Avatar for danarashad
0
145
Member Avatar for danarashad

I am pretty sure this is easy to figure out, but I don't know javascript that good. I am trying to declare variables dynamically but what I have below does not work. What I want to accomplish is the following. var id1 = document.getElementById("sid").value; var id2 = document.getElementById("sid").value; var id3 …

Member Avatar for scrappedcola
0
102
Member Avatar for danarashad

[code] Federal Projects: <cfselect name="AdminID" bind="cfc:folder.components.forms.getProjects()" display="ProjectName" value="AdminID" bindonload="true" /> Administrators: <cfselect name="AdminName" bind="cfc:folder.components.forms.getAdminInfo({AdminID})" display="FullName" value="PrincipalID" /> [/code] The Code above queries a cfc and returns the results to the second cfselect. My question would be how to return the result to a cfinput box? Is that even possible.

Member Avatar for arrgh
0
358
Member Avatar for danarashad

[CODE] <cfldap server="my.ldap.server" PORT="389" action="query" name="GetEmployee" start = "cn=users,dc=directory,dc=school,dc=org" attributes = "cn,sn,uid,givenName,mail,position,telephonenumber,memberUid" username="cn=username" password="pass"> [/CODE] When I run my code, I get an error. First is the code correct or do I not have the correct permissions. [code] Authentication failed:[LDAP: error code 49 - Invalid Credentials] [/code]

Member Avatar for samaru
0
196
Member Avatar for elizabeth1

Does anyone know if it is possible to format the Excel spreadsheet (dynamically created using ColdFusion and pulling from a MySQL database) to have the Excel file automatically set to landscape, rather than portrait for printing. My client wants that Excel spreadsheet formatted for him. I have the borders and …

Member Avatar for danarashad
0
453
Member Avatar for danarashad

I am having a problem with autosuggest. That creates a list with ',' in them. Example the list values of my query is. 6-7 Reading (AMS, BMS, RMS) 6-7 Teaching Reading (CMS, KMS, NMS) 6-8 BD 6-8 Computer Applications & Computer Integrators But when I am typing in my box …

0
74
Member Avatar for danarashad

I have users insert text on pages. When they do a copy paste from word. With a bullet point or a '. It shows up on the pages as []. Can someone help. Is there a safe html insert for coldfusion or a safe text insert. That would strip out …

Member Avatar for danarashad
0
140
Member Avatar for danarashad

I am having trouble resizing images. It works with normal smaller images. I am resizing them to 400 x 600. If someone uploads a 1000 x 1000 photo it works. But some people are uploading images 2300 x 3000 and it doesn't work. I've used this but it doesnt seem …

Member Avatar for danarashad
0
168
Member Avatar for danarashad

I am getting odd query results. I should be getting a list of students, over 100, but I am only getting 3. Here is my connection and sql, please help. It works excellent on PC, but the client is using a Mac. Please advise. On PC, I get all 100 …

Member Avatar for digital-ether
0
86