RE: sql editor

2007-11-30 Thread Mark A Kruger
Claude, Ok... How do you get Access to use the join syntax? -mark -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 9:06 AM To: CF-Talk Subject: Re: sql editor For example, if you use Access to create JOIN query you will not get

RE: XForms

2007-11-30 Thread Andy Matthews
You're going to have to have SOME sort of processing engine to use in saving the content. Javascript can't write to the file system, nor can it save data in long-term memory, unless the user doesn't close the browser. You might be better off using a PDF. That can store data in the actual PDF and

escaping # signs in image file names

2007-11-30 Thread Crow T. Robot
Is there a way to do this that anyone can think of? I have a page that I inherited that is outputting user-uploaded images, and just today, the user decided to upload images with #'s in the names. The images are not showing up because of this. Any way around this other than renaming the images?

RE: escaping # signs in image file names

2007-11-30 Thread Dave Watts
Is there a way to do this that anyone can think of? I have a page that I inherited that is outputting user-uploaded images, and just today, the user decided to upload images with #'s in the names. The images are not showing up because of this. Any way around this other than renaming

Re: escaping # signs in image file names

2007-11-30 Thread Charlie Griefer
img src=/_images/#replace(filename, '##', '###', 'all')# width=164 height=140 border=0 / ? (might need 4 # there in the 3rd arg) On Nov 30, 2007 8:54 AM, Crow T. Robot [EMAIL PROTECTED] wrote: Is there a way to do this that anyone can think of? I have a page that I inherited that is

RE: multiserver and Verity collections

2007-11-30 Thread Maureen Barger
That is not what I am seeing. But since I am new to verity the problem could be mine alone. :-/ Verity is started from the cfusion instance. I do not see a way to start it from others. On Fri, November 30, 2007 13:36, Dave Watts wrote: Hi - I am just getting started with Verity. Is it possible

RE: Resetting Active Directory Password using CFLDAP ?

2007-11-30 Thread Dawson, Michael
CF8 does not directly provide anything new to changing an Active Directory password. However, you could use the .NET integration to call a .NET assembly that would change the password. You can maintain group membership using CFLDAP. Below are two code snippets that will add/remove members from

Re: escaping # signs in image file names

2007-11-30 Thread Jerry Johnson
Maybe replace the # with %23? On Nov 30, 2007 12:22 PM, Charlie Griefer [EMAIL PROTECTED] wrote: img src=/_images/#replace(filename, '##', '###', 'all')# width=164 height=140 border=0 / ? (might need 4 # there in the 3rd arg) On Nov 30, 2007 8:54 AM, Crow T. Robot [EMAIL PROTECTED]

Re: Converting PDF to Flashpaper in cfmx7

2007-11-30 Thread Raymond Camden
The only thing I know of would be to suck the text out. I've got a CFC for that. But it doesn't get any of the formatting and stuff like that. On Nov 30, 2007 12:15 PM, Jerry Johnson [EMAIL PROTECTED] wrote: I have a whole pile of pdf files on disk. Is there a way to convert those PDFs on the

RE: sql editor

2007-11-30 Thread Dennis Powers
Ok... How do you get Access to use the join syntax? After joining the two tables in the visual mode right click on the line that connects them and select the type of join you want. Best Regards, Dennis Powers UXB Internet - A website design and Hosting Company 690 Wolcott Road P.O. Box 6029

Re: Unterminated string literal

2007-11-30 Thread Richard White
this is an example of the error that it is producing: function checkSave() 289 { 290 if($('txtQuestionName').value != Subject_Family Details || $('txtDescriptionName').value != saSa 291ASA 292ASasaSs 293asaS) 294 { 295 $('saveButton').disabled = ; 296 } notice that on line 290 it takes the

Re: XForms

2007-11-30 Thread Mark Birbeck
Hi Andy, Probably some facy javascript can do the job but it would be good to stick with some standards like W3C's XForms (read a bit on that), and the Mozilla's XForms Extensions for FireFox scared me off when its doc stated HTTP Server Requirements this and that (I would hope XForms's ACTION

RE: Converting PDF to Flashpaper in cfmx7

2007-11-30 Thread Dennis Powers
Converting PDF to Flashpaper in cfmx7 The only thing I know of would be to suck the text out. I've got a CFC I am sort of interested in that set of routines. Care to share? Best Regards, Dennis Powers UXB Internet - A website design and Hosting Company 690 Wolcott Road P.O. Box 6029

Re: Unterminated string literal

2007-11-30 Thread Claude Schneegans
when i try to use that text in javascript it produces an error saying unterminated string literal. Use the CF function JSStringFormat(string) to create your JS string. It will escape characters that need to be escaped, likes CR and quotes. -- ___ REUSE

Unterminated string literal

2007-11-30 Thread Richard White
Hi, i am using mysql to store data. i have a text area on a page and have noticed that if someone adds text then presses enter at the very end without adding any more text, mysql saves it ok but then when i try to use that text in javascript it produces an error saying unterminated string

Re: Unterminated string literal

2007-11-30 Thread Josh Nathanson
Richard, I think you will want those newlines to be actually kept in the javascript, rather than interpreted as a newline at runtime. Maybe you could escape it, something like this: cfset newstring = rereplace(oldstring, \r\n, \\r\\n, all) I bet if you futz around with that a bit, it might

Flash Form Masking and Required Attribute

2007-11-30 Thread Steve Good
I am building a flash form and everything is going fine, but I am running into an annoyance. In my cfinput tags I am setting the mask attribute and the required attribute. This seems to flag the field as incorrectly input and highlights it with a red box and popup. Is there anyway to change

Re: Converting PDF to Flashpaper in cfmx7

2007-11-30 Thread Jerry Johnson
Sadly, I went with an iframe of the pdf, and a link to the pdf in the case where iframes are disabled. cribbed from: http://www.cs.tut.fi/~jkorpela/html/iframe-pdf.html On Nov 30, 2007 1:41 PM, Jerry Johnson [EMAIL PROTECTED] wrote: Looks like Dave Watts definitively answered this back in

Re: XForms

2007-11-30 Thread d l
I figured it out. It's working as I expected in my original post. Some overhead, mainly a browser needs an extension that supports W3C XForms standard. Very useful technology imho. You're going to have to have SOME sort of processing engine to use in saving the content. Javascript can't write

Re: multiserver and Verity collections

2007-11-30 Thread Matthew Williams
You're only licensed for one verity server per machine for the CF version of verity. At least, that's my understanding. Even worse is the fact that the CF version of verity only listens to localhost. You cannot share one verity CF instance amongst a cluster. That requires buying the full

RE: multiserver and Verity collections

2007-11-30 Thread Dave Watts
Hi - I am just getting started with Verity. Is it possible to create a collection and not have it be accessible via cfadmin from other instances? No, I don't think so, unless you run multiple instances of the Verity server as well. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

RE: sql editor

2007-11-30 Thread Mark A Kruger
Ah I see... Well that's a nice tip (still hate it though :) -mark -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 11:21 AM To: CF-Talk Subject: Re: sql editor Ok... How do you get Access to use the join syntax? Where joining

Re: Converting PDF to Flashpaper in cfmx7

2007-11-30 Thread Jerry Johnson
Looks like Dave Watts definitively answer this back in July: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:284679 Shucks. I have a whole pile of pdf files on disk. Is there a way to convert those PDFs on the fly to Flashpaper, and allow me to use the flashpaper embed object

Converting PDF to Flashpaper in cfmx7

2007-11-30 Thread Jerry Johnson
I have a whole pile of pdf files on disk. Is there a way to convert those PDFs on the fly to Flashpaper, and allow me to use the flashpaper embed object on a page? I can easily do it with html content (thanks to Terry Ryan), but would _love_ to handle pdfs this way. Thanks, Jerry

cfgrid

2007-11-30 Thread Chad Gray
On CFGrid and you use select boxes? I cant find a way of doing it. ~| Check out the new features and enhancements in the latest product release - download the What's New PDF now

Re: CF8 Java Problem, Works on CF7

2007-11-30 Thread Matthew Lesko
Sorry, pseudo-code I posted lacks some of the extensions and interface implementations going on in the actual code. Was more as an example, hoping someone else had already run into the same problem. I ended up have the Inner class act as a decorator and implement methods with the same names,

Form Binding Question

2007-11-30 Thread C. Hatton Humphrey
So I'm building a new CFForm and making use of CF8's cfc binding utilities... I'm building a quick-order form with x (variable) rows. I need to have an order subtotal calculated and that's where I've hit my problem... for the individual columns I have something along these lines: cfloop from=1

Re: CF8 Java Problem, Works on CF7

2007-11-30 Thread Matthew Lesko
Sorry, pseudo-code I posted lacks some of the extensions and interface implementations going on in the actual code. Was more as an example, hoping someone else had already run into the same problem. I ended up have the Inner class act as a decorator and implement methods with the same names,

Re: sql editor

2007-11-30 Thread Claude Schneegans
Ok... How do you get Access to use the join syntax? Where joining two columns between two tables, click on the line. I must admit the line is not thick, and sometimes hard to click, but everything is here. -- ___ REUSE CODE! Use custom tags; See

XForms

2007-11-30 Thread d l
This is beyond ColdFusion and I apologize if it's totally OT. Here's the thing. I'd like to caputure simple user data via a web brower without a web server. More detail: a) give a user an xhtml interface file or the like, who opens it with IE6/7 or Firefox(1.5/2.0); b) the user fills the

Re: Resetting Active Directory Password using CFLDAP ?

2007-11-30 Thread Asim .
Is there anything new introduced in CF8 for resetting the AD password? Any new technique is being used since this was used back in feb? I am involve in a project where I need to give access to the users to reset their passwords as well as add/delete the AD group permissions to those AD users.

Re: sql editor

2007-11-30 Thread Ali Majdzadeh
On Friday 30 Nov 2007, Ali Majdzadeh wrote: Hi everybody: I need to make some complex cfqueries and I wonder if there any easy to use software is out there I can use to make the sql statements easier What O/S and what database ? Thanks for all the replies. I use Windows Vista/MS

Re: escaping # signs in image file names

2007-11-30 Thread Crow T. Robot
there's your answer folks. thanks jerry. On Nov 30, 2007 11:55 AM, Jerry Johnson [EMAIL PROTECTED] wrote: Maybe replace the # with %23? On Nov 30, 2007 12:22 PM, Charlie Griefer [EMAIL PROTECTED] wrote: img src=/_images/#replace(filename, '##', '###', 'all')# width=164 height=140

Re: sql editor

2007-11-30 Thread Claude Schneegans
For example, if you use Access to create JOIN query you will not get JOIN syntax. Instead you will get what I usually refer to as the Access join syntax. Although I agree that the Access query builder has its limit, it does support INNER, LEFT anf RIGHT joins. I have written my own advanced

CF7 install on Vista bombs - do a silent install!

2007-11-30 Thread Matt Barfoot
If you trying to install ColdFusion MX7 on Vista and the installer bombs with java.target.Invocation exception then do a silent install and it should go in just fine: http://kb.adobe.com/selfservice/viewContent.do?externalId=87bd20f4sliceId=2 Same for Windows Server 2003 SP1, though the installer

Re: Conceptual Search against Database(s)

2007-11-30 Thread d l
On Thursday 29 Nov 2007, d l wrote: But for one site 'energy' bringing back 'geothermal' may be OK, but on another site 'zen' would be a much better choice. Excellent point! We need to know our audience, which should be a given in your case? or to provide them with options /

RE: sql editor

2007-11-30 Thread Mark A Kruger
Ah... Although this may work as a starting point I would recommend that you learn to write queries by hand. For the most part advanced techniques will not ba accessible to you by way of a wizard. The access query builder, Query Analyzer, Auqua... All of them are capable of giving boiler

Re: sql editor

2007-11-30 Thread Tom Chiverton
On Friday 30 Nov 2007, Ali Majdzadeh wrote: Hi everybody: I need to make some complex cfqueries and I wonder if there any easy to use software is out there I can use to make the sql statements easier What O/S and what database ? -- Tom Chiverton Helping to vitalistically administrate

RE: CF7 install on Vista bombs - do a silent install!

2007-11-30 Thread Robert Harrison
Why don't you just install CF8? It works fine on Vista. Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext. 119 F : 631.434.7022 www.austin-williams.com Great advertising can't be either/or... It must be .

RE: sql editor

2007-11-30 Thread Mark Fuqua
Forgive me in advance for the heresy, but try MS Access's query builder. It is pretty easy to use and gives you three choices for viewing the results...one of them is sql. That view gives you the sql you can cut and paste anywhere. Mark -Original Message- From: Ali Majdzadeh

sql editor

2007-11-30 Thread Ali Majdzadeh
Hi everybody: I need to make some complex cfqueries and I wonder if there any easy to use software is out there I can use to make the sql statements easier than writing down all of them. I don't mind if it is a 3rdparty program or a cfeclipse addon or a dw extension, I just need something to

Re: mxajax filter for product admin...

2007-11-30 Thread Will Tomlinson
You could use the mxAjax mxData tag to retrieve the relevant HTML based on an onKeyup or some similar event. On Nov 29, 2007 7:44 PM, Will Tomlinson [EMAIL PROTECTED] wrote: I got the mxdata workin james. I'll post some code later today to help out the CF7 users out there. Thanks, Will

RE: Urlscan and MX 7?

2007-11-30 Thread Dave Watts
We're doing a little research on whether there are likely to be any conflicts and wanted to get any relevant feedback that might be available from this list. So far we have not seen a lot of info on urlscan and MX7? You may have to edit urlscan.ini, but I'm pretty sure they're otherwise

multiserver and Verity collections

2007-11-30 Thread Maureen Barger
Hi - I am just getting started with Verity. Is it possible to create a collection and not have it be accessible via cfadmin from other instances? ~| Enterprise web applications, build robust, secure scalable apps today - Try it

Re: CF7 install on Vista bombs - do a silent install!

2007-11-30 Thread Tom Chiverton
On Friday 30 Nov 2007, Matt Barfoot wrote: If you trying to install ColdFusion MX7 on Vista and the installer bombs removes security which has put in place to get users to click OK/enter their password without ever reading anything. There are already virii that spoof the UAC prompt, so

Re: Conceptual Search against Database(s)

2007-11-30 Thread Tom Chiverton
On Thursday 29 Nov 2007, d l wrote: But for one site 'energy' bringing back 'geothermal' may be OK, but on another site 'zen' would be a much better choice. Excellent point! We need to know our audience, which should be a given in your case? or to provide them with options / clear

Re: ColdFusion Developers Needed: Albuquerque, NM or Telecommute

2007-11-30 Thread Crow T. Robot
No, I haven't had a bad day. Today was surprisingly good, thanks. It's Friday, we're going to have a snowstorm tomorrow, I have a new snowblower to play with. Anyway, I, as well as one other person, was just noting how bad it comes off to a potential when you a) cannot follow instructions and