Re: Witango-Talk: A puzzler... regarding sorts and mixed capitalizations

2011-09-15 Thread Shannon Henderson
The sort is case sensitive. To do a case insensitive sort, order by upper(column) or lower(column). Shannon Henderson Web Support Services Reed College Portland, Oregon 503/517-7745 shend...@reed.edu On 9/15/2011 5:01 AM, Dale Graham wrote: > Does any one on this l

Re: Witango-Talk: JDBC and case sensitive searching

2011-03-31 Thread Shannon Henderson
Have you tried using the upper or lower() functions in sql? Something like this: select * from some_table where lower(the_field) = '<@lower str="<@arg blah>">' or this: select * from some_table where upper(the_field) = '<@upper str="<@arg blah&

Re: Witango-Talk: Witango and @SORT for arrays

2008-11-03 Thread Shannon Henderson
t archives. -------- Shannon Henderson Web Support Services Reed College Portland, OR 97202-8199 503.517.7745 [EMAIL PROTECTED] On Nov 3, 2008, at 10:44 AM, Beverly Voth wrote

Re: Witango-Talk: Lost Database Connection Problem

2008-10-13 Thread Shannon Henderson
All of the solutions, except for resetting the datasourcelife, require some server side monitoring. I haven't done it, but in theory this should work. If you check for <@error number1=113> and set a value somewhere, you could run a cronjob to check for the value and restart the server if

Re: Witango-Talk: Lost Database Connection Problem

2008-10-13 Thread Shannon Henderson
It's a known issue, and it is not specific to Oracle. We've seen the same error frequently for Filemaker JDBC and Oracle connections for a couple of years now. The best solution anyone has come up with is to trap the error and then issue a restart to the server process. There does not app

Re: Witango-Talk: Killing a database connection

2007-10-05 Thread Shannon Henderson
ell of a heaven." John Milton On Oct 1, 2007, at 6:35 PM, Shannon Henderson wrote: We use JDBC with Filemaker and OCI with Oracle. We're not having trouble with anything but Witango connections now. I'm finding it harder to believe that all of the driver creators got it wrong

Re: Witango-Talk: Killing a database connection

2007-10-01 Thread Shannon Henderson
you use? -- Robert Garcia President - BigHead Technology VP Application Development - eventpix.com 13653 West Park Dr Magalia, Ca 95954 ph: 530.645.4040 x222 fax: 530.645.4040 [EMAIL PROTECTED] - [EMAIL PROTECTED] http://bighead.net/ - http://eventpix.com/ On Oct 1, 2007, at 1:20 PM, Shannon He

Witango-Talk: Killing a database connection

2007-10-01 Thread Shannon Henderson
er sessions are often fine, so I hate to kill off everything if I can tell that there are specific dead sessions. -------- Shannon Henderson Web Support Services Reed College Portland, OR 97202-8199 [

Re: Witango-Talk: Error condition

2007-02-13 Thread Shannon Henderson
<@clearerrors> in the error attribute will do it. On Feb 13, 2007, at 9:07 AM, MC Tay wrote: Hi: Is there a way to continue executing the .taf file when an error occur on an action? Please help. Thanks! MC __ __ TO UN

Re: Witango-Talk: Hiding download link

2006-12-30 Thread Shannon Henderson
Sorry, that should be <@purgeresults> Begin forwarded message: From: Shannon Henderson <[EMAIL PROTECTED]> Date: December 30, 2006 2:21:36 PM PST To: witango-talk@witango.com Subject: Re: Witango-Talk: Hiding download link You can use the httpheader variable to set a new head

Re: Witango-Talk: Hiding download link

2006-12-30 Thread Shannon Henderson
You can use the httpheader variable to set a new header with the file name and file type and then use <@clearresults><@url> to grab the contents of your file and dump them in a results action. On Dec 30, 2006, at 2:01 PM, MC Tay wrote: Hi: Does anyone know how to hide the download link

Re: Witango-Talk: datasourcelife - expiring database connections

2006-11-17 Thread Shannon Henderson
estart the server process during non-peak periods. That doesn't really give you an answer to why it's happening, but it might help you configure a workaround. -------- Shannon Henderson Web Support Services Reed College Por

Re: Witango-Talk: new flurry of crashes

2005-09-02 Thread Shannon Henderson
000 + 0x555d4 15 libSystem.B.dylib 0x90024910 _pthread_body + 0x28 -------- Shannon Henderson Web Support Services Reed College Portland, OR 97202-8199 503.517.7745 [EMAIL PROTECTED]

Re: Witango-Talk: new flurry of crashes

2005-09-02 Thread Shannon Henderson
Hi Roland,We're seeing the same sort of crashing -- anywhere from 2-6 times per day. It definitely seems to be traffic related since we saw more like once a week crashes (still unreliable in my opinion) over the summer when our students and faculty are out of classes. As soon as they arrived back o

Re: Witango-Talk: stopping execution of a taf from within an include file

2005-05-28 Thread Shannon Henderson
to http://www.witango.com/developer/maillist.taf ----- Shannon Henderson Web Support Services Reed College Portland, Oregon 503.517.7745 [EMAIL PROTECTED] TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: stopping execution of a taf from within an include file

2005-05-28 Thread Shannon Henderson
to http://www.witango.com/developer/maillist.taf ----- Shannon Henderson Web Support Services Reed College Portland, Oregon 503.517.7745 [EMAIL PROTECTED] TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: Capturing and parsing of web page

2005-05-05 Thread Shannon Henderson
You can use <@URL maxresultsize="some numeric value"> to allow larger result sets. I believe the numeric value is in bytes. On May 5, 2005, at 12:55 PM, Robert Shubert wrote: I believe @URL is limited by system$itembuffersize. -Original Message- From: Rich [mailto:[EMAIL PROTECTED] Sen

Witango-Talk: LDAP

2005-03-18 Thread Shannon Henderson
Will Witango currently support LDAPv3 SASL/GSSAPI binds? If not, is that a feature in the works? Is anyone besides me, interested in such a thing? Shannon Henderson Web and System Services Reed College Portland, OR 97202-8199

Re: Witango-Talk: <@LDAP> documentation

2005-03-09 Thread Shannon Henderson
ing me any info. Client/Plug-in Error The client encountered problems in communicating with the application server. Please check witangoevents.log for further information. -------- Shannon Henderson Web and System Services Reed Colle

Witango-Talk: <@LDAP> documentation

2005-03-08 Thread Shannon Henderson
appreciated. -------- Shannon Henderson Web and System Services Reed College Portland, OR 97202-8199 503.517.7745 [EMAIL PROTECTED] TO UNSUBSCRIBE: Go to http://www.

Re: Witango-Talk: Filemaker Server 7

2005-02-18 Thread Shannon Henderson
ndow. Also, if you don't use the serverDataSource property, you'll see some pretty strange results. -------- Shannon Henderson Web and System Services Reed College Portland, OR 97202-8199 503.

Re: Witango-Talk: Filemaker Server 7

2005-02-04 Thread Shannon Henderson
NION via JDBC(Filemaker says this is unsupported, but I did not listen. :-)) -------- Shannon Henderson Web and System Services Reed College Portland, OR 97202-8199 503.517.7745 [EMAIL PROTECTED] -

Re: Witango-Talk: Safari upload problem

2004-12-23 Thread Shannon Henderson
I've found that Safari requires the enctype="multipart/form-data" in the form tag, but once that's there it works for Safari 1.0.3 as well as 1.2.4. -------- Shannon Henderson Web and System Services Reed Colleg

Witango-Talk: Kerberos

2003-11-20 Thread Shannon Henderson
Does anyone know if there any options for doing Kerberos authentication with Witango? Shannon Henderson Web and System Services Reed College Portland, OR 97202-8199 503.517.7745 [EMAIL PROTECTED

Re: Witango-Talk: Dev Studio 5.5 on OSX

2003-10-27 Thread Shannon Henderson
;)? If so change the name back to this name. If this is not the case let me know and I'll investigate further. Fergal - Original Message - From: "Shannon Henderson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 25, 2003 5:28 AM Subject:

Re: Witango-Talk: Dev Studio 5.5 on OSX

2003-10-24 Thread Shannon Henderson
Hey Fergal, We've tried Stuffit 7.0.3 and 8.0. The installer app is 1.3.2, and the package contains Archive.bom. My user owns the files and has read/write/execute permissions. It's very strange. I would say it's my computer, but I've seen the same thing on 3 different machines now. Shannon

Re: Witango-Talk: Dev Studio 5.5 on OSX

2003-10-23 Thread Shannon Henderson
Any idea what that error is? We're getting it on 3 different machines, all running 10.2.8. On Thursday, October 23, 2003, at 11:15 AM, Dan Stein wrote: Installed fine for me. on 10/23/03 12:03, Shannon Henderson at [EMAIL PROTECTED] wrote: Has anyone downloaded and installed the 5.

Witango-Talk: Dev Studio 5.5 on OSX

2003-10-23 Thread Shannon Henderson
Has anyone downloaded and installed the 5.5 Dev Studio for OS X from the Witango site? When we run the installer, we get a error message saying, "The Bill of Materials for this package was not found." TO UNSUBSCRIBE: Go to

Fwd: Witango-Talk: Login authentication issues

2003-03-19 Thread Shannon Henderson
You can quote the string you want to use for your search ("[EMAIL PROTECTED]" ). You might still run into the 1st 20 character problem if your logins are long. On Wednesday, March 19, 2003, at 03:53 PM, Dan Stein wrote: There are two problems with Filemaker you could be running into 1. for

Witango-Talk: Trouble with Filemaker

2003-02-05 Thread Shannon Henderson
editor crashes. Any ideas? Shannon Henderson Web and System Services Reed College Portland, OR 97202-8199 503.517.7745

Re: RE: Witango-Talk: cronfile question

2002-09-06 Thread Shannon Henderson
You have to reload the configuration. You can use <@RELOADCONFIG> with the tango admin password to reload the configuration without restarting your server. --- You wrote: I remember there is another method to make it re-read the crontab without restarting the Tango Server, but I cannot recall e

Re: Witango-Talk: quick encoding query

2002-09-05 Thread Shannon Henderson
You need to put quotes around your variable: Otherwise the browser stops reading at the first space. Shannon Henderson Web and System Services Reed College Portland, Oregon --- You wrote: Quick query; I've built a form that stores data in variables (local scope) for verification b

Re: Witango-Talk: Email validation

2002-06-07 Thread Shannon Henderson
gt;; if it's text the email is invalid. As to what I changed in the regular expression to validate an email, I changed the final * to a +. That way, it no longer accepts shannon.henderson@reed as a valid address. I hope that helps. Shannon Henderson Web and System Services Reed College Port

Re: Witango-Talk: Email validation

2002-06-04 Thread Shannon Henderson
If you want to use a regular expression to validate it with your taf file, you can use: <@REGEX EXPR="^[_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*$" STR="<@ARG email>" TYPE="E"> The only advantage this offers is the ability to blo

Witango-Talk: Error Trapping

2002-05-14 Thread Shannon Henderson
of my web page. Is there a way around this that doesn't involve moving the results/no results attributes? Shannon Henderson Web and System Services Reed College Portland, OR TO UNSUBSCRIBE: send a plain text/US ASC

Re: Witango-Talk: embarrassingly simple question re checkboxes in forms

2002-05-09 Thread Shannon Henderson
X="" ASUFFIX="" RPREFIX="" RSUFFIX="" CPREFIX="" CSUFFIX="<@CHAR 13>"> This will format your array to fill similar checkboxes in Filemaker. Shannon Henderson Web and System Services Reed College Portland, OR --- You wrote: Okay - for

Re: Witango-Talk: Trouble checking dates

2002-05-03 Thread Shannon Henderson
It doesn't work becasue case:word looks for whitespace characters and "-" isn't a whitespace character, so I get "01-jul-02" which still isn't valid. I may end up just parsing the string to apply the case to just the month. --sh --- You wrote: Try this: <@ASSIGN NAME="date" value="<@FORMAT

RE: Witango-Talk: Trouble checking dates

2002-05-03 Thread Shannon Henderson
ot; FORMAT="datetime:%m" INFORMAT=""> or you can strip the angle brackets using the @OMIT meta tag. Ben Johansen - http://www.pcforge.com Authorized WiTango Reseller http://www.pcforge.com/WiTangoGoodies.htm Latest downloads & List Archives @ http://www.witango.ws -

Witango-Talk: Trouble checking dates

2002-05-03 Thread Shannon Henderson
t; INFORMAT="datetime:%d-%b-%y"> I get '01-JUL-02' and an error telling me the string format is bad. Any ideas to get around this problem? Shannon Henderson Web and System Services Reed College Portland, OR ___