Web Service Error

2003-11-21 Thread Mark Stewart
I'm getting the following error when I try to call a web service from a client of ours: Could not perform web service invocation dataFromCC3 because AxisFault faultCode: {http://xml.apache.org/axis/}Server.userException faultSubcode: faultString: java.lang.Exception: 0: An Error occured

RE: Web Service Error

2003-11-21 Thread Mark Stewart
].p_corner_card_id = 12345 cfset processedOrdersArray[1].p_qty_mailed = 1000 cfset processedOrdersArray[1].p_ship_to_title = Programmer cfset processedOrdersArray[1].p_ship_to_nm = Mark Stewart cfset processedOrdersArray[1].p_ship_to_addr1 = 1044 Pulinski Rd. cfset processedOrdersArray[1].p_ship_to_addr2

RE: Anyone from Macromedia on this list, who could help me out.

2003-11-21 Thread Mark Stewart
Don't have an answer, but I've been unable to post to the forums the past few days either. They must have locked up the house while they're all at MAX. -Original Message- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 2:53 PM To: CF-Talk Subject: Anyone

RE: Problem Scheduling a Task Using CF Administrator?

2003-11-21 Thread Mark Stewart
Schedules to run the task once on the Start Date and scheduled time. The date and time must be set at least 15 minutes in the future in order for the task to execute successfully. You might want to stop/start cf services as well. Wait about a 1/2 hour and see what happens. Mark -Original

RE: Paging Principals

2003-09-10 Thread Mark Stewart
You need to be careful with this scenario because it may not be more efficient, it depends upon your database schema. I tried this on an application we were doing and our situation was that it was possible to bring back 200 - 300k records (not likely, but possible). Our database was created in

RE: query output to Excel file

2003-09-04 Thread Mark Stewart
You can also send email and attachments through DTS using CDONTS. And you can manipulate Excel files through DTS using ActiveX Script Task. You can then schedule your package through SQL Server Jobs or you can call it manually through COM (check out cfcomet.com for more details). Mark

RE: Authorize.NET Custom Tag?

2003-08-27 Thread Mark Stewart
Are there any web services solutions available? I haven't looked because I'm not in need of one right now, but this thread got me thinking that it would behoove AuthorizeNet, and others, to provide a ws solution, write once, use many times. Mark -Original Message- From: Clint Tredway

RE: machII(too much)

2003-08-18 Thread Mark Stewart
That's what I was saying last week, but not so fast... To get the fast times, you need to turn off the debug output and then you'll see those times *drastically* reduced. I was banging my head against the wall last week not understanding why a simple contact manager would take 500 - 1000ms

RE: machii performance (was Mach II 1.0 released)

2003-08-15 Thread Mark Stewart
Message- From: Mark Stewart [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 9:40 AM To: CF-Talk Subject: RE: machii performance (was Mach II 1.0 released) Has anyone noticed that the example apps are a little slow? Or is it just me? I haven't got my head around all the code yet, so I

RE: File management system in CF

2003-08-14 Thread Mark Stewart
I have yet to find a decent one and may go a completely different route. We are considering using Docushare (by Xerox http://www.xerox.com/go/xrx/equipment/product_details.jsp?prodID=DocuShare). It's really pricey (about 60k), but it really does everything you need. I'm still searching for a

RE: Showing the user a page has not stopped responding.

2003-08-14 Thread Mark Stewart
I don't want to cloud the issue anymore, but it all depends on what your situation is. For some pages, I'll simply change the wording on a button (assuming your using a button) and then disable it, however, this doesn't work with all browsers. If you're talking about credit card processing, you

RE: Cookies set but my site doesnt generate cookies!

2003-08-14 Thread Mark Stewart
Have you tried: cfdump var=#cookie# I'm pretty sure this will only show the cookies that cf or javascript sets from your site (this should at least confirm that you are not setting any cookies). I don't think you can delete some other sites cookies. I would think they are specific to the

RE: CFMAIL Send Failure

2003-08-14 Thread Mark Stewart
Connection refused? Does it require username and password? You can do that now with 6.1. Mark -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 8:51 AM To: CF-Talk Subject: CFMAIL Send Failure I've got a dedicated box running win2003, IIS

CF 2 Main Frame

2003-08-14 Thread Mark Stewart
Good morning all! Anybody have experience with accessing information (VSAM) from CF? Maybe a CFX or something similar (COM, CORBA, etc.)? Thanks, Mark ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: machii performance (was Mach II 1.0 released)

2003-08-14 Thread Mark Stewart
Has anyone noticed that the example apps are a little slow? Or is it just me? I haven't got my head around all the code yet, so I don't know if it's the framework, me, or my lack of coffee. I seem to remember, from CFUN03, that there was a flag you could set to tell the framework whether you

RE: MDAC version 2.8

2003-08-14 Thread Mark Stewart
Just bought MX, upgraded to 6.1 and installed on a new win2k server box with MDAC 2.8, sql server is on separate box. Moved over production code to do some testing to make sure everything is ok. I haven't had any problems at all with this set-up. Mark -Original Message- From: Peter

RE: Moving from MySQL to MS SQL Server 2000

2003-08-14 Thread Mark Stewart
The only thing I had to do was change the double quotes to single quotes. As for the error, could you post the query so we can see what's going on? Mark -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 7:21 AM To: CF-Talk Subject: re: Moving from

RE: Moving from MySQL to MS SQL Server 2000

2003-08-14 Thread Mark Stewart
It's a simple query. cfquery name=checkpass datasource=databasename select * from login /cfquery I've added the database via Data Sources (ODBC) under the System DSN tab using the SQL Server driver. I did a test and it passed. On Wed, 13 Aug 2003 09:03:55 -0400, Mark

RE: Mach II 1.0 released

2003-08-14 Thread Mark Stewart
Make sure you have the latest framework code (core files) - It has updates needed for the example apps. Mark -Original Message- From: Freddys Garcia [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 10:10 AM To: CF-Talk Subject: Mach II 1.0 released Hi everybody, I wanted to

RE: File management system in CF

2003-08-14 Thread Mark Stewart
The integration into Windows Explorer was a huge hit here with the powers that be. And we do a boat-load of printing and copying (I work for a direct marketing company :( ), and we already have the Xerox copiers that copy directly to Docushare. We just want to make sure that we'll actually

PDF Question

2003-08-08 Thread Mark Stewart
I currently use ActivePDF and It's been working great except for one problem... Example: I have a pdf with 3 paragraphs in it, the second paragraph being variable text that a user would enter through a textarea. The second paragraph in the pdf is a form field that I will populate through the

RE: CFMX 6.1 and WebDAV

2003-08-07 Thread Mark Stewart
I don't have any info on this, but I'm interested as well. Hope someone could shed some light on this. Mark -Original Message- From: joe hobson [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 7:12 PM To: CF-Talk Subject: CFMX 6.1 and WebDAV So according to Ben Forta's DevNet

RE: PDF Question

2003-08-05 Thread Mark Stewart
# CFSET ParagraphAll =Tlkt.SetFormFieldData(ParagraphAll, #ParagraphAll#, 0) i think chr(10) is what works for carriage return... hope this helps. j -Original Message- From: Mark Stewart [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 3:43 PM To: CF-Talk Subject: PDF Question I

RE: Querying a text file

2003-08-01 Thread Mark Stewart
Couple days late on this, but... I usually use SQL Server DTS packages to do my heavy file lifting - I set-up a connection to the file and place the contents into the db. If I'm not worried about real time data, I schedule the package. You can also run a dts package through cf using COM. You

RE: re: Mach-II

2003-07-30 Thread Mark Stewart
I wouldn't say there's a potential to change, I would say it *will* change, eventually. That's just the nature of what we do. The great things we build today will be obsolete eventually. Look at it as, does this framework (fusebox, struts, whatever) help me today build better applications? Just

RE: Dreamweaver MX RDS Backward-Compatibility

2003-07-30 Thread Mark Stewart
What about ftp? -Original Message- From: David Delbridge [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 6:23 PM To: CF-Talk Subject: Dreamweaver MX RDS Backward-Compatibility Hi all, Is Dreamweaver MX backward-compatible with CF 4.5? A user of mine is reporting failure

RE: Graphics stored in Access Files

2003-07-30 Thread Mark Stewart
Are you asking if CF can read Blobs (binary objects. aka - graphics) from Access? I have done this before with a cfx tag (cfx_getImage cfx_putImage) - look on the dev exchange for these tags. Now, I've only used this on SQL Server, not Access. Could be a start for you though. Mark

RE: Word Com Problems

2003-07-30 Thread Mark Stewart
looking at http://www.asciitable.com/ shows that new page/form feed should be #chr(12)#. Don't know if this would work in rtf or not, never tried. Mark -Original Message- From: Den Melton [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 2:47 PM To: CF-Talk Subject: Word Com

RE: Mach-II

2003-07-30 Thread Mark Stewart
Great way to end my Wednesday... Thanks Angus, wherever you are! Mark -Original Message- From: Jim Campbell [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 4:27 PM To: CF-Talk Subject: Re: Mach-II Does Hal Helms use Fusebox? Judge for yourself :)

RE: What could possibly cause this??!

2003-07-29 Thread Mark Stewart
Have you tried renaming your field name? IIS may not like the word method. I don't know this for a fact, but it's worth a try. Mark -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 4:40 PM To: CF-Talk Subject: What could possibly cause

RE: The death of a session variable?

2003-07-29 Thread Mark Stewart
Just a shot in the dark here... We had a similar problem a few months ago with developers unable to log-in to our application, however, it was only with IE6. IE 5 and 5.5 were fine, as well as Netscape 6+. We went through all kinds of tests, but to no avail. It just seemed like IE6 was the

RE: What could possibly cause this??!

2003-07-29 Thread Mark Stewart
That doesn't sound feasible. However, I would still try changing the name for sh*** and giggles. I always look at the stupid crap first. Have you rebooted the services, IIS, the box itself? Nothing else comes to mind. Mark -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]

RE: The death of a session variable?

2003-07-29 Thread Mark Stewart
Ooops, just noticed that... Time to dust-off the hooked on phonics book again... -Original Message- From: Richard Crawford [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 5:32 PM To: CF-Talk Subject: RE: The death of a session variable? At 05:13 PM 7/29/2003 -0400, you wrote:

RE: Project for a web-based document archival retrieval system

2003-07-29 Thread Mark Stewart
Doesn't sound complicated at all. We actually built an application that has just about all the features you mention below. We use it for online proofing. The process of scanning, indexing and moving files to storage, searching, viewing are just as you describe. In addition, we also give the

RE: Coldfusion Server Update

2003-07-28 Thread Mark Stewart
The only other thing I would have to add to this is that you should really read through the documentation for MX, if you decide to go that route. Reason being is because some of the pre-MX tags and functions are deprecated. And in some instances, tags and/or functions, pre-MX, may work

RE: Array or structure or ??

2003-07-28 Thread Mark Stewart
Mario, I would probably create a session variable to hold the list of box numbers (use listAppend() to add to the list), then iterate over the list when the process is done. By placing the box numbers in a session variable, you don't have to worry about carrying the box number from page to

RE: Filtering Query Results

2002-01-28 Thread Mark Stewart
Did you try: trim(GetProductTypes.Code) I sometimes run into this problem where the db will pad the field with spaces and when I run a query, the spaces are returned and my if logic craps out. Almost always, a trim will do the trick. Mark -Original Message- From: Michael Wilson

RE: how to prevent user from opening multiple browsers..

2002-01-10 Thread Mark Stewart
... and guess... if i combine these 2 suggestions together... it will solve the problem.for me..!! so still a big thank you to u both!!! : ) cheers han - Original Message - From: Mark Stewart [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 3:11 AM Subject

RE: reading text file contents intro a database

2002-01-10 Thread Mark Stewart
If you're using SQL Server 2K, I would use a DTS Package to do this. Mark -Original Message- From: Tim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 3:57 PM To: CF-Talk Subject: reading text file contents intro a database I need to read the contents of a comma or tab

RE: File Locking?

2002-01-09 Thread Mark Stewart
day, that my child may have peace'... - Thomas Paine, The American Crisis -Original Message- From: Mark Stewart [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 2:54 PM To: CF-Talk Subject: Linux CF 5 Enterprise (Eval) Does anybody know if the eval version of CF5

RE: Using a DTS package

2002-01-09 Thread Mark Stewart
My suggestion would be to go to http://www.cfcomet.com/cfcomet/sql_server/ - the first article is about exactly what you're trying to do. Mark -Original Message- From: Declan Maher [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 6:08 AM To: CF-Talk Subject: RE: Using a

RE: Fax notification

2002-01-09 Thread Mark Stewart
http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=f a x Mark -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 10:53 AM To: CF-Talk Subject: OT: Fax notification Hey All, I'm looking for a solution(s) for sending

RE: how to prevent user from opening multiple browsers..

2002-01-09 Thread Mark Stewart
If I understand you correctly, once a user has logged in, you don't want them to click on the IE icon or Nutscrape and go to your site and log in again? If this is right, just capture their IP on login. When the next user logs in, make sure that the IP's aren't the same. This will work to

RE: Defining internal DB relationships necessary?

2002-01-09 Thread Mark Stewart
Can you design your database with no primary keys? Yes, you can. Do I recommend this, even on the smallest of databases? Absolutely not! It's my opinion that if you're going to do something, do it right all the time. Get in the habit of doing things the best way possible, even if it takes you a

RE: Defining internal DB relationships necessary?

2002-01-09 Thread Mark Stewart
I know you're probably getting a lot of information here, but... Why add extra code to your app when you can let the db do it's job. I'm a firm believer in letting the different parts of an application (i.e. db, cf, com, java, etc.) do it's particular job that it was intended to do. In addition,

RE: CF Mappings

2002-01-09 Thread Mark Stewart
I use them specifically for cfincludes. Instead of referencing a template path as ../dir/dir/filename.cfm, you can reference it as /mapping/dir/dir/filename.cfm - much cleaner Mark -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 12:54

RE: how to prevent user from opening multiple browsers..

2002-01-09 Thread Mark Stewart
Good point and probably a little bit more cleaner. Mark -Original Message- From: Lewis Sellers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 11:55 AM To: CF-Talk Subject: Re: how to prevent user from opening multiple browsers.. On Wed, 9 Jan 2002 09:15:28 -0500, Mark

Linux CF 5 Enterprise (Eval)

2002-01-08 Thread Mark Stewart
Does anybody know if the eval version of CF5 on Linux is full-featured? That is, are there any features that are not available in an evaluation version? We're trying to test out a server with CF5 Enterprise for Linux and we get the following error: Error Diagnostic Information Cannot lock

RE: Linux CF 5 Enterprise (Eval)

2002-01-08 Thread Mark Stewart
** Tyler M. Fitch Certified Advanced ColdFusion 5 Developer ISITE Design, Inc. 615 SW Broadway Ste. 200 Portland, OR 97205 503.221.9860 ext. 111 http://isitedesign.com ** -Original Message- From: Mark

RE: SQL GURUS?

2002-01-03 Thread Mark Stewart
The syntax looks correct but, correct me if I'm wrong here, I don't think Access will allow that type of query. You shouldn't have a problem with SQL Server though. Mark -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 9:31 AM To: CF-Talk

RE: Viewing Schema diagrams? sourceforge?

2002-01-03 Thread Mark Stewart
Same here. We use Visio2K and it gives you a slew of options for Save As, including html. Mark -Original Message- From: Kurt Ward [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 2:32 PM To: CF-Talk Subject: RE: Viewing Schema diagrams? sourceforge? We have always used

RE: And the award goes to ....

2002-01-02 Thread Mark Stewart
I lurk quite a bit, but not because I'm shy :-) I've come to the realization, unfortunately, that I really do need to get work done. I'm not the greatest multi-tasker in the world. Therefore, I've cut down on my posts, especially on the community list. Anyway, a big thanks to Michael and

RE: CF Studio 5

2002-01-02 Thread Mark Stewart
Haven't tried this, but you might be able to go into the registry and add the new serial number. Mark -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 8:42 AM To: CF-Talk Subject: RE: CF Studio 5 Just re-run the new install and it

RE: null characters in a file

2002-01-02 Thread Mark Stewart
Kelly, We ran into this EXACT same problem about a month ago. We were doing a cffile, then parsing through the file to modify it and then spitting the modified version to screen. We discovered, as you did, that cf chokes on null characters and were perplexed at what to do. In our situation, we

RE: null characters in a file

2002-01-02 Thread Mark Stewart
it can just have never done that. Do you know the best way to CALL something like that? Make it a COM Object? Kelly -Original Message- From: Mark Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 9:31 AM To: CF-Talk Subject: RE: null characters in a file Kelly, We ran

RE: Speeding up select queries

2002-01-02 Thread Mark Stewart
In addition to Sandys rules of thumb, I would convert any query you have into a stored procedure. One of the added benefits is that you can have multiple result sets when using stored procs. Also, index columns that are frequently accessed and/or columns you use in your where clause. Mark

RE: fusebox ?

2001-12-18 Thread Mark Stewart
That is correct. Since the original fusebox suggested not setting client cookies, they passed cfid and cftoken on the url line - So that's what the variable #caller.fusetoken# was for. Mark -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18,

RE: cookies, Is this possible?

2001-12-18 Thread Mark Stewart
I'm pretty sure you CAN do this. cfcookie name=myCookie value=myValue expires=NEVER domain=.macromedia.com; .allaire.com; .cflib.org Mark -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 11:27 PM To: CF-Talk Subject: Re: cookies, Is

RE: Sending back to referer

2001-12-18 Thread Mark Stewart
If you're familiar with fusebox at all, there is a custom tag that can do this for you - cf_returnfuseaction I'm sure you can just download the tag from fusebox.org and modify it yourself to fit your needs. Mark -Original Message- From: Chris Luksha [mailto:[EMAIL PROTECTED]] Sent:

RE: Production server running way too slow (Long)

2001-12-14 Thread Mark Stewart
Bryan, I've been experiencing some problems like Andrew. I've used Neo Trace to run trace routes on all servers involved (all ping times were acceptable - 30-50ms), reviewed code, and have even, as you mentioned below, gone physically to the server and browsed the site through localhost. My

RE: cfhttp question

2001-12-13 Thread Mark Stewart
Try a couple things: 1. urlencode your url variables 2. try using the chr() function for the ^ character Mark -Original Message- From: Fisichella [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 9:36 AM To: CF-Talk Subject: cfhttp question Hi, I'm using cfhttp to grab

RE: Is CFGRAPH Crap?

2001-12-11 Thread Mark Stewart
I just use it for very basic things as I find the tag very limiting. For example: I can't figure out how to apply formatting to the numbers in the graph. On some reports, I have values that are in the millions - It doesn't look very good when you have a graph with a number like 100 Maybe neo

OT: Java Byte Code

2001-12-11 Thread Mark Stewart
. Is this true? In my limited work with Java, I haven't seen it to be slow. But then again, I don't expect a little Hello World app to be slow. Any suggestions or places that I can find some answers? Thanks, Mark Stewart Programmer/Analyst CC3 Phone: 215.672.6900 x1332 http://www.cc3.com

RE: OT: Java Byte Code

2001-12-11 Thread Mark Stewart
the jobs are at. On Tue, 11 Dec 2001, Mark Stewart wrote: I'm currently learning Java and I'm very excited to see Macromedia moving in the Java direction. However, one of my co-workers stated that Java byte code was very slow. Since I'm just learning Java, I didn't have a good retort for him

RE: CFDirectory and Network

2001-12-11 Thread Mark Stewart
If you can, try a Web Server mapping or use UNC Mark -Original Message- From: webmaster [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 10:05 AM To: CF-Talk Subject: CFDirectory and Network I'm trying to do a cfdirectory across our network from the server to a mapped

RE: Writing to text file

2001-12-11 Thread Mark Stewart
This is how I did it: cfset output = /*** The spaces in the next line of code are not spaces, they're tabs ***/ cfset output = output Overnite/Next Day Request DateDealer Office Dealer Name Address1Address2Address3 CityState Postal Code Repid Reason

RE: CFContent

2001-12-11 Thread Mark Stewart
I've run into the same problem and oddly enough, it was with a 98 machine. My solution, and I don't know if this is the right answer but it worked, I told the user to uninstall their current version of Acrobat Reader and re-install Acrobat Reader 5. This worked for anyone who had the problem.

RE: CFContent (and other options)

2001-12-11 Thread Mark Stewart
Message- From: Mark Stewart [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 4:09 PM To: CF-Talk Subject: RE: CFContent I've run into the same problem and oddly enough, it was with a 98 machine. My solution, and I don't know if this is the right answer but it worked, I told the user

RE: Question about Inserting into SQL via CF... Binary file or Image File

2001-12-06 Thread Mark Stewart
There are two custom tags available to do this (cfx_putimage and cfx_getimage) - downloaded together in a .zip file (I think I got it off of cf-dev) that does exactly that. It's done through BLOBs. We used it for a while and then went away from it because someone here, that's a better SQL person

RE: Text Compression Utility?

2001-12-05 Thread Mark Stewart
a compressed file with a txt extension? Or do you just want the page to load faster? On Tue, 4 Dec 2001, Mark Stewart wrote: I'm looking for a utility that will compress large text files, but not change the extension. For example - I have a 2mb text file called readme.txt - after compression

RE: Text Compression Utility?

2001-12-05 Thread Mark Stewart
, 2001 8:59 AM To: CF-Talk Subject: RE: Text Compression Utility? pkzip? :) EC -Original Message- From: Mark Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 8:53 AM To: CF-Talk Subject: RE: Text Compression Utility? The goal is to compress the file as much

RE: Text Compression Utility?

2001-12-05 Thread Mark Stewart
only a few thousand lines at a time (with next, previous, first and last buttons like you would have for a data set)? -Original Message- From: Mark Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 8:53 AM To: CF-Talk Subject: RE: Text Compression Utility? The goal

Text Compression Utility?

2001-12-04 Thread Mark Stewart
through a command-line utility or something. Any thoughts? Mark Stewart Programmer/Analyst CC3 Phone: 215.672.6900 x1332 http://www.cc3.com ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources

Nutscrape and PDF

2001-11-15 Thread Mark Stewart
recognizes some of the formatting, but not all. That is, some columns are not aligned properly. At first, I thought it was just a NS issue. But further investigation points to both a NS issue and a cffile issue. Any suggestions here? Thanks in advance for all your help! Mark Stewart Programmer/Analyst

RE: Nutscrape and PDF

2001-11-15 Thread Mark Stewart
-Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 11:27 AM To: CF-Talk Subject: Re: Nutscrape and PDF question 2: try #HTMLCodeFormat( variable )# On Thu, 15 Nov 2001, Mark Stewart wrote: All, Question 1: I have an application that serves up

RE: weird msg on sql to access change

2001-10-29 Thread Mark Stewart
I've received that message on occasion as well. It has happened when I created a query through Enterprise Manager and then for whatever reason, ran it in Access. I can't remember what type of join it fails on. If you can, re-create the query in Access through the query design wizard and see how

RE: project finder

2001-10-26 Thread Mark Stewart
Free is always the best way to go. :-) Of course, if this is your livlihood, I would charge, but only for companies posting work. I wouldn't charge developers. Just my opinion. Mark -Original Message- From: Craig [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 4:46 PM To:

RE: Counting in a Field? cfloop

2001-10-26 Thread Mark Stewart
Wouldn't you just change the name of your index? It looks like your actually outputting rs_Update.GF_Phases instead of the loop index. Mark -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 7:45 AM To: CF-Talk Subject: Counting in a Field?

RE: Words Docs Coldfusion

2001-10-26 Thread Mark Stewart
cfcontent type=application/msword file=filename deletefile=No Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 6:22 AM To: CF-Talk Subject: Words Docs Coldfusion Hi I currently have MS Word docs stored in an Oracle database.

RE: Words Docs Coldfusion

2001-10-26 Thread Mark Stewart
, using CFCONTENT to supply the appropriate mime header to the output stream. Steve -Original Message- From: Mark Stewart [mailto:[EMAIL PROTECTED]] Sent: 26 October 2001 15:11 To: CF-Talk Subject: RE: Words Docs Coldfusion cfcontent type=application/msword file=filename deletefile

RE: Running Requests?

2001-10-26 Thread Mark Stewart
It sounds like you need some error catching. Are you using any try/catch blocks or error templates? We use these methods extensively and when an error occurs or if we throw an error, we generate an email with every available variable (i.e. attributes scope, application scope, session scope,

RE: Server Installation Question

2001-10-25 Thread Mark Stewart
IIS needs to be running so CF can see it when you do the install. I can't remember if it prompts you to reboot, but nonetheless, it's always a good idea to do a reboot after you install something new. Mark -Original Message- From: Kevin Mansel [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: Tracking time in CF

2001-10-25 Thread Mark Stewart
What about a scenario where they just close their browser? At that point, you at least have to have some javascript involved. Have you thought about using an applet instead? Mark -Original Message- From: Mike Tangorre [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 3:40 PM

RE: Why can't I buy JUST CFStudio 5?

2001-10-25 Thread Mark Stewart
Not obvious at all. They're going to become another Microsoft, just wait and see. Mark -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 12:58 PM To: CF-Talk Subject: Re: Why can't I buy JUST CFStudio 5? Forget everything I said in

RE: Semicolon at end of SQL Statement???

2001-10-25 Thread Mark Stewart
Haven't used Access in a while, but I'm pretty sure you have to place a ; at the end of your statement, as in: insert into tbl_users (fullname) values ('Rich Pragel') where username = rpragel; Also, put single quotes around rpragel. (i.e. 'rpragel') Mark -Original Message- From:

RE: Next Page - Previous Page

2001-10-24 Thread Mark Stewart
http://www.cfvault.com Look at the tutorials section - They have a pretty good one. Mark -Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 8:18 AM To: CF-Talk Subject: Next Page - Previous Page Anyone have any links to sites

Copy Database Problem

2001-10-18 Thread Mark Stewart
So, I was copying a database this morning and it seemed like it was hung. The last command I saw in the Copy Database Wizard details page was Successfully copied ... databasename.mdf. I let it sit there for about 10 or 15 minutes and I thought it was hung. So, I clicked cancel. I went back into

RE: cfgrid

2001-10-18 Thread Mark Stewart
There's a patch that apparently fixes this. Since 5 is built on J2EE platform, your server needs to be updated with the latest jdk which is 1.3.1 - I can't remember the url to the hot fixes and can't seem to find it either. This has also been covered a few times on this list so you might want to

Stored Procedure Question

2001-10-04 Thread Mark Stewart
All, I've been using stored procedures for a while now but I've never really needed to create one that returned multiple result sets. My question is, how do you do that? Would someone be kind enough to show me a little pseudo code or a snippet of code on how to accomplish this? I assume in cf,

RE: Stored Procedure Question

2001-10-04 Thread Mark Stewart
procedure, so if you have Select * from people Select * from animals The results from the people table would be in result1, and the results from the animal table would be in result2. Pretty slick, eh? JS - Original Message - From: Mark Stewart [EMAIL PROTECTED] To: CF-Talk

RE: CFDIRECTORY replacements

2001-09-26 Thread Mark Stewart
1. Talk to the hosting company and see if they'll rectify the problem with the broken tags. or 2. Do that piece of logic in another language like Perl. Perl's much better at traversing directories and doing complex file manipulations anyway. Mark -Original Message- From: Bruce Holm

RE: Absolute Path Usage

2001-09-25 Thread Mark Stewart
If you were to use fusebox style methodology, you would put those variables in app_locals.cfm. It's already been stated that mappings are not the answer, but that's what I use - much cleaner. -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25,

RE: Upgrading from v4.5 pro to v5.0 pro

2001-09-25 Thread Mark Stewart
I haven't had any problems. 5 seems to be very stable and so far I'm very pleased. Mark -Original Message- From: Boardwine, David L. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 12:41 PM To: CF-Talk Subject: Upgrading from v4.5 pro to v5.0 pro My office will soon be

RE: Upgrading from v4.5 pro to v5.0 pro

2001-09-25 Thread Mark Stewart
: Upgrading from v4.5 pro to v5.0 pro I've had issues with cfgrid loading... Don't quite know why. I've even applied the hot fix,and still the applet won't load... -Original Message- From: Mark Stewart [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 9:53 AM To: CF-Talk

RE: Intranet Recommendations

2001-09-25 Thread Mark Stewart
I think this is the same post from the community list, but I'll say it again anyway. I know it isn't cf, but the best one out there is MS SharePoint and Team Services. No modification needed, minimal set-up, does everything you need, plus a lot more, no extra coding needed unless you want to

RE: Absolute Path Usage

2001-09-25 Thread Mark Stewart
Not true. Use cf admin to set up your mappings. Mark -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 2:52 PM To: CF-Talk Subject: RE: Absolute Path Usage cfinclude can only take relative paths. To get around this issue with my

RE: Error 232

2001-09-25 Thread Mark Stewart
Let me try to explain this the best I can. Someone on this list explained it before and I can't seem to find it or I would just forward the email. I too have had this problem and so far, it's been fixed for me... You need to up the timeout on the Web Server. The Web Server waits for a response

RE: HELP!... with intranet idea

2001-09-25 Thread Mark Stewart
Check out cfcomet - http://www.cfcomet.com - there are some examples there on how to connect through COM, etc. Mark -Original Message- From: Mike Tangorre [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 5:04 PM To: CF-Talk Subject: HELP!... with intranet idea Hello all. I

RE: List trimming last line of posts ?

2001-09-13 Thread Mark Stewart
I had that happen to me this morning on cf-community. The solution - I hit the enter key at the end of my post a few times to add some space. Mark -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 8:17 AM To: CF-Talk Subject: List

RE: Selecting All Categories that start with A..

2001-09-13 Thread Mark Stewart
If I'm understanding you correctly, you could use the following in your where clause of your sql statement sql server syntax: where substring(fieldname,1,1) = 'A' HTH, Mark -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 12:37 PM

  1   2   >