Re: Witango-Talk: Another SQL conundrum

2002-05-20 Thread Robert Garcia
>From what I see, you are not trying to update two tables, but combine a search and an update in one action. For simplicity and portability, do it in two: 1. Create a search action to retrieve the from_Date from the course_crosslink table, using the correct course_ID, and assign it to a variable.

Re: Witango-Talk: Another SQL conundrum

2002-05-20 Thread Dan Stein
Here is what I have tried I'm closer but still no cigar. I'm headed for bed maybe something will show up by the morning. Update courses Set courses.from_date=(select distinct course_date from course_crosslink Where courses.course_ID=course_crosslink.course_ID) Server: Msg 512, Level 16,

Re: Witango-Talk: Tcfsearchpath

2002-05-20 Thread Robert Garcia
The TCFSearchPath variable is always relative to the webroot of the taf you are running. Unless there is a way to change that. So there should be no need for <@webroot>. I changed my setting to: TCFSEARCHPATH=<@appfilepath>;<@classfilepath>;/Tango2000/tcf/;/tcfs/;/appfil es/tcfs/; All paths that

Re: Witango-Talk: Another SQL conundrum

2002-05-20 Thread Dan Stein
Yes I made a type but not in the query just in the email. It is in the syntax that I am off or in the concept itself. I would hate to think I have to do this by hand or moving data from an export into some other program and back. I could do this easily in FMP because it would just take the 1st ro

Re: Witango-Talk: Another SQL conundrum

2002-05-20 Thread Bill Downall
On Mon, 20 May 2002 21:36:18 -0400, Dan Stein wrote: >Update courses >Set courses.from_date=course_crosslink.Course_date >Where courses.course_ID=course.crosslink.course_ID Dan, A multi-table update is not in the SQL standard, so each DBMS implementation may have its own way to do a multi-tabl

RE: Witango-Talk: Another SQL conundrum

2002-05-20 Thread Ben Johansen
Hi Dan looks like a typo... you have =course.crosslink.course_ID (with a period) shouldn't it be course_crosslink.course_ID (with the underscore) Ben Johansen - http://www.pcforge.com Authorized WiTango Reseller http://www.pcforge.com/WiTangoGoodies.htm latest beta downloads @ http://www.witang

RE: Witango-Talk: Newbie Question

2002-05-20 Thread Ben Johansen
Hi Steve, Welcome, I could be that the ISAPI extensions are not mapped (IIS Manger, under home directory tab, configuration button) or That the service is not running. depending on your license, if witango senses the same license running on another server on you network it will turn them off a

Re: Witango-Talk: Tcfsearchpath

2002-05-20 Thread Jason Pamental
Hmmm Objects.ini, eh? Examples, tips anyone? I've tried a few settings in the t4server.ini file, but it does seem to add the @webroot no matter what. According to Phil and Andre what i've added (the absolute path) is supposed to work, but so far... Not so much. Thanks Scott! J On 5/20/02 9

Witango-Talk: Another SQL conundrum

2002-05-20 Thread Dan Stein
I am trying to fix a screw up where my app has not been entering data. I can pull all this stuff into excel or FMP and then manipulate it and put it back but I would bet there is a way to do it with SQL. So here goes for all you guru's out there. I have a table called courses And a table called

Re: Witango-Talk: [OT] PONG! LIST Ping

2002-05-20 Thread [Gauthier]
It just come to me at 01h55...   does these problem have any scientific explication?   Thanks - Original Message - From: [Gauthier] To: Multiple recipients of list witango-talk Sent: Monday, May 20, 2002 1:38 PM Subject: Witango-Talk: [OT] LIST Ping Jost wori

Re: Witango-Talk: Finally got pics up

2002-05-20 Thread Scott Cadillac
Yes - that is Andre Morozov (the Chief Architect for the new Witango Server) and he was showing us the new Witango Server Protocol (WISP) component, that will allow developers to build their own web-server plugins or custom applications that can talk directly to the Witango Server Engine. Very co

Re: Witango-Talk: Tcfsearchpath

2002-05-20 Thread Scott Cadillac
Hi Jason, What does your TCFSEARCHPATH= line look like exactly in your t4server.ini file? Although it doesn't appear to actually say it in the documentation, the TCFSEARCHPATH= does seam to prefix all the paths in this setting with the value of <@WEBROOT> of the TAF that is calling the TCF - reg

Re: Witango-Talk: Newbie Question

2002-05-20 Thread steve
Hello I am starting a new server..win nt..very old OS..etc. App Server T2K I try to hit my .taf page my browser tries to download and save the page. When I hit my other servers, I don't have this problem what so ever. Any ideas? Steve

Witango-Talk: Another SQL conundrum

2002-05-20 Thread Dan Stein
I am trying to fix a screw up where my app has not been entering data. I can pull all this stuff into excel or FMP and then manipulate it and put it back but I would bet there is a way to do it with SQL. So here goes for all you guru's out there. I have a table called courses And a table called

RE: Witango-Talk: apache web server configuration for Tango

2002-05-20 Thread Phil Wade
Try copying the 1.3.9 t4apache.dll into the modules directory and add the following to the httpd.conf file. # Tango Apache Plug-in configuration LoadModule t4_module ./modules/t4apache.dll TangoModule t4apache.dll > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECT

Re: Witango-Talk: [OT] LIST Ping

2002-05-20 Thread Chuck Leavens
Title: Re: Witango-Talk: [OT] LIST Ping My post about the pics yesterday was sent 15 hours before I saw it on the list. Jost woried about my last posts (more than 4h after i've send them)   PS: it's 13h37   Gauthier -- Chuck Leavens Director of Engineering and IT Management WDUQ FM  Duques

RE: Witango-Talk: List test ping

2002-05-20 Thread Ben Johansen
I just wanted to let you know that this issue was due to an old ISP I have been using for years, just up and change mail server name on me. Nice huh? This had nothing to do with my email client software, of which I like to stare danger right in the face, I use... Outlook hey! He it's not that

Witango-Talk: Welcome back, Jess

2002-05-20 Thread Jon Pevzner
Hey Bro, Good to see you back.. :o) Sailing rocks, don't it??? Jon TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body

Re: Witango-Talk: Finally got pics up

2002-05-20 Thread [EMAIL PROTECTED]
Good Job !   regards   Daniel - Original Message - From: Chuck Leavens To: Multiple recipients of list witango-talk Sent: Sunday, May 19, 2002 5:43 PM Subject: Witango-Talk: Finally got pics up I finally got around to getting some of my conference pics up. Thu

Re: Witango-Talk: Finally got pics up

2002-05-20 Thread [Gauthier]
Thanks for that The P4240319.jpg develop my envy ;) Gauthier - Original Message - From: "Chuck Leavens" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Sunday, May 19, 2002 5:43 PM Subject: Witango-Talk: Finally got pics up > I finally got

Witango-Talk: apache web server configuration for Tango

2002-05-20 Thread mike . scally
Hi Guys, I am wondering can anyone help me with configuring Apache for Tango. I have never used Apache before and just want to try something with it. I have installed Apache 1.3 and it is running and serving fine. I tried to modify the httpd.conf file for Tango but haven't been successful. I add

RE: Witango-Talk: Email and encryption

2002-05-20 Thread Web Dude
Hey Jess Been a while! >Hey Jess!! > >Welcome back... you gotta tell us of your adventure! > >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of Jess Parker >Sent: Saturday, May 18, 2002 11:56 AM >To: Multiple recipients of list witango-talk >Subject: Re:

Re: Witango-Talk: CRON works on Mac T3.6.3?

2002-05-20 Thread Garth Penglase
Interestingly I have used the same cronjob on Mac7.6.1/T3/Web*1.32 for 2 years without a hitch. Also, that cronjob was setup using the config.taf, typing in the location of the tango file (which if my memory serves me I put a path in that referenced the a crontab file in my client's actual web

Witango-Talk: last question (sorry my previous message was launched to soon ;)

2002-05-20 Thread [Gauthier]
Does this #@!&·£ comment box is planned to be resizable?   Thanks again!   Gauthier

Witango-Talk: tcf instanciation: server/performance incidence?

2002-05-20 Thread [Gauthier]
Hi,   I would like to have some info about how an instanciation of a tcf affect the overall performance of an application: is it better to have only few tcf with many methods that I instanciate at the start of my tafs (due to the object instance scoping limitation) or is it better to have mo

Witango-Talk: Test: Is this list still alive

2002-05-20 Thread Bill Conlon
Haven't received any mail from this list since 5/16. Just checking. Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax:650.329.8335 mobile: 650.906.9929 e-mail: mailto:[EMAIL PROTECTED] web:http://www.tothept.com __

Witango-Talk: Tcfsearchpath

2002-05-20 Thread Jason Pamental
Ok - been trying to sort this one out... I have a directory of classfiles that I would like to make available to multiple sites... t2k/win2k/iis I've created a virtual directory in each site, and have added '/classpaths/' to the 'tcfsearchpath' line in the ini file, but it seems that while the

Re: Witango-Talk: A quick question: A way to detect debug mode?

2002-05-20 Thread Mike Tyranski
You might want to check <@VAR debugmode SCOPE=LOCAL>. I know I have been able to set debugging with this var. Mike "[Gauthier]" wrote: > Hi, Is there a way to detect if a file has the debug mode activated at > runtime? Thanks for the info and sorry if it was already > posted... Gauthier _

Witango-Talk: [OT] LIST Ping

2002-05-20 Thread [Gauthier]
Jost woried about my last posts (more than 4h after i've send them)   PS: it's 13h37   Gauthier

RE: Witango-Talk: Email and encryption

2002-05-20 Thread Jess Parker
Hello everyone! I've been rather cut off from things for the last few months. Haven't heard much about WiTango - or anything else, for that matter. I worked for Pervasive until they ceased operations in Toronto. Alysa, my girlfriend, finished her second degree at that time too, and we both fou

Re: Witango-Talk: List test ping

2002-05-20 Thread Garth Penglase
You know, I have seen quite a number of messages like this on the list over the year or so... People haven't rec'd messages, duplicate messages, blocks of messages after none - all sorts of things have been accused of the list. However I have never stopped receiving the mail at what seems to be

Re: Witango-Talk: Another file upload

2002-05-20 Thread Mike Tyranski
You can extend tango with JavaBeans to manipulate the filesystem. Mike Pedro Pinto wrote: > ok, this is the problem: > > i have a taf that uploads a file, but the destination path is dynamically > determined. > If the destination folder doesn't exist, i get an error. > Is there any way to creat

RE: Witango-Talk: Email and encryption

2002-05-20 Thread Jess Parker
Thank you. Nice to hear from you. --- "P.S. Manohar" <[EMAIL PROTECTED]> wrote: > Hi Jess, > > A Warm welcome from all of us. > > OT Team > > +--EOM--+ > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Thomas Ferguson > Sent: 18 May 2002 1