| Mon Jan 02, 2006 10:09 pm |
| Replies: 8 |
| Views: 21543 |
|
 |
At this time there is no way to do this in our shared environment.
This is a limitation of the SmarterMail web services, in that it only allows for one master login to be used when calling the Sma ...
|
| Sun Nov 27, 2005 3:14 am |
| Replies: 3 |
| Views: 11697 |
|
 |
A simple cfquery to your DSN is going to look something like this
<cfquery datasource="#dsn_variable#" username="#dsn_username#" password="#dsn_pass#" name="myquery">
select * from aTable
& ...
|
| Sun Nov 06, 2005 9:32 pm |
| Replies: 1 |
| Views: 8070 |
|
 |
well you could have a password protected directory on your site for development. This really wouldn't be true source control. But maybe you could setup some kind of automated FTP that downloads local ...
|
| Sun Nov 06, 2005 9:29 pm |
| Replies: 1 |
| Views: 8966 |
|
 |
Thanks for the kind words John, and yes the upper powers do read these forums. 
|
| Sun Nov 06, 2005 9:07 pm |
| Replies: 6 |
| Views: 21389 |
|
 |
Which brings up a point when is MM going to create a CFImage tag? Java has the tools to do it, and a lot of people ask for this one.
|
| Sun Nov 06, 2005 8:35 pm |
| Replies: 8 |
| Views: 20802 |
|
 |
I'll take a wild stab. Does PDF embed fonts or rely on the system installed fonts or are they embedded? If they're not embedded, then maybe it's a missing font that can't be encoded into something els ...
|
| Sun Nov 06, 2005 8:28 pm |
| Replies: 2 |
| Views: 10699 |
|
 |
Not sure about creating the keychain as the System account.
But there isn't much of a security risk in running CF as another user, as long as that user doesn't have all kinds of permissions that mi ...
|
| Mon Sep 05, 2005 9:35 pm |
| Replies: 1 |
| Views: 7632 |
|
 |
I think this may be an issue with jsession's being turned on for your CF server. Try turning jesession's off and see if this takes care of the issue.
I don't believe we turn this on for our shared ...
|
| Mon Sep 05, 2005 9:30 pm |
| Replies: 3 |
| Views: 14162 |
|
 |
Well you could come up with a web page (in SSL) that you enter the key and the text and decrypt it. CF this is really easy with the decrypt() function. You can also do this in .NET.
Or are you l ...
|
| Mon Sep 05, 2005 9:24 pm |
| Replies: 1 |
| Views: 7935 |
|
 |
cfsearch has a categoryTree attribute, I think you can specify at what level in the indexed tree to search. Not sure if it's going to be "/folder1" or what, but play around with it and see what you c ...
|
| Mon Sep 05, 2005 9:21 pm |
| Replies: 4 |
| Views: 16741 |
|
 |
If find an answer to this, could you post it here. I tried to do this once, but it wound up the only thing I could figure out was how to get the groups for a particular user.
I think I remember th ...
|
| Mon Sep 05, 2005 9:15 pm |
| Replies: 3 |
| Views: 11825 |
|
 |
Hopefully this issue is resolved by now, or at least maybe they have gotten you onto a different server.
I just wanted to comment on glennray's mentioning of errors should be on the CF Logs. Usual ...
|
| Sat Aug 06, 2005 1:29 pm |
| Replies: 1 |
| Views: 8328 |
|
 |
You can't use a cf tag inside of another cf tag, either use the IIF() function or use the cfif outside of the cfinput, and set a variable to use inside the cfinput attribute.
|
| Sat Jul 30, 2005 3:46 am |
| Replies: 4 |
| Views: 13513 |
|
 |
The events in a flash form are for executing ActionScript that is passed into the function. I don't think you can call a Javascript function.
|
| Fri Jun 10, 2005 1:25 pm |
| Replies: 4 |
| Views: 15826 |
|
 |
Here is some code to do a DSN less Connection in SQL Server using Java and ColdFusion
<cfscript>
classLoader = createObject("java", "java.lang.Class");
classLoader.forName("sun.jd ...
|
| Page 1 of 11 |
All times are GMT |
|