Re: Me again : about that printing thing from a web form

2004-05-25 Thread Jas Panesar
I built something similar as a COM object in VB. I used the printers object and methods to print, it worked like a charm. You could probably whip up a quick VB COM object to run server side that uses the Printers object.Quickest way would be to use something like cf_pdf to create an unencrypted

Re: Comma in price

2004-05-25 Thread Jas Panesar
You may run into problems if you want to do alternate formatting with it in the future. I used the commands of set locale to set the locale to a comma currency (like Canadian French), then LSNumberFormat to format it according to the locale set. Just another idea! J [Todays Threads] [This

Re: CF sending data to a local printer?

2004-05-18 Thread Jas Panesar
You could probably whip up a quick VB COM object to run server side that uses the Printers object.Quickest way would be to use something like cf_pdf to create an unencrypted PDF file, then use some combination of acrobat/ghostscript to dump it to the printer you want. A great book for learning VB

Re: Reporting Tools

2004-05-18 Thread Jas Panesar
Is there any reason you couldn't use the crystal java report viewer to open run the report off the server?It works quite well, and could save you some time and headache if you have reports already made. -J Upgrade to SQL2K and download/get SQL Reporting Tools - very very good and free.

Re: help with string manipulation (Find,Replace)

2004-05-18 Thread Jas Panesar
Another way you could look at this is to check for the length of the total characters in the first line. If it will never be less than 4, then you could wrap it with a conditional statement to check until it finds the first real line that is longer than 4 characters. [Todays Threads] [This

Re: Reporting Tools

2004-05-18 Thread Jas Panesar
CFREPORT could concievably work very well too -- it would only generate the report and drop it to a specified file.Have you tried the examples provided from CF 4.5+ documentation to use cfreport? if all else fails, google +cfreport +example without the quotes.I was referring to a activex/java

Re: What happened to my digest?

2003-09-25 Thread Jas Panesar
nd my digest! Oh well, time to write another filter.                 -Original Message- From: Rachel Maxim [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Date: Thu, 25 Sep 2003 12:48:03 -0400 Subject: What happened to my digest? I was subscribed to CF Talk in digest

cf forum suggestions

2003-03-31 Thread Jas Panesar
Apologize for asking a question that has no doubt been asked before, couldn't find the search button on the houseoffusion.com site. I am presently bringing up a project manager to handle work with developers and clients. One of the requirements is to be able to attach a forum to an entire

How to get field names in MSAccess

2003-03-11 Thread Jas Panesar
Interesting, I was toying with this exact same thing the other day, except with an added spin: In access, the field information is shown as follows when you create/edit fields in a table: [field name] [data type] [description of field] I want to extract table information, including the

CF Developer(s) required in Edmonton, Alberta

2003-03-11 Thread Jas Panesar
Hi Guys, I am looking to get in contact with CF Developers in the Edmonton area to do some on-going development on projects. Experience can vary, the only thing I look for is an ability to solve problems, and to be able to pick what you need as you go. Ideally, a few years under your belt

Developers in Edmonton / Calgary Alberta?

2003-03-05 Thread Jas Panesar
I was wondering if there's any other CF developers out here in Edmonton or Calgary on this list? I haven't been able to really locate a UG for either that is particularily active, but I know we're out here, as I run into guys here and there? Please feel free to msg me off list! Jas

BlueDragon WAR Archives

2003-02-28 Thread Jas Panesar
Hi, I apologize if this question is redundant, it didnt seem to clearly process into my head, or I haven't had enough coffee today ;) BD website states: Package portable CFML applications within standard J2EE Web ARchive (WAR) and Enterprise ARchive (EAR) files; Is this feature available in

BlueDragon WAR Archives

2003-02-28 Thread Jas Panesar
Dave, Thanks, I just slammed my head into my keyboard. What I meant to ask about was the Compiled Binary Deployment feature. BD apparently compiles all the code into one binary executable that can be distributed. I am wondering if someone can point me to some documentation on the feature,

BlueDragon WAR Archives

2003-02-28 Thread Jas Panesar
I see, I was hoping it would compile the cfml templates into an all in one binary executable that included the webserver in it for easy distribution. Appreciate the insight sean, look forward to Vince's reply. Jas ~| Archives:

BlueDragon WAR Archives

2003-02-28 Thread Jas Panesar
Vince, I would be very interested in participating in such a program -- looking forward to your reply. Jas ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Fwd: EXPERTS: CF 4.5 with Apache 2.0??

2003-01-02 Thread Jas Panesar
Hi, I was wondering if anyone has been able to get Coldfusion 4.5 (mod_coldfusion) working with apache 2.x on Linux From everything I've researched, CF 4.5 only works with Apache 1.3.x, I was hoping to see if there was a recompiled version linux side that patches into Apache 2.0 properly

EXPERTS: CF 4.5 with Apache 2.0??

2003-01-02 Thread Jas Panesar
Appreciate the link rob, Yeah, I have already seen that link, I had it sorta working with the cf 5 module talking to cf 4.5, but it's quite not the same. I really wanted to stick with 4.5 till I was confident enough with MX to make the jump. I'm really quite dissapointed that macromedia hasn't

Tutorials

2003-01-02 Thread Jas Panesar
http://www.cfprimer.com seems to be decent, but I've referred webmonkey alot till I came across this site. Hope it helps, Jas ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

CFREMOTE / CFDIST / NLM

2002-12-25 Thread Jas Panesar
a difficult time processing sub directories with .cfm files. My setup is apache on windows on one server with the cf module plugging over to another cf server. The link works. - - - - - - - Jas Panesar

Securing CF Server

2002-09-04 Thread Jas Panesar
Hi, I am currently moving from custom hosting a few trusted and specialized sites on my servers. I am contemplating opening things up to allow some more hosting to occur on the boxes, but the issue I have come up with, and very little time to research is: How can I make sure the CF server

Securing CF Server

2002-09-02 Thread Jas Panesar
Hi, I am currently moving from custom hosting a few trusted and specialized sites on my servers. I am contemplating opening things up to allow some more hosting to occur on the boxes, but the issue I have come up with, and very little time to research is: How can I make sure the CF server

Re: session cookies to expire immediately on browser close

2002-05-10 Thread Jas Panesar
Wow, this looks great! I was just curious, would it be difficult to do the same implementation without the use of cookies for the session? I have a few applications where I append the CFID and CFTOKEN to the URL and pass it through as such.. I was thinking something like this might do the

CFID CFTOKEN Unexplicably incrementing

2002-05-06 Thread Jas Panesar
Hi Guys, I am having a problem with one of my session applications. Basically, I am cutting out the cookie that is planted by cfapplication, in lieu of the IE6 Third-Party cookie denial by default. (My code is generating a part of a website for another domain.) MY APPLICATION.CFM does the

Re: Web Chat Client

2002-04-04 Thread Jas Panesar
Chris, My personal choice and recommendation is Conference Room (http://www.conferenceroom.com) It *IS* a java client, (fully functioning demo on their site) however it excels in the following ways: 1) The Conference Room Server is basically a Windows based IRC Server. This means you can