Witango-Talk: Converting to hexadecimal

2004-04-16 Thread Christian Platt
Hi there, is there a possibility to simply encode a result in hexadecimal? Christian TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: CF/Tango sharing logins?

2004-04-16 Thread Dan Stein
I did this once with ASP and Witango. We logged in under witango then passed the userreference to the ASP and made sure they passed their comparable back to us. So as people moved back and forth that session identifier was always passed. on 4/16/04 18:12, Roland Dumas at [EMAIL PROTECTED] wrote:

Re: Witango-Talk: CF/Tango sharing logins?

2004-04-16 Thread Roland Dumas
looks like session cookies for you or the CF 'official' login creates a session cookie that witango uses to do a passive login, if you need to set a buncha user scope variables On Apr 16, 2004, at 8:46 AM, Noel Estabrook wrote: I have built a couple of web sites in Witango that require logins (

Witango-Talk: CF/Tango sharing logins?

2004-04-16 Thread Noel Estabrook
I have built a couple of web sites in Witango that require logins (they're data admin sites). The same department had a different contractor build another site, that they wish to use as the "centralized" site where everybody goes to to start their sessions, in Cold Fusion. Has anybody ever dealt

RE: Witango-Talk: Needs to reach the auction people

2004-04-16 Thread McElhinny, Greg
The people were:John Hotaling ([EMAIL PROTECTED]) and Dominick Delio ([EMAIL PROTECTED]) The site was: www.AuctionAnything.com -Original Message- From: Dan Stein [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 10:28 AM To: [EMAIL PROTECTED] Subject: Witango-Talk: Needs to

Witango-Talk: Needs to reach the auction people

2004-04-16 Thread Dan Stein
I need to get in touch with the people who presented their auction site at the last conference. I have a client to refer to them. -- Dan Stein Digital Software Solutions 799 Evergreen Circle Telford PA 18969 Land: 215-799-0192 Mobile: 610-256-2843 Fax 413-410-9682 FMP, WiTango, EDI,SQL 2000 [EMA

RE: Witango-Talk: Import CSV

2004-04-16 Thread Wilcox, Jamileh (HSC)
Doh! I'm going to wake up, soon, I swear. Thanks. > -Original Message- > From: John McGowan [mailto:[EMAIL PROTECTED] > Sent: Friday, April 16, 2004 9:12 AM > To: [EMAIL PROTECTED] > Subject: Re: Witango-Talk: Import CSV > > > Robert is talking about the server version... > 5.0.1.065

RE: Witango-Talk: CSV into Array

2004-04-16 Thread Wilcox, Jamileh (HSC)
Pretty nifty! > -Original Message- > From: Wayne Irvine [mailto:[EMAIL PROTECTED] > Sent: Friday, April 16, 2004 12:32 AM > To: [EMAIL PROTECTED] > Subject: Re: Witango-Talk: CSV into Array > > > Sussed it!! > > > <@ELSEIF '<@VAR local$CurrChar>=<@CHAR CODE=44>'> > > > > <@IF '<@V

Re: Witango-Talk: Import CSV

2004-04-16 Thread John McGowan
Robert is talking about the server version... 5.0.1.065 The current production version for osx, windows and linux. Wilcox, Jamileh (HSC) wrote: -Original Message- From: Wayne Irvine [mailto:[EMAIL PROTECTED] Hey, I asked for tab delimited and look what I got. *g* Yeah, I've

RE: Witango-Talk: List of files in a folder

2004-04-16 Thread Wilcox, Jamileh (HSC)
I can send you a copy of a T2000 setup for Windows to do this, if that would help. I can't translate to Mac, though. > -Original Message- > From: Wayne Irvine [mailto:[EMAIL PROTECTED] > Sent: Friday, April 16, 2004 1:24 AM > To: [EMAIL PROTECTED] > Subject: Re: Witango-Talk: List of fil

RE: Witango-Talk: Import CSV

2004-04-16 Thread Wilcox, Jamileh (HSC)
> -Original Message- > From: Wayne Irvine [mailto:[EMAIL PROTECTED] > Hey, I asked for tab delimited and look what I got. *g* Yeah, I've got a few of those, too. > That is a very good point and one I hadn't thought of. It is > the same fields in each record that are quoted. I'll try

RE: Witango-Talk: Select a submit button in a form (OT)

2004-04-16 Thread Wilcox, Jamileh (HSC)
Steve - here's several different javascripts I collected when I was trying to solve the same problem. The bottom one (submit wait) is one I'm using. I can't verify the others - some I got working and some I didn't, but I don't remember which. Enjoy! > -Original Message- > From: Fogels

Re: Witango-Talk: Distinct

2004-04-16 Thread Dale Graham
And you can add the cols reference to do a distinct on just a particular column, e.g., <@distinct array="local$FileListArray" cols="2"> On Apr 16, 2004, at 8:49 AM, Stefan Gonick wrote: Tags that use arrays need an array reference not an array value: <@distinct array=local$FileListArray> Stef

Re: Witango-Talk: Distinct

2004-04-16 Thread Stefan Gonick
Tags that use arrays need an array reference not an array value: <@distinct array=local$FileListArray> Stefan At 04:10 AM 4/16/2004, you wrote: Can someone please explain the syntax of the <@DISTINCT> tag? I have an array assigned as follows: <@ARRAY NAME=FileListArray VALUE=<@VAR local$FileLi

Witango-Talk: Distinct

2004-04-16 Thread Wayne Irvine
Can someone please explain the syntax of the <@DISTINCT> tag? I have an array assigned as follows: <@ARRAY NAME=FileListArray VALUE=<@VAR local$FileList> CDELIM='[COL]' RDELIM='[ROW]' SCOPE=Local> But this array has three of each filename in it. I've tried: <@ASSIGN NAME=DistinctFileListArray