Re: Witango-Talk: HTML emails

2004-09-29 Thread Roland Dumas
- Roland Dumas Roberts Information Services 310 W. Bellevue Avenue San Mateo CA 94402 650-347-1373 415-412-9300 (cell) [EMAIL PROTECTED] SMS: http://new.servqual.com/html/sms.tml TO UNSUBSCRIBE: Go

Witango-Talk: Random mysql errors on new record

2004-09-28 Thread Roland Dumas
In a simple new record action, randomly there are errors that look like this in the log: 27/09/200421:23:1724.126.47.242[EMAIL PROTECTED] 84402561114[Error] 1064 [MySQL][ODBC 3.51 Driver][mysqld-4.0.13]You have an error in your SQL syntax. Check the manual that

Re: Witango-Talk: Random mysql errors on new record

2004-09-28 Thread Roland Dumas
On 9/28/04 12:55 PM, Scott Cadillac [EMAIL PROTECTED] wrote: Hi Roland, I'm not a MySQL user, but I can see the date value isn't a valid date: { d '2000-00-00' } I can easily imagine that that would throw an error. One of fifty times?

Re: Witango-Talk: Random mysql errors on new record

2004-09-28 Thread Roland Dumas
is showing as values in your database tables, for the successful inserts? -Original Message- From: Roland Dumas [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Tue, 28 Sep 2004 13:01:50 -0700 Subject: Re: Witango-Talk: Random mysql errors on new record On 9/28

Witango-Talk: Timeout

2004-09-27 Thread Roland Dumas
What determines how long a taf can take to run, witango or the web server? If I have an app running as a cron, what's the max time it can take that app to run before it times out? - Roland Dumas Roberts Information Services 310 W. Bellevue Avenue San Mateo

Re: Witango-Talk: Timeout

2004-09-27 Thread Roland Dumas
. But a client issuing a request (eg., a web browser) may timeout before taf execution is complete. And does execution halt, or does it complete and just not deliver results? On Monday, September 27, 2004, at 01:52 PM, Roland Dumas wrote: What determines how long a taf can take to run

Re: Witango-Talk: HTML emails

2004-09-27 Thread Roland Dumas
- Roland Dumas Roberts Information Services 310 W. Bellevue Avenue San Mateo CA 94402 650-347-1373 415-412-9300 (cell) [EMAIL PROTECTED] SMS: http://new.servqual.com/html/sms.tml TO UNSUBSCRIBE: Go to http

Witango-Talk: Builder html boo boo

2004-09-25 Thread Roland Dumas
In Dev Studio 5.5 (Mac), there is often some funky html generated. Stuff like: table tr td /td td /td /td /table Where it closes a table row with a /td When I copy/paste that into Dreamweaver to tweak, DW displays it all cockeyed and won't - for some reason - let you fix it.

Re: Witango-Talk: Builder html boo boo

2004-09-25 Thread Roland Dumas
me know if you meant something else. Jonah On Sat, 25 Sep 2004 09:32:51 -0700, Roland Dumas [EMAIL PROTECTED] wrote: In Dev Studio 5.5 (Mac), there is often some funky html generated. Stuff like: table tr td /td td /td /td /table Where it closes a table row

Re: Witango-Talk: Security question

2004-09-22 Thread Roland Dumas
Johansen -Original Message- From: Roland Dumas [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 8:15 PM To: [EMAIL PROTECTED] Subject: Witango-Talk: Security question Have a client who is asking questions about security. Specifically, if there is a field that is entered

Re: Witango-Talk: Security question

2004-09-22 Thread Roland Dumas
I flunked proofreading This option: On 9/22/04 8:52 AM, Roland Dumas [EMAIL PROTECTED] wrote: B.) Holy s**t!: You're an idiot of you doing have a layer in front of a submit that searches and kills anything that looks like this. Should read: B.) Holy s**t!: You're an idiot if you don't

Re: Witango-Talk: Security question

2004-09-22 Thread Roland Dumas
: Roland Dumas [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] To: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 5:52 PM Subject: Re: Witango-Talk: Security question I want the SHORT answer, something like: A.) If you use witango, a browser-sumitted piece of coding

Re: Witango-Talk: startupurl problem

2004-09-22 Thread Roland Dumas
Most odd. I have a startup.taf that initializes domain variable and it's pretty reliable. Never told to come back later. On 9/22/04 3:03 PM, Bill Conlon [EMAIL PROTECTED] wrote: I want to initialize domain variables at server startup, but my startup.taf fails with the following: 22/09/2004

Witango-Talk: Security question

2004-09-21 Thread Roland Dumas
Have a client who is asking questions about security. Specifically, if there is a field that is entered via web form and then placed in a database, is there the possibility that evil scripts can be submitted that will do evil things either to the database or to a user reading the content of that

Re: Witango-Talk: Max number of includes???

2004-09-19 Thread Roland Dumas
on?? On 9/19/04 3:08 PM, Roland Dumas [EMAIL PROTECTED] wrote: Since turning on caching, I frequently get the error: Main Error Number: -508 The number of include files so far within the action exceeds the limit 10. Check for an endless loop, or decrease the number of include files

Re: Witango-Talk: Max number of includes???

2004-09-19 Thread Roland Dumas
.. On 9/19/04 3:42 PM, Roland Dumas [EMAIL PROTECTED] wrote: Holy cow! I turned caching off (and cache includes) Restart witango I still get these errors and they are cleared by purging cache Getting errors in tafs that have but one include and don't loop. If I hit a taf that has 1 include 3

Re: Witango-Talk: Max number of includes???

2004-09-19 Thread Roland Dumas
and performance of the server (and OS) as well as being flexible to the programmer. Phil On 20/09/2004, at 12:58 PM, Roland Dumas wrote: If I have 2 includes, but they are in a loop that runs 20-100 times, does that put me over a max? (each loop creates an email) If I have a cached

Re: Witango-Talk: Encoding methods in Witango 5.5 (was Max number of includes???)

2004-09-19 Thread Roland Dumas
If I have an include with variables in it. If the value of that variable changes with each loop, and I call the include in that loop, then the content of the include will correspondingly change. So I can do a mail-merge kind of thing. If my loop is a mail merge and has lots of iterations, I

Witango-Talk: Crontab not found

2004-09-18 Thread Roland Dumas
/crontab not found or empty What am I missing? - Roland Dumas Roberts Information Services 310 W. Bellevue Avenue San Mateo CA 94402 650-347-1373 415-412-9300 (cell) [EMAIL PROTECTED] SMS: http://new.servqual.com/html/sms.tml

Re: Witango-Talk: Crontab not found

2004-09-18 Thread Roland Dumas
, September 18, 2004, at 03:39 PM, Roland Dumas wrote: Yes, IN the crontab is a full URL, but witango server can't seem to find the crontab file when it launches On 9/18/04 3:32 PM, William M.Conlon [EMAIL PROTECTED] wrote: Crontab executes http requests. You need a full url

Re: Witango-Talk: Crontab not found

2004-09-18 Thread Roland Dumas
? Does witangod have access? On Saturday, September 18, 2004, at 04:26 PM, Roland Dumas wrote: I tried crontab.txt and got the error, so tried just plain crontab and it's still MIA On 9/18/04 3:51 PM, William M.Conlon [EMAIL PROTECTED] wrote: ahh. so 'crontab' is the name

Re: Witango-Talk: Crontab not found

2004-09-18 Thread Roland Dumas
, not in the middle. On 9/18/04 4:33 PM, William M.Conlon [EMAIL PROTECTED] wrote: In terminal: ls -al /Applications/Witango/Server/configuration What are permissions on crontab? Does witangod have access? On Saturday, September 18, 2004, at 04:26 PM, Roland Dumas wrote: I tried crontab.txt and got

Re: Witango-Talk: Crontab not found - got it

2004-09-18 Thread Roland Dumas
it. Crontab is running now. On 9/18/04 5:06 PM, Roland Dumas [EMAIL PROTECTED] wrote: Giving witango ownership and rw doesn't do anything. I don't get the error any more, but it doesn't run The crontab file consist of one entry: # # Crontab file 0,30 * * * * http://www.thissite.com/admin_taf

Re: Witango-Talk: Can't get Jumps to work

2004-09-17 Thread Roland Dumas
? - Roland Dumas Roberts Information Services 310 W. Bellevue Avenue San Mateo CA 94402 650-347-1373 415-412-9300 (cell) [EMAIL PROTECTED] SMS: http://new.servqual.com/html/sms.tml TO UNSUBSCRIBE: Go

Witango-Talk: Unstable DSN on MacOS X

2004-09-14 Thread Roland Dumas
? - Roland Dumas Roberts Information Services 310 W. Bellevue Avenue San Mateo CA 94402 650-347-1373 415-412-9300 (cell) [EMAIL PROTECTED] SMS: http://new.servqual.com/html/sms.tml TO UNSUBSCRIBE: Go to http

Re: Witango-Talk: Unstable DSN on MacOS X

2004-09-14 Thread Roland Dumas
Email: [EMAIL PROTECTED] Web: http://www.oakbridge.ca On Tuesday, September 14, 2004, at 09:13 PM, Roland Dumas wrote: On my dev machine, I have the ODBC DNSs set up to connect to my dev server. They've always worked all the time. Today, one starts telling me Unable to connect to the data

Re: Witango-Talk: Self-join problem

2004-09-12 Thread Roland Dumas
On 9/12/04 1:20 PM, Roland Dumas [EMAIL PROTECTED] wrote: Ok, I came to the conclusion that you can't do a self join using the search action. Have to do a direct dbms and create an alias of the table and then join it with the actual table. As in SELECT recipients.UID

Re: Witango-Talk: Fun with Paths

2004-09-01 Thread Roland Dumas
On Sep 1, 2004, at 3:21 AM, Dale Graham wrote: Actually @webroot gives you the absolute path to the root of your webserver, like so: it gives you the path to the root of your virtual host TO UNSUBSCRIBE: Go to

Re: Witango-Talk: Re: troubles with OS X 10.3.5 and Witango Studio 5.0

2004-08-25 Thread Roland Dumas
if you do, so please post to list. Cheers, Jonah On Tue, 24 Aug 2004 14:48:21 -0700, Roland Dumas [EMAIL PROTECTED] wrote: both 5.0 and 5.5 are dead reinstalled 5.5 and it's still dead. On Aug 24, 2004, at 2:29 PM, Roland Dumas wrote: was this ever resolved? I just upgraded to 10.3.5 and have

Re: Witango-Talk: Re: troubles with OS X 10.3.5 and Witango Studio 5.0

2004-08-24 Thread Roland Dumas
was this ever resolved? I just upgraded to 10.3.5 and have the same problem On Aug 19, 2004, at 8:31 PM, Jonah Simpson wrote: Anybody? I'm quite stuck here Here's the crash log: Date/Time: 2004-08-19 21:28:40 -0600 OS Version: 10.3.5 (Build 7M34) Report Version: 2 Command: Witango

Re: Witango-Talk: OT - CoLo and managed server providers

2004-08-04 Thread Roland Dumas
general answer: no. not a big deal but if your 15K reports are requested all at the very same moment and each is hitting many tables, etc., something might be stressed for a moment ;-) On Aug 4, 2004, at 5:01 PM, Janet Case Verizon wrote: What do you consider  high volume. I also have a

Re: Witango-Talk: anyone familiar with Tango 3?

2004-07-30 Thread Roland Dumas
Suggestion for curing the email problem: In your configuration, make sure you specify your smtp server as an IP address and not as a domain address that has to be resolved. Better yet is to run an SMTP server on the same box (if you're on a Mac, that would be Webstar 4.x) and you won't have any

Re: Witango-Talk: Mail Attachments

2004-07-30 Thread Roland Dumas
On Jul 30, 2004, at 9:04 AM, Stefan Gonick wrote: As far as I remember, you could not send multiple attachments in one email this is true, from experience. TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: Mail Attachments

2004-07-30 Thread Roland Dumas
attaching an arbitrary number is a little more difficult. Maybe creating a routine that actually writes a taf and then calls it. You'd write the XML and the @rows Array=xxx writes the parameterItem list. Then the next step calls this taf. a bit of a kludge, but you'd end up with the ability to

Re: Witango-Talk: Horrendous WT5 problems

2004-07-29 Thread Roland Dumas
that's what the ODBC-related crashes look like. Might be related to when the datasource connection expires. On Jul 28, 2004, at 10:40 PM, Wayne Irvine wrote: I am beginning to suspect it's not a TAF or traffic problem. The problem seems to happen when I'm not testing it and at this stage I'm

Re: Witango-Talk: Horrendous WT5 problems

2004-07-28 Thread Roland Dumas
Doesn't look like the crash logs I've seen, which are always associated with ODBC. are your data sources Filemaker? How much RAM in the machine? On Jul 27, 2004, at 10:50 PM, Wayne Irvine wrote: If anyone needs some bedtime reading following is the most recent crash log:

Re: Witango-Talk: Horrendous WT5 problems

2004-07-28 Thread Roland Dumas
all your tafs to see which db access action crashes witango. (also run W* and W*mail on both machines that I run witango on and they've not been implicated in crashes ever. ) On Jul 28, 2004, at 2:56 PM, Wayne Irvine wrote: Roland Dumas at [EMAIL PROTECTED] wrote: Doesn't look like the crash

Re: Witango-Talk: Horrendous WT5 problems

2004-07-28 Thread Roland Dumas
On Jul 28, 2004, at 3:45 PM, Wayne Irvine wrote: Roland Dumas at [EMAIL PROTECTED] wrote: You haven't converted all your tafs to get rid of the evil ¥ (yen) All the TAFs under T2000 talk to remote hosts so the paths were very different. I did multifile search and replace to change the datasources

Re: Witango-Talk: Doing a Between Search

2004-07-27 Thread Roland Dumas
On Jul 23, 2004, at 1:18 PM, Cecilia Cos wrote: Ok and how do I setup the form?    x-tad-biggerCecilia C. Cos/x-tad-bigger Database Analyst 251 W 57th Street New York, NY 10019 212-445-4309 [EMAIL PROTECTED] -Original Message- From: Ted Wolfley [mailto:[EMAIL PROTECTED] Sent:

Witango-Talk: [OT] Spamarrest

2004-07-27 Thread Roland Dumas
I just posted a message and got a SpamArrest validation from a member on this list. It requires that the sender of the message complete a form in order for the message to go through. May I suggest that if people have that kind of thing, that they arrange for lists to which they subscribe to go

Re: Witango-Talk: Horrendous Tango 2000 problems

2004-07-27 Thread Roland Dumas
I ran this combo for VERY long stretches without this flavor of problem. Since I haven't played with OS 9 in a very long time, but some notions: check memory allocations. an event (file upload?) might gobble up all the memory allocated to W* or FMP and crap things out. Run all the

Re: Witango-Talk: Horrendous Tango 2000 problems

2004-07-27 Thread Roland Dumas
define hanging is it crashing or going deaf or what? On Jul 27, 2004, at 8:54 PM, Wayne Irvine wrote: Thanks Roland, I found the problem and it had nothing to do with Mac OS or Tango. Just a badly designed process and my forgetful brain. Roland Dumas at [EMAIL PROTECTED] wrote: BTW: witango 5

Re: Witango-Talk: [OFF] P2P Video

2004-07-09 Thread Roland Dumas
after MM, you might think of just using AIM or one of the common video chat services that would pop up in a frame or something. Then you wouldn't have to be the video server yourself. On Jul 9, 2004, at 8:04 AM, Rick Sanders wrote: Hey list,   I'm building a dating site in WiTango naturally!   I

Witango-Talk: [OT] RSS primer please

2004-07-08 Thread Roland Dumas
I'm seeing chatter about RSS and don't know what it is other than some kind of summary news feed. Anyone here have a primer on what it is, format and perhaps witango approach to creating? TO UNSUBSCRIBE: Go to

Re: Witango-Talk: [OFF] Customer Agreement

2004-07-06 Thread Roland Dumas
On Jul 6, 2004, at 7:14 AM, Rick Sanders wrote: Hi Bryan,   The agreement looks good, but it seems very one-sided in your favour. I would add a clause that you won't re-use the graphics or the design concept of the site, since it is their corporate identity.   Just my opinion.   Rick careful:

Re: Witango-Talk: [OFF] Customer Agreement

2004-07-06 Thread Roland Dumas
and, of course, that corporate identity stuff is the last thing anyone would want on another website. They want their OWN identity to flavor it. [I did work for a bank and was issued a CD with the corporate identity standards. Had to sign an NDA to get it, then promise to obey all the rules,

Re: Witango-Talk: [OFF] Customer Agreement

2004-07-05 Thread Roland Dumas
some thoughts... - you might suggest that the work is not patentable, as the methods are common to similar systems. Likewise, asserting a copyright when the methods have so much in common with standard professional approaches will not be productive. He's benefitting from the experience you

Re: Witango-Talk: Cookies Again

2004-06-29 Thread Roland Dumas
try assigning the expiration date in the past. On Jun 29, 2004, at 6:30 AM, [EMAIL PROTECTED] wrote: Witango 2000 Windows 2000 IIS 5 I am trying to do the cookie thing again and I guess I just don't understand. Is it possible to delete a cookie without quiting the browser? I set the expiry to

Re: Witango-Talk: [Off] Access to SQL with ASP

2004-06-24 Thread Roland Dumas
I don't know about Access, but the FMP databases that I started with looked like something simple to move to mysql, but on closer inspection, I'd used a lot of FMP-specific functionality. Calculated fields, portals, etc. It ended up being easier to start from scratch in mysql and have all the

Re: Witango-Talk: [OT] SEO include files

2004-06-24 Thread Roland Dumas
1. you should protect your /includes/ folder to keep someone from guessing file names and reading them. There's usually nothing to hide, but it's a good practice incase your includes have some logic that you don't want to expose. 2. the includes are processed on the server side, replacing the

Re: Witango-Talk: [OT] SEO include files

2004-06-24 Thread Roland Dumas
no disagreement. the bots don't find the include files, but they will see whatever the include has to offer as a seamless part of the rendered page. Therefore, if your include has logic in it, the bot will see the product of that logic as part of the page that references the include. so if my

Witango-Talk: date columns not receiving....

2004-06-23 Thread Roland Dumas
I have an app that submits @currentdate into a date formatted field in MySQL. Has been working properly for a long time. all of a sudden, it stops. I can, with the debugger on, see that it's submitting the right thing, but when I look at MySQL, it's a -00-00 date. I changed nothing. Any

Re: Witango-Talk: date columns not receiving....

2004-06-23 Thread Roland Dumas
it is inserting @currentdate that was working jest fine - coupla thousand times - and then it spontaneously stopped working. On Jun 23, 2004, at 10:15 AM, Alan Wolfe wrote: when you are inserting the date, is it also in the -mm-dd format? - Original Message - From: Roland Dumas

Re: Witango-Talk: date columns not receiving....

2004-06-23 Thread Roland Dumas
well, somewhere else in the taf, I'd just put an IF action and didn't close it off with an ELSE action. When I fixed that, the date problem cleared up. I have no idea how that could work, but it did. On Jun 23, 2004, at 10:00 AM, Roland Dumas wrote: I have an app that submits @currentdate

Re: Witango-Talk: date columns not receiving....

2004-06-23 Thread Roland Dumas
IF action On Jun 23, 2004, at 12:33 PM, John McGowan wrote: An IF action or an @IF metatag? /John Roland Dumas wrote: well, somewhere else in the taf, I'd just put an IF action and didn't close it off with an ELSE action. When I fixed that, the date problem cleared up. I have no idea how

Re: Witango-Talk: Output array variable from Search action disappear and Multiple pages doesn't work Search builder

2004-05-31 Thread Roland Dumas
On May 30, 2004, at 10:57 PM, Vili Cankar wrote: No, but on output column in search action = output variable properties = name -- Lep pozdrav, Vili On Sun, 30 May 2004 16:39:17 -0700, Roland Dumas wrote: = are you referring to @@ResultSet? = On May 30, 2004, at 2:00 PM, Vili Cankar

Re: Witango-Talk: Output array variable from Search action disappear and Multiple pages doesn't work Search builder

2004-05-30 Thread Roland Dumas
are you referring to @@ResultSet? On May 30, 2004, at 2:00 PM, Vili Cankar wrote: Hi, can someone explain me why output variable dissapear from Search action in Witango Studio 5.0.1.037 and why multiple pages and limit doesn't work with last version of witango server (5.0.1.065) ? On version

Witango-Talk: best practice for uploading from file to db

2004-05-14 Thread Roland Dumas
System A exports a file that has many records, 10K to 15K. Records have fields that are text and fields that are numeric. That file will be read by witango and turned into records to add to a database. I can have the exported file in any text format. (CSV, different delimiters, quoted values,

Re: Witango-Talk: best practice for uploading from file to db

2004-05-14 Thread Roland Dumas
yes. Then what? On May 14, 2004, at 11:31 AM, Storey, Paul wrote: Can you have the file exported so the fields are fixed width? -Original Message- From: Roland Dumas [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 1:26 PM To: WiTango List Subject: Witango-Talk: best practice

Re: Witango-Talk: best practice for uploading from file to db

2004-05-14 Thread Roland Dumas
On May 14, 2004, at 11:37 AM, Dan Stein wrote: Ronald, Don't you use Filemaker? Not sure where the data is coming form or going to. from a proprietary, locked up piece of junk on another network. The owner will schedule export to the file in a format of my choosing and drop it in a folder on

Re: Witango-Talk: best practice for uploading from file to db

2004-05-14 Thread Roland Dumas
? -Original Message- From: Roland Dumas [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 1:26 PM To: WiTango List Subject: Witango-Talk: best practice for uploading from file to db System A exports a file that has many records, 10K to 15K. Records have fields that are text and fields that are numeric

Re: Witango-Talk: best practice for uploading from file to db

2004-05-14 Thread Roland Dumas
-Original Message- From: Roland Dumas [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 2:42 PM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: best practice for uploading from file to db On May 14, 2004, at 11:37 AM, Dan Stein wrote: Ronald, Don't you use Filemaker? Not sure where

Re: Witango-Talk: best practice for uploading from file to db

2004-05-14 Thread Roland Dumas
004, at 11:26 AM, Roland Dumas wrote: System A exports a file that has many records, 10K to 15K. Records have fields that are text and fields that are numeric. That file will be read by witango and turned into records to add to a database. I can have the exported file in any text format. (

Re: Witango-Talk: best practice for uploading from file to db

2004-05-14 Thread Roland Dumas
Yup, they don't work On May 14, 2004, at 1:01 PM, Wilcox, Jamileh (HSC) wrote: Have you tried putting quotes around your delimiters?    | ; -Original Message- From: Roland Dumas [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 2:46 PM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk

Re: Witango-Talk: best practice for uploading from file to db

2004-05-14 Thread Roland Dumas
option./x-tad-bigger x-tad-bigger/x-tad-bigger x-tad-biggerDave Shelley/x-tad-bigger x-tad-bigger/x-tad-bigger x-tad-bigger-Original Message-/x-tad-bigger x-tad-biggerFrom:/x-tad-biggerx-tad-bigger Roland Dumas [mailto:[EMAIL PROTECTED]/x-tad-bigger x-tad-bigger /x-tad-biggerx-tad-bigg

Re: Witango-Talk: WiTango Unexpectedly Quits While Adding Data Source

2004-04-29 Thread Roland Dumas
there was something about FMP datasources with no records being a problem, and the solution being to create a dummy record directly in FMP to begin with. I don't know if this was in ref to the dev studio or actually running a taf On Apr 29, 2004, at 2:23 PM, Dave Lubovinsky wrote: (Running:

Re: Witango-Talk: [OFF] Can anyone reach this site

2004-04-25 Thread Roland Dumas
sounds like a DNS problem. I can reach http://www.cbsd.org/ On Apr 25, 2004, at 4:46 AM, Dan Stein wrote: I can not reach our site this morning. It assures me they can but I tried 3 different computers and 3 different br4owsers. If anyone is up and out there would they see if they can connect

Re: Witango-Talk: Apache vs. WebSTAR with Mac OS X

2004-04-24 Thread Roland Dumas
There were some issues originally with Webstar plug-in, but they've been resolved, and there was recently a bug in an MSIE windoze patch that only affected witango on webstar (with persistent connections). I don't know about performance or speed issues, as I only have W* - largely for ease

Re: Witango-Talk: Simple question

2004-04-21 Thread Roland Dumas
caution: I think is different than NULL On Apr 21, 2004, at 11:56 AM, Alan Wolfe wrote: Hi Ted,   We use R:base and can do this:   update table set column=''   and that sets it to null.   have you tried that? x-tad-bigger- Original Message -/x-tad-bigger x-tad-bigger

Re: Witango-Talk: CF/Tango sharing logins?

2004-04-16 Thread Roland Dumas
looks like session cookies for you or the CF 'official' login creates a session cookie that witango uses to do a passive login, if you need to set a buncha user scope variables On Apr 16, 2004, at 8:46 AM, Noel Estabrook wrote: I have built a couple of web sites in Witango that require logins

Re: Witango-Talk: Select a submit button in a form (OT)

2004-04-15 Thread Roland Dumas
On Apr 15, 2004, at 1:39 PM, Fogelson, Steve wrote: I am having problems with shoppers selecting the Add To Cart button repeatedly. It all happens within a few seconds. They are probably impatient when the server is busy. 1. does it cause problems? Normally the subsequent button presses

Re: Witango-Talk: Witango 5.5 and Dreamweaver MX 2004

2004-04-13 Thread Roland Dumas
platform? On my OS X, there was no problem On Apr 13, 2004, at 8:32 AM, Stephen Su wrote: To anyone who has experienced this or may have a thought. We recently installed Witango Studio 5.5 on our development platforms. After doing so, our Dreamweaver 2004 Professional now no longer will open

Re: Witango-Talk: Witango 5.5 and Dreamweaver MX 2004

2004-04-13 Thread Roland Dumas
On Apr 13, 2004, at 11:20 AM, Bryan Hughes wrote: It also has trouble with fast user switching in Mac OS X. You can't be logged in more than one account and have multiple instances of Dreamweaver open. this may be true of many applications that are designed to be single user applications.

Witango-Talk: what causes log gaps

2004-04-09 Thread Roland Dumas
I had an event that I needed to check in the log. Logging is one and drops what I need, but there was a gap of almost 12 hours between the last entry on one log and the first on the next. The event I needed was in that gap. Any ideas what causes a gap? One was closed at the right time, but

Re: Witango-Talk: Dang @URL metatag

2004-04-04 Thread Roland Dumas
looks like you found your problem and solved it. On Apr 4, 2004, at 4:53 AM, Wayne Irvine wrote: I recently updated our content management system to provide an option for the site owner to upload a HTML page, and have this included in the website (in a table layout with other info). Has

Re: Witango-Talk: Dang @URL metatag

2004-04-04 Thread Roland Dumas
I'd guess there was a tag that wasn't closed or something like that. In all the tinkering, you may have taken care of it. On Apr 4, 2004, at 2:58 PM, Wayne Irvine wrote: looks like you found your problem and solved it. May well be! I did a Nortons Disk Doctor and Speed Disk session late last

Witango-Talk: STudio 5.5.08

2004-04-02 Thread Roland Dumas
Is studio 5.5.08 the release version? or is another coming along? TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: Date Addition Using Work Days?

2004-04-01 Thread Roland Dumas
I've only see this kind of thing done with a calendar table. After all, non-working days include holidays, etc. If you have a calendar, then you can count up the number of working days between date1 and date2, but also figure out the first working Monday of the month, and other similar

Re: Witango-Talk: Filemaker OS X Datasource

2004-03-31 Thread Roland Dumas
quits of witango from FMP sources? No. Not a one. On Mar 31, 2004, at 3:37 AM, Michael Dittbrenner wrote: x-tad-biggerWe were wondering If anyone was getting a lot of unexpected quits when running filemaker as a datasource for witango. We seem to be getting them a lot lately and not sure of the

Re: Witango-Talk: Can SQL joins make OS X server crash?

2004-03-29 Thread Roland Dumas
instances where we have been able to trace the problem) Chris On Mar 29, 2004, at 2:13 PM, Roland Dumas wrote: what's your crash log say? On Mar 29, 2004, at 12:08 PM, Chris Millet wrote: Can SQL joins make the server crash on OS X? I don't know enough about why the server crashes, only

Re: Witango-Talk: Can SQL joins make OS X server crash?

2004-03-29 Thread Roland Dumas
. - Jeff if its a join making the server crash it sounds more like your database is causing the crash instead of witango. you might check if it has any kind of crash log or debugging output you can turn on. - Original Message - From: Roland Dumas [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: Witango-Talk: Can SQL joins make OS X server crash?

2004-03-29 Thread Roland Dumas
or debugging output you can turn on. - Original Message - From: Roland Dumas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 29, 2004 12:26 PM Subject: Re: Witango-Talk: Can SQL joins make OS X server crash? witango always writes to the witango crash log when it crashes

Re: Witango-Talk: Can SQL joins make OS X server crash?

2004-03-29 Thread Roland Dumas
dunno. I'm using Apple's On Mar 29, 2004, at 3:26 PM, Chris Millet wrote: Does the flavor of odbc matter? I'm using unixODBC. I couldn't get Apple's to work when I set Witango up over a year ago. Chris On Mar 29, 2004, at 5:18 PM, Roland Dumas wrote: I'd suggest that's not the issue. I've

Re: Witango-Talk: server quit - restart

2004-03-26 Thread Roland Dumas
I've had a witango crashing problem on OS X for a while, and not gotten any help fixing it. Sometimes, it's more than once a day. A fellow wrote a routine to auto-restart it. I'll get it and post it. Our crashes are always related to ODBC, never to a query of a database, though. On Mar 26, 2004,

Re: Witango-Talk: Why Doesn't this work in tango 5

2004-03-19 Thread Roland Dumas
I'd never heard of this blendtrans thing before and tried it out. same file as tml and as html both worked as expected. kind of cool dind't try in an iframe, though. do you have a push on your witango generated page or something? On Mar 19, 2004, at 12:35 AM, Chris Smith - Comcast Acct wrote:

Re: Witango-Talk: Mail, html + plain text

2004-03-18 Thread Roland Dumas
hmmm. no replies. Anyone done this with @email? a template somewhere for a plain text + html message? On Mar 17, 2004, at 9:00 AM, Roland Dumas wrote: The mail action has the option of plain text or html I receive messages that are both, and display appropriately on the email client. How does

Re: Witango-Talk: Mail, html + plain text

2004-03-18 Thread Roland Dumas
___ _ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.tafhtml_email.taf On Mar 18, 2004, at 12:08 PM, Roland Dumas wrote: [standard header stuff] MIME-Version: 1.0 Content-Type: multipart/alternative; charset=us-ascii; boundary=This_is_the_boundary_hip_ho Content-Transfer

Witango-Talk: Mail, html + plain text

2004-03-17 Thread Roland Dumas
The mail action has the option of plain text or html I receive messages that are both, and display appropriately on the email client. How does one do that with witango's mail action? TO UNSUBSCRIBE: Go to

Re: Witango-Talk: Filemaker 7

2004-03-15 Thread Roland Dumas
I tried to download the trial to test this, but the trial download process is broken On Mar 15, 2004, at 6:40 AM, Joe Terrasi wrote: Dan - Maybe the answer to this was in one of your other posts, but I don't see it: Right now I use FMP6 (not server) as a backend via Witango. Will that be

Re: Witango-Talk: FileMker 7

2004-03-15 Thread Roland Dumas
cannot create taf with FMP type datasource with FMP7 using studio 5.0.9 Mac TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: FileMker 7

2004-03-15 Thread Roland Dumas
was referring to the FMP source, which is apple events. On Mar 15, 2004, at 1:57 PM, Dan Stein wrote: Because there is no odbc or jdbc yet its coming. I am going to try Windows later I'll let you know. on 3/15/04 14:34, Roland Dumas at [EMAIL PROTECTED] wrote: cannot create taf with FMP type

Re: Witango-Talk: FileMker 7

2004-03-15 Thread Roland Dumas
I'm sure they will make it work. Just that as of now, witango can't even see the FMP7 datasources On Mar 15, 2004, at 3:59 PM, Wayne Irvine wrote: cannot create taf with FMP type datasource with FMP7 using studio 5.0.9 As FMP 7 supports multiple tables per file the naming convention in

Re: Witango-Talk: FM Server 7

2004-03-13 Thread Roland Dumas
On Mar 13, 2004, at 2:26 PM, Dan Stein wrote: There are two products Server and Advanced Server. and do we assume that the server is $$$ and the Advanced is $$?

Re: Witango-Talk: FileMker 7

2004-03-12 Thread Roland Dumas
Dan, Some specific questions: There are three flavors, desktop, unlimited, and server (whatever the official names are) For each flavor can you determine: - will it still have apple events interface and if so, will the events be the same? - is it multithreaded? - will ODBC or JDBC interface be

Re: Witango-Talk: Filemaker 7

2004-03-09 Thread Roland Dumas
I'm curious if FMP7 is equivalent of MS Access or something better now. If better, can the single user version play as a witango back end without the constraints of the previous version? On Mar 9, 2004, at 9:27 AM, Chuck Leavens wrote: With the release of Filemaker 7 I am looking to figure out

Re: Witango-Talk: Filemaker 7

2004-03-09 Thread Roland Dumas
then FMP is history. It was already, but this drives a stake through its heart On Mar 9, 2004, at 5:33 PM, Dan Stein wrote: We are committed to implement technologies cross platform when possible and intend to provide full support for ODBC/JDBC on the Mac as soon as possible but can't provide

Re: Witango-Talk: Search Engine Indexing

2004-03-05 Thread Roland Dumas
Following the google robot on one of my sites that is heavily crawled, it hits all hyperlinks, including those with search arguments. It doesn't submit forms. On Mar 5, 2004, at 6:44 AM, Michael Dittbrenner wrote: x-tad-biggerI was wondering if anyone knows if search engines index tango dynamic

Re: Witango-Talk: Search Engine Friendly ISAPI Filter

2004-03-05 Thread Roland Dumas
I'm looking in Google and can see that they've catalogued pages that are my item records in a database. Lots of them. Takes two search arguments to get to them. You'll get crawled and catalogued on all pages that are hyperlinked. If you put a form up front, crawlers will stop, though. If

Re: Witango-Talk: Search Engine Friendly ISAPI Filter

2004-03-05 Thread Roland Dumas
: Roland, What do you mean by a form in front of them? Thanks Steve Fogelson Internet Commerce Solutions -Original Message- From: Roland Dumas [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 11:09 AM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: Search Engine Friendly ISAPI Filter

Re: Witango-Talk: MS Security patch preventing postargs from being submitted

2004-03-05 Thread Roland Dumas
This problem is increasing in frequency. Secure forms are being stripped of postargs. This is one of two meltdown problems now. Hasn't anyone else seen it? On Feb 21, 2004, at 8:50 AM, Roland Dumas wrote: On Feb 21, 2004, at 8:48 AM, Mike R. M. Young wrote: Well that explains a few weird

<    1   2   3   4   5   6   7   8   >