Railo javaloader.Javaloader

2014-03-18 Thread Pardeep Singh
Hi, does anyone know where the path is for the railo 4 javaloader.Javaloader? I'm trying to use it as follows: cfset Loader = CreateObject(component, javaloader.JavaLoader).init(paths, true) / ~| Order the Adobe Coldfusion

Braintree gateway integration

2014-03-18 Thread Pardeep Singh
Hi, have been trying to integrate Braintree with cfpayment with not much progress thus far. Does anyone have an example of how to process a payment without storing it in the Braintree vault as we keep custom info in the db, except for cc which clients fills in for every purchase. Thanks.

Data Entry/Home Typist needed!

2006-10-09 Thread pardeep johar
Data Entry/Home Typist needed! Earn $300-$500 per week from home typing and doing data entry. Complete Training, easy to start! http://ourdollars.com ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

Re: Setting validation order when validating via CFINPUT

2005-03-02 Thread pardeep
That's a great work around, bit tedious, but it will work. Thanks:) - Original Message - From: Mark Smyth [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, March 02, 2005 2:05 AM Subject: RE: Setting validation order when validating via CFINPUT Hi Since

Setting validation order when validating via CFINPUT

2005-03-01 Thread pardeep
Hi, does anyone know how to set the validation order, when doing validation with CFINPUT inside CFFORM? I have 5 fields. The first at top of form is FIRSTNAME. Then LAST NAME. The last is ZIPCODE. But Cold Fusion tries to validate zipcode first arbitrarily, then another field, but in no

Re: open window full screen

2005-02-22 Thread pardeep
Yes, this Javascript will work. Enjoy:) script language=JavaScript1.2 !-- top.window.moveTo(0,0); if (document.all) { top.window.resizeTo(screen.availWidth,screen.availHeight); } else if (document.layers||document.getElementById) { if (top.window.outerHeight

How u convert this cfquery to TSQL for MS SQL stored procedure

2005-02-21 Thread Pardeep Singh
Does anyone know how to convert this cfquery to TSQL so it can be executed through a stored procedure instead in MS SQL 2000? The first condition just sees if a var exists and makes sure its not null, the second one does the same thing but feeds the query a list: cfquery name=test

Re: How u convert this cfquery to TSQL for MS SQL stored procedure

2005-02-21 Thread pardeep
form.firstname neq '' and firstname='#form.firstname#' /cfif /cfif cfif isdefined('zipsreturned') cfif zipsreturned neq '' and zipcode in (cfqueryparam cfsqltype=cf_sql_varchar value=#zipsreturned# list=yes) /cfif /cfif /cfquery -Original Message- From: Pardeep Singh [mailto

CF and Quickbooks integration?

2002-07-27 Thread Pardeep
Does anyone have any exp. in CF and Quickbooks integration? Am trying to figure out how to take info in a DB and insert into Quickbooks. __ This list and all House of Fusion resources hosted by CFHosting.com. The place for

Re: SiteObjec soEditor vs. Ektron eWebEdit Pro

2002-05-01 Thread Pardeep
Does anyone know the URL to take a look at soEditor? - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 01, 2002 2:15 PM Subject: RE: SiteObjec soEditor vs. Ektron eWebEdit Pro For decent functionality when you can guarantee that the

Is there a CF open source shopping cart program

2002-04-25 Thread Pardeep
Does anyone know of an open source shopping cart program? I believe there is one that exists in Fusebox 3.0 format. Thanks. __ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Is there a CF tag that prints money?

2001-01-06 Thread Pardeep Singh
Sorry, I just couldn't resist the temptation since CF can do so many things. I'll take my pills now and get back to the padded room... ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Any good Authorizenet solutions?

2001-01-05 Thread Pardeep Singh
Does anyone know of any good Authorizenet processing solutions. i.e. a form is filled out, posting info into the database and at the same time going to Authorizenet to process a credit card, bringing back the result and posting also in the database?

Re: Any CFMAIL bug in 4.5 solutions?

2001-01-05 Thread Pardeep Singh
Does anyone know of any good CFMAIL bug solutions for CF version 4.5? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: E-mail spooler not working

2001-01-04 Thread Pardeep Singh
's most configurable mail server Get your free copy of iMS POST-SE Server from CoolFusion! - Original Message - From: "Pardeep Singh" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, January 03, 2001 8:05 PM Subject: Re: E-mail spooler not working

Re: E-mail spooler not working

2001-01-04 Thread Pardeep Singh
Yes, I have the CF Executive running, but its not recognizing any e-mail sent by CFMAIL. Was working a few days ago, is now no longer functional. Any ideas on how to fix this would be appreciated. Thanks, Pardeep. - Original Message - From: "Howie Hamlin" [EMAIL PROTECTED] To

Re: E-mail spooler not working

2001-01-03 Thread Pardeep Singh
The e-mail spooler on CF 4.5 SP2 isn't working. Any ideas what the cause could be? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: Are there tools to manipulate SQL 7 via web?

2001-01-03 Thread Pardeep Singh
Does anyone know of any handy tools that enable one to more efficiently manipulate creating tables, fields with SQL 7 from a web browser forms based interface? Or is there perhaps something else out there that's faster than the SQL 7 client program? Thanks.

Re: Insert error (String data right truncation)

2001-01-03 Thread Pardeep Singh
Hi, does anyone know what might cause this to occur when using CFINSERT? Error Occurred While Processing Request Error Diagnostic Information ODBC Error Code = 22001 (String data right truncation) [Microsoft][ODBC SQL Server Driver]String data, right truncation The error occurred while

Re: E-mail spooler not working

2001-01-03 Thread Pardeep Singh
ht direction. HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - the World's most configurable mail server Get yout free copy of iMS POST-SE Server from CoolFusion! - Original Message - From: &q

Re: What is difference between Express, Professional Enterprise

2000-12-12 Thread pardeep
Hi, was wondering if anyone knows what the nuts bolts functional differences are between Cold Fusion Express, Professional and Enterprise. At what stage does one need to go with Professional and then at what stage is it advisable to go for Enterprise vs. just getting a hardware based load

Re: Postgres CF - good marriage or doomed to divorce?

2000-12-12 Thread pardeep
Does anyone have experience utilizing Postgres with CF or Interbase with CF? Am wondering how far either can scale before one needs to move to an Oracle, etc. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: What is diff between CF Express, Pro Enterprise

2000-12-11 Thread pardeep
balancing solution? I understand that CF Express does not have Verity or e-mail features. What other limitations differ it from Professional? Regards, Pardeep. P.S. Very deep thought for the day shared below: Confucious say: Man who walk thru airport door sideways going to Bangkok

Re: CFGRID Error

2000-12-11 Thread pardeep
had the same problem a few days ago. Regards, Pardeep. Deep thought for the day: He was good from far But far from good. - Original Message - From: "Rosa, Issac" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, December 11, 2000 8:48 PM Subject: CFGR

Re: Problem with Forums 3.11

2000-12-10 Thread pardeep
Am having problems getting Forums 3.11 to work at all. here is the error message: Error: Missing QUERY parameter You must pass a QUERY parameter in order for this tag to work correctly. The error occurred while processing an element with a general identifier of (CFX_REPLACE_CHARS), occupying

Re: Cold Fusion vs. PHP or ASP

2000-12-10 Thread pardeep
better as far as speed/reliability - Cold Fusion on Windows or Linux? How about PHP on Linux vs. Cold Fusion on anything else. Appreciate any feedback because we're trying to make a long term decision on this front. Thanks, Pardeep. Deep thought of the day: Confucious say: Elevator smell

Re: cfgrid not working

2000-12-09 Thread Pardeep
Am having a problem with CFGRID displaying in browsers. Anyone have any ideas as to what might be causing that? Thanks in advance. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re:CF Grid problems

2000-12-09 Thread Pardeep
Having big problems getting CF Grid to display. Anyone have any ideas on what the problem might be? Thanks, Pardee. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

Re: CFGRID problem

2000-12-09 Thread pardeep
Having big problems getting CF Grid info to display in a browser. Anyone have any ideas on what the problem might be? Thanks. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Having problem with cfgrid

2000-12-07 Thread Pardeep
cases Java and Javascript are enabled. Any ideas on what may be causing this? Thanks, Pardeep. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.c

How do u combine 2 queries into 1 dynamic query?

2000-04-25 Thread pardeep
Hi, I am working on a telecom solution web site that allows you to find the best rates quickly. You can see the sample at: www.telecomsavings.com/demo3/home.html On the home page you can: 1. Do a search for only domestic rates by selecting ONLY your state i.e. CA, which posts your form query

How do u combine 2 queries into 1 dynamic query?

2000-04-24 Thread pardeep
Hi, I am working on a telecom solution web site that allows you to find the best rates quickly. You can see the sample at: www.telecomsavings.com/demo3/home.html On the home page you can: 1. Do a search for only domestic rates by selecting ONLY your state i.e. CA, which posts your form query

How do u add BROWSE toa file upload form?

2000-04-23 Thread pardeep
Hi, quick one. I was going through Ben Forta's book on how to make file upload forms, and unfortunately the code does not include how to add the BROWSE button so one can select the right file on one's hard drive visually. That portion is missing from his example and there is no sample of that

Re: SQL 7 crashing issue

2000-04-23 Thread pardeep
On my maching if I use a wizard to import data into SQL 7, right at the end of the process the program crashes. I have 128 megs of RAM, u think it could be a lack of RAM issue? At 02:36 AM 4/23/2000 -0500, you wrote: SQL 7 has very "Access" like interfaces for building tables etc., and a

Anyone know good Able Commerce hosting company?

2000-04-18 Thread pardeep
Does anyone know of a good Able Commerce hosting vendor? I am running into too many problems with the current vendor, mapping incorrect, e-mail not POP acct not working, etc. -- Archives:

Re: A Good CF Host Has What?

2000-04-17 Thread pardeep
Try www.abihosting.com - they are not only very reasonable on price and also very good on the cust support. Another good feature is you get SQL 7 ODBC connection included in the price. At 09:39 AM 4/17/2000 -0700, you wrote: I'm curious what people find to be important in a host. But not

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep
I have a site with 3 categories: 1. VANS 2. TRUCKS 3. SUVS So what I need to do is have three tabs on the home page, each tab going to a page that has the group listings of each category on the next page. So if a visitor clicks on VANS, they go to a page with a nice picture of a van and a

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep
Dear Paul, I tried this with medium and large sized store. Unfortunately the templates don't allow you to go in and customize them to look exactly as you want. The output is nowhere near what the client is looking for. Normally in other programs you can go into the code and do this, but in

Re: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep
Dear Jeff, That's exactly the problem, find where to modify this stuff. They make it so darn difficult that you get totally fed up with this program. Thanks for the tip, will try right now. At 08:13 AM 4/16/2000 -0500, you wrote: Pardee, I can't think of anything with the look and

Re: ABI Hosting

2000-04-16 Thread pardeep
I work with ABI Hosting to host the Able Commerce and they have been wonderful to work with. The problem I have been having is that the Able Commerce program itself is very user un-friendly. At 07:21 AM 4/16/2000 -0600, you wrote: I was wondering if anybody on this list has used ABI Hosting

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep
but extremely user unfriendly. I give it my vote of the most user unfriendly program I've ever used in the last 10 years. Considering they designed it to make the developers life easier, I would have to say it is a failure on that front. Hopefully someone at Able Commerce will see some of

Re: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep
At 09:19 PM 4/16/2000 +0100, you wrote: - Original Message - From: [EMAIL PROTECTED] Sent: 16 April 2000 20:58 but extremely user unfriendly. I give it my vote of the most user unfriendly program I've ever used in the last 10 years. Considering they designed it to make the

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep
Dear Chris, Try using the progam and then I think u will see that there is a huge opportunity for someone willing to create a user friendly program. Take a look at coolcart.com and there are some interesting ideas there. i.e. u should be able to take code and past it into HTML for any kind of

RE: Is Able Commerce truly user-unfriendly and hence useless?

2000-04-16 Thread pardeep
Dear Paul, I have no problems with inserting Header and Footer styles with HTML. The problem is getting the CF output of products to display the way the client desires. i.e. There should be an output of only VANS items on one page. When you click on VAN SEATS then for example, there should

Re: God-complex arrogant elitists

2000-04-16 Thread pardeep
erce front, if the suggested solution works, I'll post it for the benefit of others in a similar predicament. At 09:07 PM 4/16/2000 -0700, you wrote: pardeep, all of your opinion aside, please consider one thing: the people you're bitching at, calling names, and generally alienating are the

Re: ABI Hosting baboon Jeff

2000-04-16 Thread pardeep
aking your... ahem... "crap" elsewhere. May I suggest the proper place, the toilet in your restroom. At 05:09 PM 4/16/2000 -0700, you wrote: pardeep, :~~ : From: [EMAIL PROTECTED] : : I am looking for a solution, so take a chill pill. Som

Re: ABI Hosting has great support

2000-04-16 Thread pardeep
ABI Hosting is an excellent company, I have had great results working with them and their customer service is second to none, quite frankly they are unusually professional and at the same time very reasonably priced for a hosting company. I intend to keep working with them for Cold Fusion

Re: How well does CF run with mySQL?

2000-04-11 Thread pardeep
How well does CF run with mySQL? Is it better to go with SQL7 or Oracle 8i? I am doing a prototype app with Access but now need to port to a stronger database program. Any suggestions? I understand Cold Fusion 4.5 still does not have direct native support for mySQL, true or false? Thanks

Re: Oracle 8i and WebDB

2000-04-11 Thread pardeep
Does anyone know what WebDB is all about? Is it the visual equivalent of Cold Fusion Enterprise and the Cold Fusion Studio? Anyone have any good working experience with that tool, would appreciate any working experience feedback. Thanks in advance, Pardee.

Re: Can CF be run on a Cobalt RAQ 3?

2000-04-11 Thread pardeep
Can a Linux version of Cold Fusion be run on a Cobalt RAQ 3 (512 megs of RAM)? Is it advisable? Are there advantages going this route vs. an NT machine? Thanks for your help. -- Archives:

Re: Can CF be run on a Cobalt RAQ 3?

2000-04-11 Thread pardeep
Can a Linux version of Cold Fusion be run on a Cobalt RAQ 3 (512 megs of RAM)? Is it advisable? Are there advantages going this route vs. an NT machine? Thanks for your help. -- Archives:

Re: Oracle 8i and WebDB

2000-04-11 Thread pardeep
Does anyone know what WebDB is all about? Is it the visual equivalent of Cold Fusion Enterprise and the Cold Fusion Studio? Anyone have any good working experience with that tool, would appreciate any working experience feedback. Thanks in advance, Pardee.

Re: How well does CF run with mySQL?

2000-04-11 Thread pardeep
How well does CF run with mySQL? Is it better to go with SQL7 or Oracle 8i? I am doing a prototype app with Access but now need to port to a stronger database program. Any suggestions? I understand Cold Fusion 4.5 still does not have direct native support for mySQL, true or false?

Re: How well does CF run with mySQL?

2000-04-11 Thread pardeep
Actually I was referring to mySQL for Linux:) At 05:10 PM 4/11/2000 +, you wrote: Microsoft makes it pretty simple to migrate an Access DB to SQL7 Server. KM - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 11, 2000 6:14 PM Subject: Re: How

Re: Can CF be run on a Cobalt RAQ 3?

2000-04-11 Thread pardeep
Can a Linux version of Cold Fusion be run on a Cobalt RAQ 3 (512 megs of RAM)? Is it advisable? Are there advantages going this route vs. an NT machine? Thanks for your help. -- Archives:

Re: How well does CF run with mySQL?

2000-04-11 Thread pardeep
Again, the question was - how well does CF run with MYSQL on a Linux maching, not Microsoft SQL7 on an NT box. At 11:27 PM 4/11/2000 +0100, you wrote: - Original Message - From: "Kevin R. Merker" [EMAIL PROTECTED] Sent: Tuesday, April 11, 2000 6:10 PM Microsoft makes it pretty

Does CF have native support for MySQL on Linux?

2000-04-11 Thread pardeep
Does CF have native support for MySQL on Linux? At 03:51 PM 4/11/2000 -0700, you wrote: CF runs just fine with MySQL on Linux. Michael J. Sheldon Internet Applications Developer Phone: 480.699.1084 http://www.desertraven.com/ PGP Key Available on Request -Original Message- From: [EMAIL

Re: Can CF be run on a Cobalt RAQ 3?

2000-04-11 Thread pardeep
Can a Linux version of Cold Fusion be run on a Cobalt RAQ 3 (512 megs of RAM)? Is it advisable? Are there advantages going this route vs. an NT machine? Thanks for your help. -- Archives: