Re: Web services in FB3

2004-10-12 Thread Kyle McNamara
well, no one else answered, but I will will based on some other feedback: use CFMODULE within the CFC... challenge is getting the vars back out to the CFC... still working on that. k [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

Web services in FB3

2004-10-11 Thread Kyle McNamara
Hello, I am trying to create a web service that requires may of the same global vars as my FB3 app that it pertains to. Rather than trying to recreate all the vars, I would like to somehow have people call it remotely from other apps, using syntax that would invoke it from inside the FB3

Re:working with docs in CFMX

2003-12-30 Thread Kyle McNamara
Hey Mike, Thanks for that reference. Any chance you could zip up a sample of what you did and email it to [EMAIL PROTECTED] ? It sounds /exactly/ like what I need to do. Thank you! Kyle [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

CFMX Verity

2003-12-30 Thread Kyle McNamara
Hello, I have been using verity colelctions for years now on CF5 and now for the past 2 months on CFMX. Everything was working fine up until the NT server crashed last night. Now I get this error when trying to search: Could not find the ColdFusion registered information for

FB CFMX Errors

2003-12-29 Thread Kyle McNamara
Hello, I set up the CFERROR tag in the fbx_settings file in order to mail myself all errors. It works great in a sense, but I am receiving repeated errors that claim that certain variables are missing from the attributes scope, even though the queires they are used in function fine, the user

working with docs in CFMX

2003-12-29 Thread Kyle McNamara
Hello, Does anyone know of any way to work with word docs the way you can with RTFs in CF? I am attempting to take a word file, read it into a var with cfffile, change certain content inside (flagging the vars in the doc and changing values using the replace function), then writing the file

using cffile to set privs (cloodge)

2003-11-19 Thread Kyle McNamara
I am using: cffile action="" source=#attachmentString# destination=#attachmentString# attributes=normal ... to make a file writeable... it works much of the time, but not consistently sometimes I get: Attribute validation error for tag CFFILE. The value of the attribute source, which is currently

java in CFMX question

2003-11-18 Thread Kyle McNamara
I am doing this now before any time they try to open the file: cfobject type=JAVA name=jFile class=java.io.File action="" cfscript newAttribute = jFile.init('filenameher'); newAttribute.setReadOnly(); /cfscript ...which seems to be working well. The only thing is, ther are certain times I

Re:java in CFMX question

2003-11-18 Thread Kyle McNamara
java.io.FilePermission >From j2se/1.4.2 Javdocs: Creates a new FilePermission object with the specified actions. path is the pathname of a file or directory, and actions contains a comma-separated list of the desired actions granted on the file or directory. Possible actions are read, write,

Re:java in CFMX question

2003-11-18 Thread Kyle McNamara
hey joe, my read only approach works already... it is just trying to write that is the trouble now... ity appears that the syntax you gave me was the smae thing I did using cfobject.. also, a guy from a java posting said this: FilePermission is used in conjunction with SecurityManager and .policy

kloodge

2003-11-18 Thread Kyle McNamara
hey, does anyone have ideas about how to cloodge the process of making a file writeable? i thought about renaming it to itself or something... thanks, k [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:creating dirs with CFDIRECTORY in CFMX

2003-09-15 Thread Kyle McNamara
hi craig or matt, i like this approach, but when I run this code, the following happens: 1) it appears to run 2) nothing is created 3) no error of any kind is returned we have a win2k box and I am creating this dir on another win2k server using a UNC path (e.g.

decrypt() not working on CF5

2003-09-09 Thread Kyle McNamara
Hey tim, We are trying those already, but they return an extra character at the end evry time!! It is returning and invalid string error on CF... CFMX runs fine. Exact same encrypted values going in... CF5 just won't decrypt unless it is in the same request! Kyle Start by not using encrypt

decrypt() not working on CF5

2003-09-09 Thread Kyle McNamara
Hey tim, We are trying those already, but they return an extra character at the end evry time!! It is returning and invalid string error on CF... CFMX runs fine. Exact same encrypted values going in... CF5 just won't decrypt unless it is in the same request! Kyle Start by not using encrypt