Adding numbers to a select box... urgent

2000-08-11 Thread Marc Lippman
I'm in a bind here, I have to add 4 0's to a select box if the "Sub-account" does not exist, otherwise, just use the sub-account. Here's the code: #trim(Get AcctInfo.Account)##rtrim(""&GetAcctInfo.sub_account, 4)# Right now, it doesn't work. Any guru's out there have an idea? Marc --

RE: Adding numbers to a select box... urgent

2000-08-11 Thread Marc Lippman
Thanks anyway guys, figured it out. -M -Original Message- From: Marc Lippman [mailto:[EMAIL PROTECTED]] Sent: Friday, August 11, 2000 5:20 PM To: [EMAIL PROTECTED] Subject: Adding numbers to a select box... urgent I'm in a bind here, I have to add 4 0's to a select box i

Accessing a SQL Server 7.0 DTS Package Via ColdFusion

2000-06-19 Thread Marc Lippman
Anyone out there know any way to access a SQL Server 7 DTS package via CF? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or

RE: List of tables in Access 97

2000-06-22 Thread Marc Lippman
Test -Original Message- From: Zachary Bedell [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 22, 2000 11:23 AM To: '[EMAIL PROTECTED]' Subject: RE: List of tables in Access 97 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try: SELECT Name FROM MSysObjects WHERE Type = 1 That'll get you

RE: Spaces

2000-07-10 Thread Marc Lippman
-Original Message- From: Melanie Gann [mailto:[EMAIL PROTECTED]] Sent: Friday, July 07, 2000 3:22 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Spaces My case is slightly different but the same problem. The Novell server does not understand space chars and says "The server ca

RE: RE: What are you using instead of IDENTITY?

2000-07-11 Thread Marc Lippman
-Original Message- From: Gary McNeel, Jr. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 11, 2000 3:33 PM To: [EMAIL PROTECTED] Subject: RE: RE: What are you using instead of IDENTITY? Man, am I glad I am not a DBA and let myself get constrained by hypothetical arguments. We have old da

RE: Why Cant i see, linked Tables in the DB tab in studio?

2000-07-18 Thread Marc Lippman
-Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Monday, July 17, 2000 9:14 AM To: '[EMAIL PROTECTED]' Subject: Why Cant i see, linked Tables in the DB tab in studio? OK! I am able to use linked tables in access in CF Studio! Never knew that! Saves me a lot of time &

RE: Javascript / DHTML List

2000-07-31 Thread Marc Lippman
-Original Message- From: Geoffrey V. Brown [mailto:[EMAIL PROTECTED]] Sent: Monday, July 31, 2000 1:24 PM To: [EMAIL PROTECTED] Subject: OT: Javascript / DHTML List Hi, This is off topic... Can anyone recommend a good Javascript / DHTML list for advanced developers? Thanks, Geoff B

RE: Session vars in a clustered environment

2000-05-16 Thread Marc Lippman
-Original Message- From: paul smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 16, 2000 4:50 PM To: [EMAIL PROTECTED] Subject: Re: Session vars in a clustered environment Folks are going to WDDX for clustered servers. I plan to. best, paul At 04:15 PM 5/16/00 -0400, you wrote: >I

CFMAIL Odd Results

2003-10-07 Thread Marc Lippman - Director, Information Technology
I'm trying to send a simple text message and getting very odd results. If I send a 1 line text message, it works fine. If I add a 2nd line of text, I do not receive the email. I have tried using HTML and / or text based, same odd results. I have sent more complex emails before with no proble