RE: Witango-Talk: Listing the contents of a directory on the ser ver

2002-09-17 Thread Jon Grieve
Stefan & everyone else who requested it, Attached is a small TAF that demos the use of the FileSystem COM object on NT/2000. It isn't pretty, but shows the basics of interacting with this object. Enjoy, Jon -Original Message- From: Stefan Gonick [mailto:[EMAIL PROTECTED]] Sent: 16

Re:Witango-Talk: ButlerSQL ODBC driver for Win32?

2002-09-17 Thread Søren Christian Rix
Thanks again -But it still doesn't work. It looks like the setup.ini file has been dynamic generated and is depended on a former installation. Can you send me a more complete installation program or tell me what software package you've got the driver from? I think you should mail me off-list if

Re:Witango-Talk: ButlerSQL ODBC driver for Win32?

2002-09-17 Thread Garth Penglase
I have a file on a Butler CD which is called BTLRDR32.zip which is 732k in size and may be what you are after. I'll email it directly - anyone else who wants it - email me offlist. cheers Garth At 01:29 17/09/02, you wrote: >Thanks again > >-But it still doesn't work. It looks like the setup.i

Witango-Talk: "Slapper" Worm threatens Apache/Linux

2002-09-17 Thread Jon Grieve
All, Thought this may be relevant to the group: "The CERT/CC has received reports of self-propagating malicious code which exploits a vulnerability in OpenSSL. This malicious code has been referred to as Apache/mod_ssl worm, linux.slapper.worm and bugtraq.c worm. Reports received by the CERT/C

Witango-Talk: Help with report?

2002-09-17 Thread Dan Stein
I am trying to output a break even report. It is a list of courses and the count of registrants. Two tables are being searched in one action Basket and courses There is a one to many relationship between courses and basket. I have no trouble pulling back the result set and then filtering it into

RE: Witango-Talk: Help with report?

2002-09-17 Thread Trevor Green
Hi Dan I had a quick look at your code and can't quite make it out but I hope this helps: Assuming you have an array with your many to one table course_fees and your resultset of courses you could do: <@rows> <@ASSIGN local$course_revenue VALUE="<@FILTER ARRAY='local$revenue' EXP='#1=<@COLUMN "

Re:Witango-Talk: ButlerSQL ODBC driver for Win32?

2002-09-17 Thread jnewsom
I'm interested too, Thanks, John > I have a file on a Butler CD which is called BTLRDR32.zip which is 732k in > size and may be what you are after. I'll email it directly - anyone else > who wants it - email me offlist. > cheers > Garth > > At 01:29 17/09/02, you wrote: > >Thanks again > > >

Re: Witango-Talk: Help with report? Solved

2002-09-17 Thread Dan Stein
Trevors idea was a good start along with some phone support from Ben we came up with the following Direct DBMS Select cr_id,(sum(fee)) from basket where paid = 0 group by cr_id Then create array local$revenue from that DBMS Then inside rows loop filter that array for #1=CR_ID and assign that t

Witango-Talk: xml-rpc on Mac

2002-09-17 Thread Kent Swisher
Tango 2000 Application Server (Small Business Edition) 4.05.020 MacOS/9.1.0; PowerPC I have a project to modify some tafs to pull data from an external EDMS system. I have proposed that we can do this with xml-rpc. I have looked at Scott Cadillac's xml-extranet site and downloaded his XML-RPC/

Re: Witango-Talk: xml-rpc on Mac

2002-09-17 Thread Kent Swisher
More info Looking at the debug, I see: [CDATA[String with # & (other characters).

Re: Witango-Talk: xml-rpc on Mac

2002-09-17 Thread Scott Cadillac
Hi Kent, The error is caused because your Mac server is 'encoding' the XML-RPC output with HTML entity characters. Example < should be just < The "Error during expression evaluation" is caused because a piece of code was expecting proper characters and not their HTML equivalents. Unfortunately

Re: Witango-Talk: xml-rpc on Mac

2002-09-17 Thread Scott Cadillac
Hi Kent, If 'encoding' is not the issue, please let me know the precise location in the code (and which file) that the error is being reported from? Or is this from a piece of code that you've added? Cheers... - Original Message - From: "Kent Swisher" <[EMAIL PROTECTED]> To: "Multiple

Re: Witango-Talk: xml-rpc on Mac

2002-09-17 Thread Kent Swisher
Scott I have tried setting the ENCODERESULTS to true, false, 0, 1 in the witango server preferences file and restarted server each time. Get exactly the same results. I could try setting this within the taf somewhere (any ideas where?). Could also install the latest patches (if I can find them

Witango-Talk: email actions

2002-09-17 Thread Alan Wolfe
Hello,   In the application group im working on, when you log in or out or enter an application, it sends an email out logging the entry or exit.  Also at other various times it sends out emails.  Unfortunately i dont have an email server so left the server's email server setting at 127.0.0.

Re: Witango-Talk: email actions

2002-09-17 Thread Chris Smith
I use ArgoMailserver (www.argosoft.com) on my development machine(MSserver 2000 or NT). This is freeware and works great. I just specifiy myisps dsn server and away you go. This will allow you to not only test that the mail is being sent but also allow you to view the email that is sent. I al

Re: Witango-Talk: Listing the contents of a directory on the server

2002-09-17 Thread Chris Smith
This is excellent. Question how best to make this "drillable" I can't seem where to send the object an argument. Do you have any documentaion on this object and it's methods. I checked Micrsoft's site but documentation there is "very" VB specfic and I don't doVB so trying to look at the MS code-by

Re: Witango-Talk: xml-rpc on Mac

2002-09-17 Thread Scott Cadillac
Hi Kent, The debug info in your last post didn't shed as much light as I was hoping. After re-reading your original post more carefully, the only thing I could find was to do with the "expression evaluation" at the beginning of all those HTML characters. The Error shows near the beginning "(LEN(