What DB platform are you using SQL Server, Oracle etc.? Depending on the platform there are a variety of solutions available for this particular problem.
I appreciate the help, but while I am familiar with formatting in Excel my customer is not. They are willing to tolerate the scientific notation, but I was hoping for a way to force the cell to a particular from ColdFusion (probably wishful thinking I know). Any other ideas?
When outputting a query to Excel several long numbers are being converted to scientific notation. Is there anyway to programmatically force Excel to not convert these numbers to scientific notation?
e.g.
1935489801623778
becomes
1.93549E+15
I've tried putting a ' in front of the number which...
Using a script I am attempting to create a computer account in Active
Directory and then setup an ACL on that account after it has been created.
While I can create the account when I try to apply an ACL to it I receive the
following error: "Active Directory: General access denied error."
I...
I don't if this is the problem your ISP is having but it turned out to be my problem:
The fix had to do w/ weblogic problems. Specifically, the change was to remove the startup java argument -
Djava.awt.graphicsenv=com.gp.java2d.ExHeadlessGraphicsEnvironment
and replace it with...
The fix had to do w/ weblogic problems. Specifically, the change was to remove the startup java argument -
Djava.awt.graphicsenv=com.gp.java2d.ExHeadlessGraphicsEnvironment
and replace it with:
-Djava.awt.headless=true
when starting up weblogic.
Found a help thread here...
I've thrown some code inside of the cfdocument tag and am still having the issue. I am reading through your thread. Any idea what your ISP might have changed?
I am attempting to utilize the new cfdocument tag, but everytime I do I receive the error: "The document has no pages." I've widdled my code down to the most basic possible (only 3 lines) and am still receieving the error. I am running CFMX7. Any thoughts?
Code:
<cfdocument format="pdf">...
Back at work now. I had a thought over the weekend and it seems to have fixed the problem.
In MX6.1 this line works:
<cfset application.ldapCFC = CreateObject("component","templates.components.ldap_ad")>
In MX7.01 this line works:
<cfset application.ldapCFC =...
I am using MX7.0.1 with hotfix 2 in place. I've changed my code to:
119 : <!--- load an ldap cfc into application scope ---> 120 : <cfif not structKeyExists(application, "isReady") or structKeyExists(url, "resetapp")>
121 : <cfset application.ldapCFC =...
In my application.cfm I load up a ColdFusion component for AD LDAP interaction. Loading the component in the below manner in CFMX6.1 causes no problems, but in CFMX7 gives this error:
My code:
119 : <!--- load an ldap cfc into application scope --->
120 : <cfif not...
I am working with LDAP to create computer accounts in Active Directory. While, I am able to create computer accounts that can be joined to the domain I have not yet been able to figure out how to set that accounts access control entry (ACE). There are plenty of examples of how to do this...
I will be creating the objects prior to them being joined to the domain from through an LDAP interface. This will allow our organization to bypass the computers OU creating objects in their appropriate OU from the outset. I would like to limit the ability of joining these objects once created...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.