RE: Witango-Talk: email fails

2007-09-11 Thread Willochell, Mike
Norm, The fact that the SMTP server is requesting a STARTTLS session means that the SMTP server is requiring a secure session, and to the best of my knowledge, it isn't supported in Tango. If you have the ability to configure your SMTP server, you can easily create an exception for the IP

RE: Witango-Talk: Page Breaks

2007-09-07 Thread Willochell, Mike
Dan, Here is how I do it: head style .break { PAGE-BREAK-AFTER: always } /style /head Then, wrap each group you want on a separate page in: div class=break your content /div Mike From: Dan Stein [mailto:[EMAIL PROTECTED] Sent: Fri 9/7/2007

RE: Witango-Talk: Re: Using Mapped Drive for Local File processes.

2007-03-24 Thread Willochell, Mike
Brian, In Windows 2003, one user session cannot see another's, including mapped drives. Most likely the Witango service is operating as a Local System profile, unless you've specified a particular user account. So even though you are mapping the drives, you are doing that as a user such as

Witango-Talk: Crontab Entries

2006-12-02 Thread Willochell, Mike
Hello Again, I have a question regarding crontab entries. How do you include spaces in the URL properly? I've tried the following with no success: http://my.domain.com/my folder/my.taf http://my.domain.com/my folder/my.taf http://my.domain.com/my folder/my.taf http://my.domain.com/my

Witango-Talk: GMT to Local Time

2006-11-28 Thread Willochell, Mike
Hello, I'm either having a Duh moment, or it isn't as simple as I'm expecting, but is there a meta tag or function in Tango that takes a date-time stamp in GMT format and gives you the local equivalent, taking into consideration daylight savings time? I see the @TOGMT tag, but this seems to do

RE: Witango-Talk: GMT to Local Time

2006-11-28 Thread Willochell, Mike
time perhaps you can just get the timestamp from that? Thanks! Kaustav On 11/28/06 10:13 AM, Willochell, Mike [EMAIL PROTECTED] wrote: Hello, I'm either having a Duh moment, or it isn't as simple as I'm expecting, but is there a meta tag or function in Tango that takes a date-time stamp

RE: Witango-Talk: HTTPS forcing

2006-08-21 Thread Willochell, Mike
Dan, Could you use a variation of @IFEQUAL VALUE1=@CGIPARAM server_port VALUE2=80 to redirect only your Tango apps? Mike -Original Message- From: Dan Stein [mailto:[EMAIL PROTECTED] Sent: Monday, August 21, 2006 2:09 PM To: witango-talk@witango.com Subject: Witango-Talk: HTTPS forcing

RE: Witango-Talk: Case Sensitivity

2006-06-06 Thread Willochell, Mike
Ben On Jun 5, 2006, at 6:46 AM, Willochell, Mike wrote: Hello, Would anyone know of a simple way in Tango to make a case sensitive comparison of alpha-numeric strings? What I really need to do is check passwords that get submitted though forms against values stored

Witango-Talk: Case Sensitivity

2006-06-05 Thread Willochell, Mike
Hello, Would anyone know of a simple way in Tango to make a case sensitive comparison of alpha-numeric strings? What I really need to do is check passwords that get submitted though forms against values stored in a database table using a Search or Direct DBMS action. I know I can

RE: Witango-Talk: Case Sensitivity

2006-06-05 Thread Willochell, Mike
ways too. Dave -Original Message- From: Willochell, Mike [mailto:[EMAIL PROTECTED]] Sent: Monday, June 05, 2006 9:46 AM To: witango-talk@witango.com Subject: Witango-Talk: Case Sensitivity Hello, Would anyone know of a simple way in Tango to make a case sensitive comparison

RE: Witango-Talk: Case Sensitivity

2006-06-05 Thread Willochell, Mike
PROTECTED] http://bighead.net/ - http://eventpix.com/ On Jun 5, 2006, at 7:24 AM, Willochell, Mike wrote: Dave, Thanks for the suggestion. I was actually looking at hash encryption, but my concern was how unique it would really be. In other words, is there even the remotest

RE: Witango-Talk: Disabling form fields

2005-07-12 Thread Willochell, Mike
Chuck, Try READONLY=TRUE. Mike From: Chuck Lockwood [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 12, 2005 7:58 PM To: WiTango-Talk Subject: Witango-Talk: Disabling form fields What is the easiest, safest, most reliable way to disable editing of

RE: Witango-Talk: Replace http:// with URL

2004-08-27 Thread Willochell, Mike
-Original Message- From: Diodeus [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 11:38 AM To: [EMAIL PROTECTED] Subject: Witango-Talk: Replace http:// with URL Does anyone have an easy way to replace a URL in a block of text with an actual URL tag? ie: http://www.blank.com;

RE: Witango-Talk: Searching (OT)

2004-07-21 Thread Willochell, Mike
I have used events for the drop-down list that call a functions which updates the input fields with document.all.fieldname.innerText = value. Here are some of my snippets: -- The SELECT Definition SELECT NAME=Course SIZE=1 onclick=Redbook(document.Req.Course.value)

RE: Witango-Talk: Searching (OT)

2004-07-21 Thread Willochell, Mike
Like? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 8:29 AM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: Searching (OT) Sorry, I was hoping for something in pure javascript.

RE: Witango-Talk: Searching (OT)

2004-07-21 Thread Willochell, Mike
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 12:07 PM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: Searching (OT) I have been putzing with this and got it to work, cross platform. Not done yet, but it works so far. Any

RE: Witango-Talk: [OT] IQ test

2004-07-13 Thread Willochell, Mike
Ben, I took this a few months ago and got a 135. It is scary how accurate it describes your psyche. Mike -Original Message-From: Ben Johansen [mailto:[EMAIL PROTECTED]Sent: Tuesday, July 13, 2004 1:58 PMTo: 'WiTango List'Subject: Witango-Talk: [OT] IQ test Hi All,

Re: Witango-Talk: [OT] IQ test

2004-07-13 Thread Willochell, Mike
from a few questions how they can peg you. Ben Johansen - http://www.pcforge.com Authorized Witango MDaemon Reseller Available for Witango Developement -Original Message- From: Willochell, Mike [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 11:03 AM To: [EMAIL PROTECTED

RE: Witango-Talk: Unhandled exception BS!

2004-06-02 Thread Willochell, Mike
Dear Peter, I have found that the editor bombs when using [CTRL]+C and [CTRL]+V (cut and paste) often, especially if I do a [CTRL]+Z to undo some actions first. I have learned to save my work often, but the problem does get to be annoying after a while of programming. Mike -Original

RE: Witango-Talk: Interesting Request

2004-04-22 Thread Willochell, Mike
Ben, This feature is built into Windows XP, and you can siomply copy the shutdown.exe into the System directory on Windows 2000 servers: Usage: shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername file://\\computername ] [-t xx] [-c comment] [-d up:xx:yy] No args

RE: Witango-Talk: server quit - restart

2004-03-26 Thread Willochell, Mike
Mike D, Send me a request privately, and I will provide you with a batch setup that I made which keeps our servers alive. Mike -Original Message-From: Michael Dittbrenner [mailto:[EMAIL PROTECTED]Sent: Friday, March 26, 2004 8:49 AMTo: [EMAIL PROTECTED]Subject:

RE: Witango-Talk: server quit - restart

2004-03-26 Thread Willochell, Mike
: server quit - restartHe is on Mac OSX so he needs a cron that will work with OSX terminal.on 3/26/04 9:08, Willochell, Mike at [EMAIL PROTECTED] wrote: Mike D,Send me a request privately, and I will provide you with a batch setup that I made which keeps our servers alive.Mike

RE: Witango-Talk: Searching files

2004-03-08 Thread Willochell, Mike
Rick, If you have Tango running on a Windows NT/2000 box, I would do the following: Use an External Command Action in Tango to execute the following string as a command line: {FIND /I /C "search text" *.html logfile.txt} Use a File Action in Tango to read the "logfile.txt"

Witango-Talk: Disconnecting Data Sources

2004-03-08 Thread Willochell, Mike
Does anyone know of a way in Tango to force the server to release all connections that it has to datasources without restarting the service? Thanks. Mike TO UNSUBSCRIBE: Go to

RE: Witango-Talk: Disconnecting Data Sources

2004-03-08 Thread Willochell, Mike
Thanks for the suggestions. I don't think that they will do what we need because I have narrowed our problems down to a very weird event. Here's what happens. We are using Tango in conjunction with R:BASE databases with the Oterro ODBC driver. Oterro has known issues regarding its

RE: Witango-Talk: Disconnecting Data Sources

2004-03-08 Thread Willochell, Mike
] Subject: Re: Witango-Talk: Disconnecting Data Sources Have you tried the oterro 3 beta? not sure if it addresses this issue or not though... - Original Message - From: Willochell, Mike [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 08, 2004 11:09 AM Subject: RE: Witango

RE: Witango-Talk: Meta Redirect

2004-02-27 Thread Willochell, Mike
Webdude, Here is what I often use: meta http-equiv=refresh content=0;URL=download\@SEARCHARG file This works great as a redirector. The number is the number of seconds to wait before refreshing. Zero instantly redirects. Mike -Original Message- From: [EMAIL