Help! CFHTTP/HTTP/Cf 4.5?

2000-05-28 Thread Guy Bibby
Hi everybody, We've got a rather urgent and baffling problem that we were hoping someone might have an answer to. Our application is using CFHTTP to communicate with a Perl script on a Unix box. The calls succeed if we make them from our development machines, but on the live server, the Perl

cfinput Tag problem

2000-05-28 Thread Deva Ramesh
> -Original Message- > From: Deva Ramesh > Sent: Monday, May 29, 2000 12:35 PM > To: '[EMAIL PROTECTED]' > Subject: cfinput Tag problem > > Hai every body > Actually this is custom tag related problem. i am inserting the values > dynamically. but problem is in add fo

cfinput Tag problem

2000-05-28 Thread Deva Ramesh
Hai every body Actually this is custom tag related problem. i am inserting the values dynamically. but problem is in add form when i blank with filling any data in to text boxes then i want show pop up message like " plese enter the values " . and same i don't want execute action of form (---ins

Re: CF-Talk V1 #54

2000-05-28 Thread Ed Warvel
Try #DateFormat(Now(), "dd mmm yy")# The Now() is a call to get the current time from the computers clock. You'll use it a lot. Ed - Original Message - From: "CF-Talk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 28, 2000 5:49 PM Subject: CF-Talk V1 #54 > CF-Talk

Re: ODBC Drivers for Palm DB

2000-05-28 Thread Jaeson Tanner
>Do you know what DB the palm pilot uses? It seems to be proprietary, but I'm not sure. >Can you get Access to it? It's on my PC when i sync. >When you sync it with your PC, you could be able to import the data to >Excel or Access and then read, it the data is in some other format! I'm hop

Re: Mailing list archive

2000-05-28 Thread Splash! Designs Ink.
Thanks, I appreciate the advice! Kristin - Original Message - From: Dave Notik <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 28, 2000 6:19 PM Subject: RE: Mailing list archive > Not at all. Databases are made for just that type of thing. Obviously the > database size w

RE: Mailing list archive

2000-05-28 Thread Dave Notik
Not at all. Databases are made for just that type of thing. Obviously the database size will grow the more data you add to it, but that shouldn't be a problem unless you're alotted a certain amount of space by your host. I would recommend SQL Server as a database solution, though, especially if

Re: Date Created Field

2000-05-28 Thread Timothy C. Hill
Instead of using that just use the command (whichever you need, like createdate, createdatetime, createodbcdatetime whatever) and use the now() command. #createodbcdatetime(now())# Above example would create an ODBC date time to include in the database. You could also make this the default valu

Re: Date Created Field

2000-05-28 Thread Joseph Eugene
Laura, Do you want your field the database to be populated and at the same time show the current date in the Date Created field? If so Use #DateFormat(now(), "DD-MMM-")# This also depends on your database, oracle has strict date vali

Re:

2000-05-28 Thread Joseph Eugene
You could also use To: <[EMAIL PROTECTED]> Sent: Sunday, May 28, 2000 6:36 PM Subject: RE: > Use the mimeattach attribute. > > > -Original Message- > From: nair ajit [mailto:[EMAIL PROTECTED]] > Sent: Sunday, 28 May 2000 8:51 PM > To: [EMAIL PROTECTED] > Subject: > > > how can i send

Re: ODBC Drivers for Palm DB

2000-05-28 Thread Joseph Eugene
Do you know what DB the palm pilot uses? Can you get Access to it? When you sync it with your PC, you could be able to import the data to Excel or Access and then read, it the data is in some other format! - Original Message - From: "Jaeson Tanner" <[EMAIL PROTECTED]> To: <[EMAIL PROTEC

RE: Another Query to Table

2000-05-28 Thread David Gassner
Patric, you'll need to use the index array method of getting to query data. Here's some code which does what you want, assuming a query named "q" and a field called "fieldvalue": #dataindex#-#q.fieldvalue[dataIndex]# David Gassner Vintage Business

Re: Mailing list archive

2000-05-28 Thread Splash! Designs Ink.
This makes perfect sense, thanks Dave. I am using Access 2000, do you think this will cause any problems as the list/post grows? Kristin - Original Message - From: Dave Notik <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 28, 2000 3:19 PM Subject: RE: Mailing list archive

ODBC Drivers for Palm DB

2000-05-28 Thread Jaeson Tanner
Is anyone aware of an ODBC driver that could access a palm DB? ...J:) Ask about our AWARD WINNING WEB DESIGN service. http://www.rogue.org/jaeson/portfolio ~ sapere aude ~ [EMAIL PROTECTED] Web page design & Hosting http://www.kingst

RE:

2000-05-28 Thread Andrew Scott
Use the mimeattach attribute. -Original Message- From: nair ajit [mailto:[EMAIL PROTECTED]] Sent: Sunday, 28 May 2000 8:51 PM To: [EMAIL PROTECTED] Subject: how can i send images using tag. I want to send greeting cards thro' my site. ---

RE: Mailing list archive

2000-05-28 Thread Dave Notik
Technically, you can use CFFILE and write to a file directly. You'd want to write HTML to the specific file and format it as you wish. The negative side of this is that you won't have flexibility later on when working with the data, and you won't be able to perform conditions (or at least not ea

Mailing list archive

2000-05-28 Thread Splash! Designs Ink.
I would like to archive the data input to a form & sent to a mailing list using ? For example, I have a mailing list where the list owner sends out a message to the list via a web-based form. This works great, but, I would also like to capture the data & have it write to an archive page at the sa

Date Created Field

2000-05-28 Thread LH Rothman
I'm a very confused newbie. I want to add a new record and have the date that record is create automatically appear in a "DateCreated" field. I've been looking at the following code and don't know if I'm on the right track. Date Created: #DateFormat(File.TimeCreated,'DD MMM YY')# Any help is v

Changing Datatype in SELECT-clause

2000-05-28 Thread Patric Stumpe
Me again... Is there any chance to convert a Number-Field to a Text-Field in the SELECT-Clause like TO_CHAR when using MS Access as a database? Any answer would help me out! Patric -- Archives: http://www.eGroups.com/l

RE: CFSchedule Problem

2000-05-28 Thread Chris Evans
Jonathan, You can't run a task before you create it. You can either use ACTION="UPDATE" to create the task which will run every 60 minutes, or you can use ACTION="RUN" to run an existing task you already have scheduled. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Me

CFSchedule Problem

2000-05-28 Thread Jonathan R. Karlen
This is a multi-part message in MIME format. --=_NextPart_000_0004_01BFC8BD.679ED5A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by onyx.he.net id MAA04451 Greetings =96 I am using the

Re: Another Query to Table

2000-05-28 Thread Patric Stumpe
Hi Joe, thanks for your reply, but this ain't the way i wanted it to be displayed... the way you described is like 123 456 789 10 11 12 ... but i wanted it like 1 5 9 2 6 10 3 7 11 4 8 12 Hope this is possible...!?! Pa

Re: Another Query to Table

2000-05-28 Thread Joseph Eugene
Patric, I am not sure what you are trying to do? Do you want to put a database query results in the format described below?? If so, here is the code. Select *from your_table. #Your_Column# Hope this helps Joe - Original Message - From: "

Re: Listing Items That Expire Today? Help!

2000-05-28 Thread Jim McAtee
Ahh, in that case: WHERE ( Coupons.ExpiryDate BETWEEN #CreateODBCDateTime(Int(Now()))# AND #CreateODBCDateTime(Int(Now()+1))# ) AND ... Jim -Original Message- From: Jennifer L <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Saturday, May 27

Re: verity search problem

2000-05-28 Thread Eron Cohen
Hi Sima, Great news that you have CFSEARCH almost working. Since you can make the search work by manually putting in some basic search words, you know that your trouble must be in the way you are concatonating your search string. You gave an example search string that is not working: "(cf_custo

Another Query to Table

2000-05-28 Thread Patric Stumpe
Well, another problem. I read the thread about 'Query to Table' but it didn't fit my need for generating a table with three columns in the following format: 1 5 9 2 6 10 3 7 11 4 8 12 Then it should easily be possible to alter the row's bgcolor every second row. Thanks... Patr

Re: verity search problem

2000-05-28 Thread Sima Lee
Hi Eron , Thank you for your hint. When I manually enter a word as the criteria in the search tag it works. So I deleted the whole search form and start a very simple form to make sure the Form.Criteria is submitted properly. And it works perfect. Now, the problem is my search should allow the us

Re: POP

2000-05-28 Thread Jason Clark
Windows NT 4.0 Server ColdFusion Pro 4.5.1 Basically the same errors that others are getting random unknown exception errors etc. We will be contacting allaire shortly. Here is a test for you guys to try send sub or superscript chars in the subject of an email it can randomly cause a tag except

Re: Bug report update 5/25/2000

2000-05-28 Thread David Shadovitz
The key is that you're not setting the EXPIRES attribute, so the cookies are killed when the browser is closed. I use similar code, provided by Alexander Lamon on 3/28/00. It goes into Application.cfm: -David On Fri, 26 May 2000 14:19:11 -0700 [EMAIL PROTECTED] writes: > Is this

Re:

2000-05-28 Thread cftalk
Go and set the mimeattach-attribute in your cfmail-tag to e.g. Then you treat your picture like an attachment. Uwe SD Solutions Uwe Degenhardt Fon: 08122/903791 Fax: 08122/903792 Web: http://www.sdsolutions.de E-Mail: [EMAIL PROTECTED] - Original Message - From: "nair ajit" <[EMAIL PR

Re: Outputting column sum / Formatting CFGRID column

2000-05-28 Thread Sean Renet
I would approach this a bit differently. CFGRID only works on java enabled browsers. It's my personal opinion that the world browses the web with Netscape -10.0 beta, so I never use it. Instead I use dynamic html tables and dynamic javascript for spreadsheet apps. This way you could implicitly f

DB Clientstorage and Hitcount and Performance

2000-05-28 Thread Sean Renet
What are the real performance issues with having global client variables enabled? I just did some testing and it seems HITCOUNT increases with each client variable change on a different page within an app. What's the point of Hitcount if it's updated everytime a client variable is changed? It do

cf-talk@houseoffusion.com

2000-05-28 Thread nair ajit
how can i send images using tag. I want to send greeting cards thro' my site. --- FREE! The World's Best Email Address @email.com Reserve your name now at http://www.email.com --

Outputting column sum / Formatting CFGRID column

2000-05-28 Thread R Navaneethan
Please provide some tips for the following 2 questions: 1. I display my data in a table format. I want to display the sum of few numeric columns. I get the sum of column when I execute my query SELECT FROM ... ORDER BY COMPUTE SUM(col.name) Now how to refer this summary value in my tag?

CF and MM Ultradev

2000-05-28 Thread Tibbs
Any impresions? Is a good tool for CF programmers? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMA