Re: Is using current date and dateAdd the best way to show 30 days worth of...
I could not get your codes to work. If I Just used the following code: <cfquery name="GetDevotional" datasource="#application.database#">SELECT dev_id, display_date, title, scripture, bodyFROM...
View ArticleRe: Is using current date and dateAdd the best way to show 30 days worth of...
Is the "display_date" date column actually a Date/Time field in MSAccess? Or is it a text field? -Carl V.
View ArticleRe: Coldfusion session timing out too soon?
partTimeCrazy wrote: ... Also the cookie timeout is set to 20 minutes, could that be part of the issue Perhaps. I would set it to 1440 minutes (1 day), to be on the safe side. ... 'Disable updating...
View ArticleRe: Coldfusion session timing out too soon?
partTimeCrazy wrote: the problem seems to be that after i log in i set a session variable called userID and if that userID isnt defined you have to log in again but i am still using the site so why do...
View ArticleRe: Coldfusion session timing out too soon?
ok i've bumped up the cookie timeout to 1 day and added loginStorage to the application file and i'll see how it goes. one question though how does coldfusion know what is login information to store it...
View ArticleRe: Coldfusion session timing out too soon?
partTimeCrazy wrote: one question though how does coldfusion know what is login information to store it in the session?Ah, I can see where this is coming from. You said earlier, after i log in i set a...
View ArticleRe: Is using current date and dateAdd the best way to show 30 days worth of...
I would stick with the cfqueryparam that Carl suggested. It enables the comparison of like with like. I am thinking along the lines of SELECT mob_id, display_date, title, scripture, bodyFROM...
View ArticleRe: I cannot open any PDF file - Please help!
Thank you, but I solved my problem. Forced Quit
View Articlebinary data in a form field gets changed
I'm about to migrate a Coldfusion9 application running on SunOS to Coldfusion10 on Suse Linux.The webpages work perfectly on the new installation.However there is also kind of a system interface where...
View ArticleRe: Is using current date and dateAdd the best way to show 30 days worth of...
Gentlemen, I converted the access database to mySQL and made sure the display_date was a date field and all is working fine now. Thank you for all of your help and patience. BTW, using dateValue() gave...
View ArticleRe: Coldfusion session timing out too soon?
Sounds like BKBK rounded up this issue pretty well. Once we realized the issue here isn't session timeout, but premature logout, I think what he said will hit the problem on the head. Hope to hear...
View ArticleRe: ColdFusion applets on Java 7.51 clients
Thank you for that link M. Maher. I've been having the same problems. Adobe really needs to address this. Their JAR files are now so out-of-date that everyone is going to be having security issues...
View Articlecoldfusion 10 users logs off automatically from the tool after first activity...
coldfusion 10 users logs off automatically from the tool after first activity everyday when they log in
View Articleupgrade wsconfig from command line problem
I have 2 running sites (plus cfadmin) on an IIS 7.5 server. I want to run the command line to use wsconfig to update the connector on the smaller production site before trying it on the larger one or...
View ArticleRe: Is using current date and dateAdd the best way to show 30 days worth of...
Rick, Glad you got it working. Anytime you can move a database off of MSAccess onto a more capable RDBMS, it's a good thing. Could you kindly mark whichever solution above worked for you as "correct"...
View ArticleRe: coldfusion 10 users logs off automatically from the tool after first...
What "tool" are you referring to? What do you mean by "logs off"? Do you mean that within a ColdFusion application, user's sessions are being closed? You'll have to provide a lot more detail about...
View ArticleWildcard Search in CF10
I create a collection by indexing a bunch of .pdf files and then I use CFSEARCH to search for a string in the filename. In CF8 with Verity this was easy: *searchterm* In CF10, even if I don't use the...
View ArticleRe: Wildcard Search in CF10
Take a look at this: https://learn.adobe.com/wiki/display/coldfusionen/Solr+search+examples -Carl V.
View ArticleRe: binary data in a form field gets changed
Can you please bear with me. What you say confuses me a bit. What do you mean by "This worked perfectly on the old installation"? What failed to work, and what did you expect? Also, you say, "one of...
View ArticleJSON data limit to coldfusion Server from JQuery Ajax call
We have been using coldfusion 10 Server and developing applications with YUI tables, JQuery And Coldfusion components. We have been facing issues when we try to submit a big chunk of Json data to...
View Article