data maintenance

2012-09-06 Thread Perez, Percy
Hello everyone, I'm looking around for a tool that could generate a generic table maintenance utility like the old commerceblocks application. Preferably, something web based. I have seen seems some possible solutions but are either somewhat old or not under maintenance. Any suggestions

RE: Modern (and free) html/cf editor that is similar to Homesite?

2012-08-13 Thread Perez, Percy
It would not install successfully using the plugin manager. I installed manually. -Original Message- From: Tim L (g-mail) [mailto:homet...@gmail.com] Sent: Monday, August 13, 2012 1:49 PM To: cf-talk Subject: Re: Modern (and free) html/cf editor that is similar to Homesite? Anybody

RE: Modern (and free) html/cf editor that is similar to Homesite?

2012-08-13 Thread Perez, Percy
editor that is similar to Homesite? what website did you go to for downloading... this site: http://www.nppcf.com comes up page not found On Mon, Aug 13, 2012 at 1:51 PM, Perez, Percy per...@versa-valves.commailto:per...@versa-valves.comwrote: It would not install successfully using

auto-suggest feature

2009-04-28 Thread Perez, Percy
Hi, I have a question about implementing an auto-suggest feature on a form. I did a quick search and found that Spry could be used to accomplish the effect. I continued to search for tutorials on auto-suggest examples, but most of the ones I found referred for CF 8. I am currently running CF

CFQuery and SQLBase - alternative to using asterisk

2005-07-20 Thread Perez, Percy
Hello, I am having problems doing a simple SQL select. When I enter: SELECT * from TABLE1, I get an error message that the asterisk is an invalid character. However, if I used dreamweaver to view data, I get all the columns and records. If I do a select listing some of the fields it works.

RE: CFQuery and SQLBase - alternative to using asterisk

2005-07-20 Thread Perez, Percy
database are you using (Access, SQL, Oracle, etc.). Also, can you SELECT PHONE# FROM TABLE1 ??? If so, then that's not your issue. If you can't SELECT PHONE#, try this: SELECT PHONE## FROM TABLE1 See if that works. Dave -Original Message- From: Perez, Percy [mailto:[EMAIL PROTECTED] Sent

Coldfusion and ActivePDF toolkit

2005-04-15 Thread Perez, Percy
Hi, I have currently the following setup: MS Windows STD 2003, CF 7, ActivePDF toolkit 3.5.2. I am currently adding 2 lines of text to some existing PDF files, the documents are all 11x8.5 in size. The 2 text lines are added at the bottom left corner of the document. However recently I have

Odd behavior of Dreamweaver

2005-02-09 Thread Perez, Percy
Hello, I am having some problems with dreamweaver MX 2004. Some of the problems I am experiencing are: Datasources are not being listed ( I get an error about error in Datasources.htm ) When I do copy and paste between a window application and dreamweaver ( DWShortcuts_HTML_Source_Paste

RE: Odd behavior of Dreamweaver

2005-02-09 Thread Perez, Percy
#include stdjoke.h -Original Message- From: Perez, Percy [mailto:[EMAIL PROTECTED] Hello, I am having some problems with dreamweaver MX 2004. Some of the problems I am experiencing are: Datasources are not being listed ( I get an error about error in Datasources.htm ) When I do

RE: Odd behavior of Dreamweaver

2005-02-09 Thread Perez, Percy
I have not installed any extensions recently, or for that matter any extensions at all. It is a plain installation. -Original Message- From: Massimo Foti [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 9:42 AM To: CF-Talk Subject: Re: Odd behavior of Dreamweaver I am

RE: Odd behavior of Dreamweaver

2005-02-09 Thread Perez, Percy
I tried reinstalling the update but it won't do it. I usually hate to do the lame solution: uninstall/reinstall, but it may be need this time. I just wanted to know... Why why... :) -Original Message- From: Massimo Foti [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 9:47

Conditional CFQUERY with cachedwithin

2004-07-07 Thread Perez, Percy
Hello, I am writing an application that needs to cache aquery for x amount of time.However, I would like it to refresh the query when the variable url.reinit is set to 1. What is the best way to do that? I really hate to use the following method: cfparam name=url.reinit default=0 cfif reinit

RE: Conditional CFQUERY with cachedwithin

2004-07-07 Thread Perez, Percy
PK1.MOC MOC, WHERE MOC.MOC_OHNUMBER = '12345' AND ((MOC.MOC_OHTYPE='J') /cfquery Cheers, barneyb -Original Message- From: Perez, Percy [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 10:36 AM To: CF-Talk Subject: Conditional CFQUERY with cachedwithin Hello, I am writing

RE: Blackstone @ CF-FUN '04

2004-06-29 Thread Perez, Percy
for me the problem with Flash is the lack of connectivity to a database. Yes, I know you can connect viaa webservice; however it would be nice if it could interface with an offline database.I have been tempted several times to learn flash, but everytime I think about the lack of database support,

RE: Blackstone @ CF-FUN '04

2004-06-29 Thread Perez, Percy
Dave, In your opinion, what would you advise for someone who needs to develop desktop applications? Considering that I develop primarily in ColdFusion, but need to redeploy the same applications for offline use. I originally considered Coldfusion as a viable solution because I did not want

RE: Blackstone @ CF-FUN '04

2004-06-29 Thread Perez, Percy
-- -Original Message- From: Perez, Percy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 8:54 AM To: CF-Talk Subject: RE: Blackstone @ CF-FUN '04 for me the problem with Flash is the lack of connectivity to a database. Yes, I know you can connect viaa

RE: Create Links Symlinks with CFMX/Java

2004-06-29 Thread Perez, Percy
I remember CYGWIN from redhat included ln.You can use it to create links.I think it worked for files as well as directories. Percy _ From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 3:56 PM To: CF-Talk Subject: Re: Create Links Symlinks with CFMX/Java I am not sure

webservice and SOAP

2004-06-01 Thread Perez, Percy
Hello, I am trying to access a webservice that provides 8 operations: One of these operations is named isfindHoststatus, which expects a string. The URL describing the service is: http://www.i-xs.de/nagiosws/nagiosws.wsdl I used Xmethods WSDL Analyzer to gather information needed. My

RE: CF (BD) on CD with DB Success!

2004-05-27 Thread Perez, Percy
We have very old fashioned distributors that limit their employee access to the Internet... ( yes, they are out there). some of them only have dial-up.we have a pricing application that is only being accessed by 65% of our distributors ( those with internet access). A CD will definitely fill the

RE: Resend of: Adding an element

2004-03-26 Thread Perez, Percy
On Thursday 25 Mar 2004 12:47 pm, Perez, Percy wrote: Hello everyone, I am finally trying XML and coldfusion.I' am able to parse an xml file and display it; however I am running into problems when I attempt to add an element. Nice non-sequitner :-) Have you read the section of manipulating XML

Resend of: Adding an element

2004-03-25 Thread Perez, Percy
Hello everyone, I am finally trying XML and coldfusion.I' am able to parse an xml file and display it; however I am running into problems when I attempt to add an element. The XML file looks like this: department name=Shipping Department section name=Links item textUPS website/text

Adding an element

2004-03-24 Thread Perez, Percy
Hi, I posted this message Originally under the XML Mailing List, but I noticed no activity.So I am sorry if you do get duplicates. Original Post: [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

inserting a record in Linux/MySQL

2002-11-12 Thread Perez, Percy
Hello everyone, I am trying to issue a simple insert statement and it is giving me an error. The SQL statement is: cfquery name=q_savebk datasource=home insert into web.bookmark(ulocation, desc) values ('#URLEncodedFormat(form.f_ulocation)#','#form.f_desc#') /cfquery Value of form.f_ulocation

RE: inserting a record in Linux/MySQL

2002-11-12 Thread Perez, Percy
, DESC is a reserve word. Rename your column or use a quoted identifyer ([desc]) -mk -Original Message- From: Perez, Percy [mailto:PercyP;versa-valves.com] Sent: Tuesday, November 12, 2002 8:26 AM To: CF-Talk Subject: inserting a record in Linux/MySQL Hello everyone, I am trying

Multiple CFApplication under 1 application.cfm

2002-05-29 Thread Perez, Percy
Hello, Is the following possible under CF 4.5? I would like to setup a timeout of 8 hours for my internal network machines and 1 hour for people for external users? Even though, I get no errors, it seems to time out very quickly ( 15 minutes...) Thanks for the help. Percy cfif

end of month function

2002-04-23 Thread Perez, Percy
Hello all, Is there a End of month function in ColdFusion... I am trying to get the end of month for a date. excel has one, but I could not find one under the help files. eg: eomonth(1-15-2002) would return 1-31-2002 and of course, before I build one, I figure I ask first. Thanks Percy E

Interacting with Telnet Sessions

2002-01-14 Thread Perez, Percy
Hello, Does anyone have any suggestions on interaction between coldfusion and a telnet session. I need to connect to a UNIX machine, log on and send a couple of commands. I am looking at the Addons from Intrafoundation. TCPClient and CFX_TCPClient. Any gotchas with this? any help would be