Re: To Jrun update or not to Jrun update?

2005-09-28 Thread Fabio Terracini
You should install CF MX 7.01 Updater, and then JRun Updater 6, since Merrimack (CF 7.01) contains only JRun Updater 5 components. -- Fabio Terracini Ian Skinner wrote: >Is there are JRun updater that should be applied after installing a fresh MX7 >multi-server system? Should this b

Re: Encrypt/Decrypt Suggestions (WAS Weird Encrypt/Decrypt problem!)

2005-09-26 Thread Fabio Terracini
>There is no bug in encrypt/decrypt, the problem is that in that >instance, the encrypt result contains a space at the end. > > Yeah. It's true. I totally missed that! No bug at all! :-) []s Fabio Terracini ~

Re: Weird Encrypt/Decrypt problem!

2005-09-26 Thread Fabio Terracini
uld use a more secure and standard algorithm, like TripleDES. Check out the Encrypt() documentation. -- Fabio Terracini Andy Mcshane wrote: >Hi all, I am trying to store specific data into a database in an encrypted >format. This data also has to be decrypted so as to be displayed

Re: Flash Forms and Tables = No Display???

2005-08-30 Thread Fabio Terracini
You should specify the height attribute in you td tag, since flash movies (htmls "objects") doesn't expand the cell as they need. []s Fabio Terracini Synex Technologies Fone/Fax: +55 (11) 3071-3363 [EMAIL PROTECTED] www.synex.com.br jonese wrote: >Is this a known issue w

Re: Need to share encryption between CF and ASP environments

2005-08-23 Thread Fabio Terracini
), one-way "encrypts" (hashs) are more secure, since you encrypt the data and compare the encrypted data (like on a login system). Fabio Terracini Matthew Friedman wrote: >We are trying to marry a CF application and an ASP application that will >need to process credit cards. What w

Re: Measuring URL response times

2005-08-10 Thread Fabio Terracini
You should give a try do GetTickCount() function. Like code ... #t1-GetTickCount()# ms Or if you're planning to measure the overall page load time (not a specific code) in all your site you should look a specific tool for it, like Web Application Stress Tool. -- Fabio Terr

Re: Unclickable input text in flash forms

2005-06-15 Thread Fabio Terracini
a CF7 one. I'll be glad if someone can forward this to Flash Player team. Fabio Terracini Synex Technologies Co. Fone/Fax: +55 (11) 3071-3363 [EMAIL PROTECTED] www.synex.com.br Fabio Terracini wrote: >Hello all, > >I've already posted this here, and after a while, we fi

Unclickable input text in flash forms

2005-06-15 Thread Fabio Terracini
with ideas, since we exausted test (and did problem solving approachs) it, and haven't figured out. Ideas anyone? Thanks, -- Fabio Terracini ~| Logware (www.logware.us): a new and convenient web-based time tracking applic

Re: Performance questions ...

2005-05-16 Thread Fabio Terracini
Thanks for sharing this. I'm wasn't aware. Anyway, althought they produce slighty different code, there's no real performance gain. Thanks, Fabio Terracini Adam Churvis wrote: >>Not anymore. Since MX version, cfscript and tag-based codes have the >>same perform

Re: Flash Form unclickable

2005-05-13 Thread Fabio Terracini
Dave, Thanks, but I'm pretty sure this isn't the problem at all. The problem occurs when the flash form is already compiled. So, there's no possibility that this is the error. Thanks anyway, Fabio Terracini dave wrote: >right but that could be getting changed,

Re: Flash Form unclickable

2005-05-13 Thread Fabio Terracini
Dave, The problem is the that sometimes the flash form (that do what pretends to do) sometimes became "unclickable". The cfif is because the variable is evaluated as a boolean. It always exists, but it's value can be true or false. -- Fabio Terracini dave wrote: >

Re: Flash Form unclickable

2005-05-13 Thread Fabio Terracini
Dave, the form is working properly. The only problem is the one I described it. The code I sent is only a small part, and that variable will always exists. Thanks anyway. -- Fabio Terracini dave wrote: >I think you have several problems in there. For 1 you have end tags with no >

Re: Flash Form unclickable

2005-05-13 Thread Fabio Terracini
Yes, diferent minor versions of Flash 7, like 7.0.14, 7.0.19, and so on. And debug don't help/show anything. The error isn't at the flash form compile. No log errors messages at all. When the problem occurs the flash form is already compiled. Thanks! Fabio Terracini dave wrote:

Re: Flash Form unclickable

2005-05-13 Thread Fabio Terracini
e browser and opening the page again also do not solve the problem. Thanks, Fabio Terracini John Dowdell wrote: >One good tack with an unusual problem is the "some or all?" series of >tests... here are some ways to narrow in on the true cause: > >-- some or all SWFs? try

Re: Performance questions ...

2005-05-13 Thread Fabio Terracini
time from 3000ms to 1000ms. Such improvements relays more on archicteture and problem-solving approach than minimal coding improvements. -- Fabio Terracini Charles Heizer wrote: >Thanks, >The concurrent traffic is not going to be more than 10 to 20 users at a >time. > >Are the

Flash Form unclickable

2005-05-13 Thread Fabio Terracini
t form again he will face the problem. Any suggestions? Thanks, -- Fabio Terracini ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project

Re: Stored Procedure Help

2005-05-10 Thread Fabio Terracini
Why not make a new SELECT statement in the countries table and put a WHERE country_id IN (the list)? Where "the list" is te 6,7,8, etc Good luck! Fabio Terracini Protoculture wrote: >I'm new to stored procedures ( in MS SQL ) and need help with the following >query..

Re: Excel sheet datasource in CFMX7

2005-05-06 Thread Fabio Terracini
Yeap, this way works for Excel files too. But as you noticed, you will need ColdFusion ODBC Agent installed on server. You should install it so CF can access this ODBC socket datasource. Or, as Mark Smyth suggest, you might wanna look at a JDBC Driver for Excel. -- Fabio Terracini Duncan

Re: Weird problem with CFLOGIN and Session variables

2005-05-04 Thread Fabio Terracini
the specific bug wans't discovered. Thanks, Fabio Terracini Fabio Terracini wrote: >Thanks Jared. I also tried your modifications in cflogin block, but >didn't work. > >The sessions seems to be working fine. I still think it's something with >cflogin tag, and it

Re: Weird problem with CFLOGIN and Session variables

2005-05-04 Thread Fabio Terracini
e login architecture, dismissing cflogin tag and make an authentication system based only on sessions variables. -- Thanks! Fabio Terracini Jared Rypka-Hauer - CMG, LLC wrote: >Fabio, > >I suggest you give onSessionEnd a try... if for no other reason that to >write a few log file entrie

Re: Weird problem with CFLOGIN and Session variables

2005-05-04 Thread Fabio Terracini
enterting the cflogin block? As I said - and you suggested - in the login form, and also before logging in, I loged out (cflogout), cleaned session (and cookies too) variables to ensure the user isn't logged in in anyway. Didn't worked out. Thanks, -- Fabio Terracini Jared Rypka-H

Re: Weird problem with CFLOGIN and Session variables

2005-05-04 Thread Fabio Terracini
: alert('Login inválido!'); Fabio Terracini Synex Technologies Co. Consultant Fone/Fax: +55 (11) 3071-3363 [EMAIL PROTECTED] www.synex.com.br James Holmes wrote: >You might have to post the contents of the cflogin bloc

Re: Weird problem with CFLOGIN and Session variables

2005-05-04 Thread Fabio Terracini
: alert('Login inválido!'); Fabio Terracini Synex Technologies Co. Consultant Fone/Fax: +55 (11) 3071-3363 [EMAIL PROTECTED] www.synex.com.br James Holmes wrote: >You might have to post the contents of the cflogin block, as this i

Weird problem with CFLOGIN and Session variables

2005-05-04 Thread Fabio Terracini
inside cflogin tag, we have the cflogin structure. Using ColdFusion 7 Updater 2 in J2EE Configuration on JRun 4 Updater 3, using jsessionID variables (in CF Administrator). Linux and Apache. Am I missing something? Many thanks, -- Fabio Terracini

Re: loop question , seems to be invalid

2005-05-02 Thread Fabio Terracini
And what about recordset being accessed like an array: ArrayToList(query['column']) ? Fabio Terracini Synex Technologies Co. Consultant Fone/Fax: +55 (11) 3071-3363 [EMAIL PROTECTED] www.synex.com.br Rebecca Wells wrote: >>*snip*treat query columns as arrays... I know we c

Re: MX7 + CFFile + Security Sandbox = Error

2005-05-02 Thread Fabio Terracini
ny deeper level. Fabio Terracini Synex Technologies Co. Consultant Fone/Fax: +55 (11) 3071-3363 [EMAIL PROTECTED] www.synex.com.br Rebecca Wells wrote: >OK, I figured out what was wrong... I had to add \* to the end of the >directory path, like thus >C:\CFusionMX7\runtime\servers\co

Re: Triple DES pre cfmx

2005-05-02 Thread Fabio Terracini
I haven't used cfx_crypto, but, since you're using CFMX 6.1, could I suggest you to use a Java class? You might wanna look at javax.crypt package. -- Fabio Terracini Joshua OConnor-Rose wrote: >Anybody ever implement triple DES encryption prior to >CFMX, I've been using

Re: MX7 + CFFile + Security Sandbox = Error

2005-05-02 Thread Fabio Terracini
Yeap, that correct. You must add that path do sandbox security also. We faced this issue when the file upload input is optional: *not* every time the form is submitted it will had a file to upload. -- Fabio Terracini James Holmes wrote: >Just add the >C:\CFusionMX7\runtime\servers\cold

Re: longer than a varchar2

2005-04-29 Thread Fabio Terracini
I think CLOB is a good option, and you can use the LIKE operator in this kind of column. Also, don't forget cfqueryparam. Fabio Terracini Synex Technologies Co. Consultant Fone/Fax: +55 (11) 3071-3363 [EMAIL PROTECTED] www.synex.com.br Daniel Kessler wrote: >I have some text that I