Skip navigation

Login or Register to find out more about BKBK
BKBK has no profile image available
Status Level:
Community Member

Recent Activity

BKBK replied to null statement in query

"In addition to what Steve says, I would make the code easier to read and to maintain by doing this just before the query:   <cfset isTradeV"

in ColdFusion 2 replies
10 hours ago
BKBK replied to I am having an issue with XMLSearch not reading my file. Any help?

"Is the file's content really XML? Test with:   <cfoutput>#isXML(XMLFile)#</cfoutput>   If it passes the test, then do a second test by rep"

in ColdFusion 3 replies
13 hours ago
BKBK replied to Form not returning variable - getting Variable is Undefined

"I will assume that the query is in the form's action page, submitform.cfm. What is then lacking is an event to submit the form. Add, for exa"

in Getting Started 2 replies
13 hours ago
BKBK replied to Coldfusion 10 Case Sensitive URLs?!?

"BKBK wrote:   Now, rename the file to MYPIC.jpg. Open the same URL as before. In my example, that would be http://127.0.0.1:8500/myImages/m"

in ColdFusion 8 replies
2 days ago
BKBK replied to Coldfusion 10 Case Sensitive URLs?!?

"Adam Cameron. wrote: I'm running the dev install and using the inbuillt web server.  I've run it on Win7, Win Vista and Win Server 2003 (3"

in ColdFusion 8 replies
2 days ago
BKBK replied to Professional opinions please - cfquery vs. Stored Procedures

"wmkolcz wrote:   I am rebuilding a Flex application from the ground up to make it better and more featured. One of the main complaints I ge"

in Advanced Techniques 7 replies
4 days ago
BKBK replied to Coldfusion 10 Case Sensitive URLs?!?

"I think you're actually right, Kevinmkr. I also encountered case-sensitivity in URLs some time ago, but ignored it. Your post has made me re"

in ColdFusion 8 replies
5 days ago
BKBK replied to Where is the best place to put cfqueries?

"goodychurro1 wrote:   Where is the best place to put cfqueries, in the <head> </head> or before the html tag? Thanks In a separate CFM pag"

in ColdFusion 6 replies
6 days ago
BKBK replied to Reference Error - cfgrid.js

"Clay Hess wrote:   Here is the code...   <script type="text/javascript" src="/CFIDE/scripts/ajax/ext/package/toolbar/toolbar.js"></script>"

in Advanced Techniques 3 replies
6 days ago
BKBK replied to Reference Error - cfgrid.js

"Better show the code."

in Advanced Techniques 3 replies
6 days ago
BKBK replied to J2K errors - Session time outs

"Those are likely to be coding errors. The place to look is where you write/set the values of SESSION.SECURITY_ATTRIBUTE_LIST and SESSION.USE"

in ColdFusion 1 replies
1 week ago
BKBK replied to Simple Default value for drop down menu

"By default, the first option is the one selected in a drop-down. As I said, something like this should work:   <cfset optionDefault = "none"

in ColdFusion 7 replies
1 week ago
BKBK replied to Best Method For Server Variables in Multi-Developer / Multi-Server environment?

"RLS wrote:   In addition to having a development environment on my laptop and my desktop, we have a staging server and a production server."

in ColdFusion 6 replies
1 week ago
BKBK replied to cfgrid and <cfoutput query="myQuery" group="GROUP">

"As far as I am aware, cfgrid has no functionality equivalent to cfoutput's 'group' attribute. The closest comparison is cfgrid's 'groupfield"

in Advanced Techniques 2 replies
1 week ago
BKBK replied to Grabbing the elements from the XML root node

"Possible alternatives:   <cfset timeStamp = MyXMLDoc.XmlRoot.XmlAttributes['timeStamp']> <cfset messageid = MyXMLDoc.XmlRoot.XmlAttributes"

in ColdFusion 2 replies
1 week ago
BKBK replied to Simple Default value for drop down menu

"jamie61880 wrote:   There is a link that I have called "Quality Items". There are 2 ways to get the page updated. Either click the Refresh"

in ColdFusion 7 replies
1 week ago