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
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:
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 (
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
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
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
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
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
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
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
> -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
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
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
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
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
15 matches
Mail list logo