Re: Witango-Talk: OS Question

2002-09-06 Thread Robert Shubert
I've had no problem with XP Pro, but I still use 2000 primarily. Robert Shubert Gene Wolf wrote: > > I've relocated to Florida and my development machine was a slight > casualty. I need to get a new OS instead of NT 4.0. I'm looking at XP > Professional. Does anyone know if the Witango edit

Witango-Talk: OS Question

2002-09-06 Thread Gene Wolf
I've relocated to Florida and my development machine was a slight casualty. I need to get a new OS instead of NT 4.0. I'm looking at XP Professional. Does anyone know if the Witango editor or App server works under XP? Thanks in advance. As Always, Gene Wolf _

RE: Re: RE: Witango-Talk: cronfile question

2002-09-06 Thread Campbell, Steve V.
Thanks to both of you…I did both and it works! Thanks       Steve Campbell OU Physicians Internet Software Developer/Web Manager University of Oklahoma Health Sciences Center 800 Northeast 15th Street ROB #601 Oklahoma City, Oklahoma 73172 o -405-271-4647 x54163 f -405-271-

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: RE: Witango-Talk: cronfile question

2002-09-06 Thread mikeBravu
I had the same problem; which I solved by restarting the Tango Server (so that it reads the crontab file). I remember there is another method to make it re-read the crontab without restarting the Tango Server, but I cannot recall exactly how.   Mike. - Original Message - From: Campb

RE: RE: Witango-Talk: cronfile question

2002-09-06 Thread Campbell, Steve V.
Thanks Ben   It does match the ini file.but it didn’t trigger today at 12 noon for some reason         Steve Campbell OU Physicians Internet Software Developer/Web Manager University of Oklahoma Health Sciences Center 800 Northeast 15th Street ROB #601 Oklahoma City, Oklahom

RE: Witango-Talk: cronfile question

2002-09-06 Thread Ben Johansen
entry Looks Fine   Just as long as you name it to match the ini file   line from the t4server.ini or witango.ini CRONTABFILE=C:\\Witango\\Server\\crontab.txt   Ben Johansen - http://www.pcforge.comAuthorized WiTango Resellerhttp://www.pcforge.com/WitangoGoodies.htmlatest beta downloads @ ht

RE: Witango-Talk: cronfile question

2002-09-06 Thread Campbell, Steve V.
0 12 * * * http://127.0.0.1/train/admin/classes/mail3.taf?_function=detail     Does the above line look like this file will be executed every day at 12 noon?  Of course there is a return key stroke after the end of the link or line, but I want to make sure this is something that I can us

Re: Witango-Talk: Mac To TangoServerOnPC Upload

2002-09-06 Thread mikeBravu
Many thanks everybody, for your help. The problem - as you all suggested - was in the code that was processing the filename, a client JavaScript function that did not use the correct separator for the path & filename on Mac. Solved now. Thanks again. Mike. - Original Message - From: "P

Witango-Talk: Witango ISAPI filter???

2002-09-06 Thread Simon Boddy
Hi List. This might be a pie in the sky feature request...   Why can't we have a Witango ISAPI filter, like the Witango ISAPI plugin, that lets us do processing on requests before those requests served. This would let us call gatekeeping code from the filter, and remove the reliance on indi

Re: Witango-Talk: quick encoding query (solved)

2002-09-06 Thread Dan Stein
You could I believe also use I try to remember to quote everything that way I don't get in trouble. -- 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 [EMAIL PROTECTED] www.dss-db.com

Re: Witango-Talk: Mac To TangoServerOnPC Upload

2002-09-06 Thread Robert Garcia
There are several ways to glean the filename from the http upload of a file. This seems to work the best: "fileUpload" ,7F7F,<@CGI><@APPFILE>,,">" "POST" ,,">> File to upload: "FILE" ,,">> "HIDDEN" ,,">> "BUTTON" "Upload" FFFE,,fi