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 of

RE: Witango-Talk: Page Breaks

2007-09-07 Thread Willochell, Mike
Dan, Here is how I do it: .break { PAGE-BREAK-AFTER: always } Then, wrap each group you want on a separate page in: your content Mike From: Dan Stein [mailto:[EMAIL PROTECTED] Sent: Fri 9/7/2007 7:29 PM To: witango-talk@witango.com Subj

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 the

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

RE: Witango-Talk: GMT to Local Time

2006-11-28 Thread Willochell, Mike
l. If your server is running the current 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

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: 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

RE: Witango-Talk: Case Sensitivity

2006-06-06 Thread Willochell, Mike
'local');   Pass1 = @@Local$pass1 Pass2 = @@Local$pass2 answer @@local$X   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

RE: Witango-Talk: Case Sensitivity

2006-06-05 Thread Willochell, Mike
45.4040 [EMAIL PROTECTED] - [EMAIL 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.

RE: Witango-Talk: Case Sensitivity

2006-06-05 Thread Willochell, Mike
be other 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

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 e

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 se

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
-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 sugge

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
I have used events for the drop-down list that call a functions which updates the fields with document.all.fieldname.innerText = value. Here are some of my snippets: -- The Definition <@ASSIGN NAME="r_temp1" VALUE="@@domain$vCourses" SCOPE="REQUEST"> <@ROWS ARRAY="vDepartments

Re: Witango-Talk: [OT] IQ test

2004-07-13 Thread Willochell, Mike
s amazing to see 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:

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: 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 Messa

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 ] [-t xx] [-c "comment"] [-d up:xx:yy] No args Display this messag

RE: Witango-Talk: server quit - restart

2004-03-26 Thread Willochell, Mike
-Talk: 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: 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: Witango-Ta

RE: Witango-Talk: unrecoverable OS exception

2004-03-12 Thread Willochell, Mike
Steve, Having worked on the Oterro development directly, I can tell you exactly what the problem is. The only thing that I can not do is provide a solution because until RBTI addresses this issue, any Oterro user is at the mercy of the random crashes. The problem is with the threading model i

RE: Witango-Talk: Witango Maintenance Restart in the middle of the night

2004-03-11 Thread Willochell, Mike
Steve, As part of the persistent restart program I created, I use a free product called PSKILL which I call in the event that the NET STOP command does not complete successfully. PSKILL is the equivalent of ending the task through the Task Manager. You can find it at: http://www.sysinternals.co

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, 200

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 multi-threadin

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 http://www.witango.com/developer/mailli

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" con

RE: Witango-Talk: Meta Redirect

2004-02-27 Thread Willochell, Mike
Webdude, Here is what I often use: 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 PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Fri 2/27/2004 4:06