Quantcast
Browsing all 21760 articles
Browse latest View live

Problems in verifying connection to CF Administrator Mail Server

I  need to send e-mails using CFMAIL, but am unable to verify the connection to the CF Administrator Mail Server, which presently is localhost.  This question has been asked in other places, but I have...

View Article


Re:

I use cfselect like following code,"hello" shows when I use <cfif not isDefined>, it does not show isDefined, Thanks again, Regards, <cfif isDefined("form.lstMylst")>     hello...

View Article


Re: Problems in verifying connection to CF Administrator Mail Server

Are you saying that you have an SMTP server running on your localhost?  That would be unusual.  Even if you do, the real SMTP server would have to allow relaying to allow your local SMTP server to get...

View Article

Re:

The form is probably not submitted, is submitted to a different action page or has method type 'get'. To test, temporarily replace <cfif isDefined("form.lstMylst")>    hello </cfif> with...

View Article

How do I get a button to show in a list only when a survey is filled?

I am using cf9 with mySQl 5+. I have two tables:Signups -  where people signup to take a course.Course_eval – once the course is completed, the student fills in the course evaluation I use an inner...

View Article


Re: IN statment

Thank you REEDPOWELL ! It give me the way. I did it a little bit different and it's working. SELECT activities_bus_busid, COUNT(activities_bus_busid) countids                              FROM...

View Article

Image may be NSFW.
Clik here to view.

cfmap and cfdiv

Is some restriction to use cfmap in conjanction with cfdiv bind? I have <cfdiv id="resultdiv" bind="url:map.cfm" />The bind is workin, I can see the page, and cfmap is working as I can see it if...

View Article

Re: Problems in verifying connection to CF Administrator Mail Server

In CFadmin > Server Settings > Mail  tick Verify mail server connection then press submit changes. Does that say Connection Verification Successful? Agree with Reed generally CF localhost would...

View Article


Re: cfmap and cfdiv

What about placing <cfajaximport tags="cfdiv"> at the top of the page.

View Article


Re: IN statment

Sergey_S wrote: I have the table:    IDcondition_idproperty_id1c_3b_12c_13b_23c_3b_44c_13b_15c_3b_26c_4b_1 I need to select all properties with condition_id c_3 and c_13 not just c_3 or c_13 (I expect...

View Article

Re:

I see variable dump, but not hello,It submitted, but  I only see the variable I assigned or text controls, no select control. Regards, Iccsi,

View Article

Re:

I think I know why,I use jQuery and have the following code on submit button, because I use my won stored procedures to update my database.  event.preventDefault(); Because above code on submit, it...

View Article

Re:

I think that the solution would be have 1 jQuery on my submit on click event.The first one to update my tables in the database and second one to check if mylst exists then do the hello things in...

View Article


Re:

It is possible that the select field is excluded from the form submission. Could we see the code?

View Article

Re:

the whole cfm file code is too long, which part of code you want to see?onSubmit from jQuery? Regards, Iccsi,

View Article


Re:

here is html code: <input name="cmdSubmit" type="submit" id="ccdSubmit" value="CONFIRMAR"/> here are my on submit code ,I still do not see the select even I comment event.preventDefault,...

View Article

Re:

I think that I know whewre the issue is which is event.preventDefault.I had it works when I comment out the event.preventDefault. Since I use jQuery onSubmit to hadndle submit, I tihnk the only...

View Article


Can't add datasource for local SQL Server Express

I can't get new datasource to connect to a local SQL Server Express (2008). On SSE, I enabled non-NTLM authentication, created an account specifically for CFServer, and was able to log into SQL Server...

View Article

Re: cfmap and cfdiv

Thanks for the idea, BKBK!  <cfajaximport tags="cfmap"> solves the problem.

View Article

Re: How do I get a button to show in a list only when a survey is filled?

Don't use an inner join: <cfquery name="getsignups" datasource="#application.dsn#">select signups.courseTitle,signups.property,signups.calendardate,signups.com...

View Article
Browsing all 21760 articles
Browse latest View live