| Thread | Last Post | Replies |
|
| Java Object Instantiation | 20 Jun 2008 03:47 GMT | 2 |
I'm having problems using a method within a java class that has been created within my CF code. I don't know Java, but from the little I've learnt the Java code has a constructor. When I call the method within the java class without using the CF init() it throws an Object ...
|
| OnChange() | 19 Jun 2008 17:31 GMT | 2 |
I have a question. I have the following script for my page: <!--- store the selected Main_Group variable variable after the first select boxes submits itself ---> <cfif isDefined('form.select_Main_Group')>
|
| Getting CFTEXTAREA value | 19 Jun 2008 15:56 GMT | 2 |
When I use: <cftextarea name="stuff" id="stuff" html="yes" enabled="Yes" visible="Yes" [b]richtext="No"[/b] cols="30" rows="5"></cftextarea> I can bind a div called [b]content[/b] to stuff with the following:
|
| ColdFusion.navigate with POST form submission | 19 Jun 2008 14:30 GMT | 1 |
I need to refresh the entire page, so I am not using any div on my javascript, I am using the following line. ColdFusion.navigate(AjaxFormAction, null, callback, errorHandler, 'post', 'LocCondByQtr')
|
| Problem related to default page layout of application | 19 Jun 2008 10:57 GMT | 1 |
I am beginner to coldfusion. I have got a problem while creating coldfusion. I have a page which consists a save button click on this calls the same page. On second load
|
| jrun.exe uses 100% of CPU | 19 Jun 2008 04:46 GMT | 4 |
Anyone got any pointers as to this issue. Win NT2003 server using Apache + mysql DB + CF8 Standard jrun.exe has recently begun to use up 100% of CPU time as monitored in taskmgr We thought this was related to using client variables and filling up the
|
| empty rows in cfgrid | 18 Jun 2008 20:55 GMT | 4 |
I have am using CFGrid in HTML mode and it is showing a ton of blank rows. There should only be 6 rows showing but it showing 24 blank rows. How do I go about using cfgrid and only showing the rows that have data? THANK YOU!
|
| Sort order question | 18 Jun 2008 20:43 GMT | 2 |
Hello, all. I have a client who would like to have the ability to change the order in which sub navigation items appear on their site. I've got it to the point where if the SO is changed in the database, that
|
| QuickCommercePro "Connection Failure" | 18 Jun 2008 17:15 GMT | 3 |
I don't know where to find help for this particular problem because it's not neccessarily a coldfusion issue. I'm submitting a form programmatically through cfhttp passing the credit card info (see attached code) and it is giving me the response "Connection Failure".
|
| Impersonation | 18 Jun 2008 16:29 GMT | 1 |
:confused; I have a requirement to view a document in a CRM system but to do this I need to impersonate another Windows user as the CRM package does not allow authentication via a group. I found cfimpersonate but this is nolonger supported and I am having trouble finding its ...
|
| CFMAIL problem | 18 Jun 2008 03:10 GMT | 1 |
Hello, I am trying to send an XML file to a coldfusion mailer. It is not working for me. Can someone help me with some basic code to construct a mail forwarder that will onsend the XML data I am sendng it ?
|
| SQL Between dates | 17 Jun 2008 22:52 GMT | 8 |
I am trying to pull information between 2 argument dates. Select offHours, tsCode, toDate FROM timeSheetDays WHERE uniqname = '#arguments.uniqname#'
|
| Unique LabelNumber | 17 Jun 2008 21:35 GMT | 2 |
I want to create a unique 6 character ID with numbers and letters. Without using the letters 'B', 'D', 'I', 'S' or 'O'. I got this far but how can i mix the numbers and letters to get the label. I'm stuck. Thanx.
|
| Assemble and Insert | 17 Jun 2008 20:11 GMT | 2 |
This may be a lot simpler than I think, but I am drawing a blank. I am attempting to build a timesheet when an employee can report their time off per month. Each row consists of a date 2 text field and 2 selects (2 for hours off and 2 for types).
|
| CFDocument/PDF Send straight to printer? | 17 Jun 2008 15:03 GMT | 3 |
I am trying to find out how to have the contents of a CFDocument tag sent directly to a printer, or a printer spool, when a user clicks a Print button. I am using CF 8 Enterprise. Many thanks,
|