Verity K2 Upgrade?

2003-03-18 Thread Ali Daniali
Has anyone here on the list tapped out the built in K2 search engine within MX and had to upgrade up to the full version of Verity's K2 server? If you have what was your experience in deploying, and integrating this system with MX? Thanks, Ali Daniali

RE: CFX_PayFlowPro and CFMX

2003-03-14 Thread Ali Daniali
Thank you Nathan. -AD -Original Message- From: Nathan Mische [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 6:45 AM To: CF-Talk Subject: RE: CFX_PayFlowPro and CFMX Ali, For CFX_PayFlowPro to work on CFMX you must pass all attributes into the tag, including

CFX_PayFlowPro and CFMX

2003-03-13 Thread Ali Daniali
Has anyone run into issues with getting Verisign's Pay Flow Pro system and their customer tag CFX_PayFlowPro working with CFMX? I'm about to integrate this service and any help is appreciated. Thanks, Ali Daniali --- This message (including any

RE: CFX_PayFlowPro and CFMX

2003-03-13 Thread Ali Daniali
trying to implement version 3.0 of CFX_PayFlowPro and having errors. I'm new to this so I'm not sure if its how I'm implementing the Custom Tag or that the darn thing doesn't work? Any further help is appreciated. Thank you, Ali Daniali -Original Message- From: Mark W. Breneman [mailto

Client Variables not accessible after Browser Closes

2003-03-04 Thread Ali Daniali
... CFIF IsDefined(Client.variablename) CFPARAM NAME=prefill_variablename DEFAULT=#client.variablename# CFELSE CFPARAM NAME=prefill_variablename DEFAULT= /CFIF but it always goes to the ELSE portion of the code. Thank you in advance, Ali Daniali

FollowUP: Client Variables not accessible after Browser Closes

2003-03-04 Thread Ali Daniali
IsDefined(Client.variablename) CFPARAM NAME=prefill_variablename DEFAULT=#client.variablename# CFELSE CFPARAM NAME=prefill_variablename DEFAULT= /CFIF but it always goes to the ELSE portion of the code. Thank you in advance, Ali Daniali

dynamically created session variables

2003-03-03 Thread Ali Daniali
I'm trying to load form variables into session variables in an application...but I'm having problems with the creating dynamically created session variable names. Any help is appreciated. CFLOOP index=FieldName list=#Form.FieldNames# CFLOCK TIMEOUT=30 THROWONTIMEOUT=No TYPE=EXCLUSIVE

dynamically created session variables

2003-03-03 Thread ali daniali
When I make this change I get the following error: A CFML variable name cannot end with a . character. The variable Session. ends with a . character. You must supply an additional structure key or delete the . character. The CFML compiler was processing: a CFSET tag beginning on line 3,

dynamically created session variables

2003-03-03 Thread ali daniali
I see my mistake I need to have double quotes around Session.#FieldName# ...now it works. Thanks, Ali ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: dynamically created session variables

2003-03-03 Thread Ali Daniali
session variables IIRC, you need to do cfset session[#fieldname#] = evaluate(fieldname) -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- : From: Ali Daniali [mailto:[EMAIL PROTECTED] : Sent: Monday, March 03, 2003 1:48 PM : To: CF-Talk

RE: CFMX (Session State Replication)

2003-02-04 Thread Ali Daniali
that currently are not clustered, but could be in the future. Would that be a good proactive architectural design step to consider? Thanks, Ali Daniali -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 2:50 PM To: CF-Talk Subject: RE: CFMX

RE: Working with a PDF file

2003-01-15 Thread Ali Daniali
helps with this side too. Best of Luck, Ali Daniali -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 10:34 AM To: CF-Talk Subject: Working with a PDF file Got a client that has a HUGE price list in PDF format, that he wants all his reps

Any ColdFusion Document Management Portals out there?

2003-01-15 Thread Ali Daniali
I was wondering if anyone knew of a document management portal based around ColdFusion? Maybe one that might be open source?? Any help would be appreciated. Thanks, Ali Daniali --- This message (including any attachments) may contain

FW: activePDF ColdFusion MX Wrappers NOW AVAILABLE!

2003-01-07 Thread Ali Daniali
Just got this email today from activePDF. There have been discussions in the past regarding this so I just wanted to make sure everyone was updated. -Ali Daniali     -Original Message- From: Tory Gilbert [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 12:16 PM Subject: activePDF

RE: New User

2002-12-26 Thread Ali Daniali
I may be wrong on this but I don't think you can put cfparam name=TITLE default=null in the cfquery tag pairs. Try this cfparam name=TITLE default=null cfquery name=rsTitle datasource=bluegrasspro username=LOL password=YeaRight debug=yes SELECT * FROM bluegrasscalendar

RE: MAC/IE Form Troubles (Wanna shoot it)

2002-12-11 Thread Ali Daniali
Mac OS? Browser name and version? please -Original Message- From: Eric Hoffman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 3:19 PM To: CF-Talk Subject: MAC/IE Form Troubles (Wanna shoot it) Okay, have a form that works well on the pc in ie and all. Uses

CFGRIDUPDATE 'could not find the grid named' ERROR

2002-12-05 Thread Ali Daniali
be appreciated. Thank you. -Ali Daniali ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ: http://www.thenetprofits.co.uk

Strange characters appearing in emails?

2002-12-05 Thread ali daniali
and the special character would migrate along. 4. I had to ask the Mac user to send me the data WITHOUT the special characters embedded. This solved this problem. Hope this helps. -Ali Daniali [EMAIL PROTECTED] ~| Archives: http

RE: New Mail Notification in Outlook

2002-11-08 Thread Ali Daniali
One caveat... There is also an audible notification that can be controlled within CONTROL PANELSOUNDS AND MULTIMEDIA SOUNDS TAB there you will see the Heading of 'Windows', the sound notification played when an email arrives is labeled 'New Mail Notification'. This is associated with a WAV file.

RE: ActivePDF (web grabber) and CFMX does not work.

2002-11-06 Thread Ali Daniali
but instead has broken ActivePDF Toolkit functionality. Hope this helps. -Ali Daniali -Original Message- From: Adam Reynolds [mailto:adam;craze.co.uk] Sent: Tuesday, November 05, 2002 2:27 PM To: CF-Talk Subject: ActivePDF (web grabber) and CFMX does not work. I'm using the examples

Dynamic Graphic Generation

2002-11-06 Thread Ali Daniali
that could help me on my way. Maybe its not doable, but its worth a shot. Thanks in advance, Ali Daniali Ali Daniali Director, Product Development Programming TransACT Communications, Inc. 8423 Mukilteo Speedway, Suite 100 Mukilteo, WA 98275 Tel: 425.977.2117 FAX

RE: Dynamic Graphic Generation

2002-11-06 Thread Ali Daniali
. Thanks in advance, Ali Daniali Ali Daniali Director, Product Development Programming TransACT Communications, Inc. 8423 Mukilteo Speedway, Suite 100 Mukilteo, WA 98275 Tel: 425.977.2117 FAX: 425.977.2080 Email: [EMAIL PROTECTED] mailto:ali;transact.com

CFMX updater and java.lang.NullPointerException Errors

2002-10-25 Thread Ali Daniali
is how I call my COM object... CFOBJECT ACTION=Create TYPE=COM CLASS=APToolkit.Object NAME=PDF Thank you in advance, AD Ali Daniali Director, Development and Programming TransACT Communications, Inc. 8423 Mukilteo Speedway, Suite 100 Mukilteo, WA

RE: Printing the colours from DreamweaverMX

2002-10-18 Thread Ali Daniali
I have been able to print in color w/ line numbers from Edit Plus. -AD -Original Message- From: James Smith [mailto:cftalk;calmtechnology.co.uk] Sent: Friday, October 18, 2002 8:43 AM To: CF-Talk Subject: Re: Printing the colours from DreamweaverMX Are there any small programs I can use

RE: Collaborative Works Solutions

2002-10-15 Thread Ali Daniali
what are your requirements. We have bought and used several favors. -AD -Original Message- From: Trey Rouse [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 9:45 AM To: CF-Talk Subject: Collaborative Works Solutions A little off thread, but I'm curious if anyone out here in

Why do I get a timeout error with CFMAIL?

2002-09-20 Thread Ali Daniali
Hello All, Anyone know why I'm getting this error with a simple CFMAIL within a CFLOOP across a query? The request has exceeded the allowable time limit Tag: cfmail Thanks, Ali Daniali Director, Development and Programming TransACT Communications, Inc. 8423

RE: Detecting Client Connection Speed

2002-09-19 Thread Ali Daniali
check out browserhawk by cyscape. http://www.browserhawk.com it detects the speed of the user in both ASP and CF. cheers, Ali -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 7:29 PM To: CF-Talk Subject: Detecting Client Connection

RE: (Flash/CFMX Rocks!) Flash Remoting and Popchart

2002-09-12 Thread Ali Daniali
Rick, You could put the data into a PDF and let people save or print the data. That way you have ultimate control of the placement of data. -AD -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 07, 2002 7:23 PM To: CF-Talk Subject: RE:

delimiter for CFMAIL

2002-09-06 Thread Ali Daniali
Is there a delimiter that I can send an email to multiple people within a CFMAIL's TO:, CC:, or BCC: arguments?   Thanks, AD     Ali Daniali Director, Development and Programming TransACT Communications, Inc. 8423 Mukilteo Speedway, Suite 100 Mukilteo, WA

RE: Hiding Source Code

2002-09-04 Thread Ali Daniali
Write your whole web app in Flash MX. Then it will be hidden. -AD -Original Message- From: Mark W. Breneman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 11:33 AM To: CF-Talk Subject: RE: Hiding Source Code Ah, hide html? I don't expect there is a way of doing that.

RE: cf server or iis issue

2002-09-04 Thread Ali Daniali
Which index.cfm - is it the admin panel you're trying to get to? Or code that you wrote that sits in a virtual/physical directory? If its the latter then you might not have default.cfm or index.cfm as ENABLED Default Documents in IIS. Cheers, Ali -Original Message- From: Tim Do

RE: ddevlopping a POS system using CF ??

2002-09-04 Thread Ali Daniali
. Plus you could build a POS screen that when it idles it shows pretty advertisements. Sounds like a cool project. -Ali Daniali -Original Message- From: Benoit Martin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 5:27 PM To: CF-Talk Subject: ddevlopping a POS system using CF

CFC newbie question

2002-09-04 Thread Ali Daniali
success/CFCATCH CFCATCh type=anycfset success = FalseCFRETURN success/CFCATCh /cftry   cfset success = True   CFRETURN success  /CFFUNCTION /CFCOMPONENT   Best Regards, Ali Daniali   Ali Daniali Director, Development and Programming TransACT Communications, Inc. 8423

Warning: Page has Expired Error - How do I get rid of this?

2002-08-29 Thread Ali Daniali
on the back button. Thanks, Ali Daniali __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail

RE: Warning: Page has Expired Error - How do I get rid of this?

2002-08-29 Thread Ali Daniali
#71169 I don't quite understand his first suggestion to use cflocation on the results page to replace the results page with the end page in the browser's history. - could someone explain this further. I really don't want to use the 'GET' method in the form either. Cheers, Ali Daniali -Original

RE: Warning: Page has Expired Error - How do I get rid of this?

2002-08-29 Thread Ali Daniali
on or off? Because I have also allocated 1MB of disk space for temp. internet files. Thanks for your help, Ali Daniali -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 8:54 AM To: CF-Talk Subject: RE: Warning: Page has Expired Error - How do

How do I make ColdFusion MX dynamically generate a Excel Spreadsh eet?

2002-08-29 Thread Ali Daniali
is dump it into my browser without a prompt to download. I'm looking for a fool proof method of getting an excel file. As always thank you for your help. -Ali Ali Daniali Director, Development and Programming TransACT Communications, Inc. 8423 Mukilteo Speedway

RE: newbie---SQL server help

2002-08-28 Thread Ali Daniali
you're wanting to be done in your SQL statements. I think if you get all this squared away you'll have those DSNs working again. Cheers, Ali Daniali -Original Message- From: Corey Yiap [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 2:03 PM To: CF-Talk Subject: newbie---SQL

ColdFusion MX Certification Beta Exam

2002-08-27 Thread Ali Daniali
Hi Folks, I just went through the ColdFusion MX Certification Beta Exam and was wondering what others thought about it. I didn't feel like it really tested very deeply. Maybe the real one will be more comprehensive and harder. I had over 20 min left when it was over. Cheers, Ali Daniali

RE: Blatant advertising: Two new CF books!

2002-08-27 Thread Ali Daniali
the phone, but said that they didn't expect the books on the shelf in the next 3 to 4 weeks! Ouch. One retail rep said the problem could be that the book isn't finished or some last minute details with the distribution are being ironed out. Anyways, I can't wait to get my hands on it. -Ali Daniali

RE: ColdFusion MX Certification Beta Exam

2002-08-27 Thread Ali Daniali
:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 1:35 PM To: CF-Talk Subject: RE: ColdFusion MX Certification Beta Exam I am going to take it tonight -Original Message- From: Ali Daniali [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 2:10 PM To: CF-Talk Subject

WHy is this list so slow??

2002-08-27 Thread ali daniali
I haven't even seen the original post in my mailbox (I'm looking at this off of the web site). But there seems to be an excessive amount of lag between posts to the list and subscribers seeing it in their mailbox. I think this might be more lag time than an individuals SMTP servers queing up

What does the error mean?

2002-08-27 Thread Ali Daniali
Error Occurred While Processing Request Errors reported by Java compiler: Found 1 semantic error compiling C:/CFusionMX/wwwroot/WEB-INF/cfclasses/cfLogin2ecfm1727608710.java: 1. public final class cfLogin2ecfm1727608710 extends coldfusion.runtime.CFPage{ *** Error: Cannot

WHy is this list so slow??

2002-08-27 Thread ali daniali
I just got the email titled OT: WHy is this list so slow?? my time stamp for the email is 4:47PM PST. Hope this info helps. __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable

RE: Portal Example issue

2002-08-26 Thread Ali Daniali
Yes I have gotten this example to work. But I'm not sure why you're having the issues you're having. However I don't use CF5 but CFMX. -Ali -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 25, 2002 5:12 AM To: CF-Talk Subject: Portal Example

RE: -OT- Give me a hand testing this

2002-08-26 Thread Ali Daniali
Go to http://www.browserhawk.com and download the trial version of BrowserHawk. The program has a very comprehensive list of every Browser Agent and OS. Best Regards, Ali Daniali -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 9:37 AM

searching CF-TALK

2002-08-26 Thread Ali Daniali
? thanks, ali daniali __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

RE: searching CF-TALK

2002-08-26 Thread Ali Daniali
Thanks ...now I see why I missed it. The search link is between the and the on the www.houseoffusion.com/cf_lists page. I'm sure some UI guru would say there's a better place to put the link :) Anyways thanks for the help. -Ali Daniali -Original Message- From: Michael Dinowitz

RE: Bandwidth Check

2002-08-22 Thread Ali Daniali
Take a look at BrowserHawk it has a connection/speed test as a CF custom tag. http://www.browserhawk.com Best Regards, Ali Daniali -Original Message- From: Eric Hoffman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 6:13 PM To: CF-Talk Subject: Bandwith Check

OT: WorldCom Worldwide Outage between 3am to 6am

2002-08-21 Thread Ali Daniali
Folks I know this is really off topic but it might cause some of your sites to be unavailable. Its taken us by surprise for sure. The notice I got from my host doesn't say its worldwide, but when I called them to confirm the tech guy mentioned that it actually was worldwide! Here's what I got

FW: WorldCom Worldwide Outage between 3am to 6am

2002-08-21 Thread Ali Daniali
Lets try this again...somehow the email got cut off the first time -Original Message- From: Ali Daniali Sent: Wednesday, August 21, 2002 4:41 PM To: '[EMAIL PROTECTED]' Subject: OT: WorldCom Worldwide Outage between 3am to 6am Folks I know this is really off topic but it might

Problem with double and single quotes using CFMX and MSSQL2k

2002-08-20 Thread Ali Daniali
to be ok and passed along without problems. Its just when the info is seen onscreen or in the emails that the characters are changed. What do I have to do to correct this annoyance. Thank you in advance for your help. Best Regards, Ali Daniali Transact Communication, Inc

RE: Problem with double and single quotes using CFMX and MSSQL2k

2002-08-20 Thread Ali Daniali
of a cfqueryparam tag? Might be it, known issue... Stace -Original Message- From: Ali Daniali [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 1:56 PM To: CF-Talk Subject: Problem with double and single quotes using CFMX and MSSQL2k Hello Everyone, This is my first post here, so I

RE: Problem with double and single quotes using CFMX and MSSQL2k

2002-08-20 Thread Ali Daniali
Looks like this suggestion worked...I had those fancy quotes in the darn DB. Must have been imported from MSWORD when they were cut and pasted into Access originally! Got to love clean data. Thanks for your time and help. Best Regards, Ali Daniali -Original Message- From: Jerry

New Admin Page Project - Any Suggestions?

2002-08-20 Thread Ali Daniali
to the DB? Am I off my rocker for wanting to do this??? Any help would be appreciated. Thank you in advance. Ali Daniali TransACT Communications, Inc. __ Get the mailserver that powers this list at http://www.coolfusion.com