Re: Witango-Talk: (OT) Mysql Backup

2003-09-09 Thread Bill Conlon
mysqldump doesn't work? I usually use it through the webmin (webmin.com) interface. >I am new to mysql and having a real hard time trying to figure out how to >backup InnoDB mysql 4.013 database files. I have read volumes of pages and >haven't come up with a solution that works. Any advice wo

Witango-Talk: (OT) Mysql Backup

2003-09-09 Thread Brad Robertson
I am new to mysql and having a real hard time trying to figure out how to backup InnoDB mysql 4.013 database files. I have read volumes of pages and haven't come up with a solution that works. Any advice would be greatly appreciated. Sorry for the OT post. ___

RE: Witango-Talk: Search argument separators

2003-09-09 Thread Scott Cadillac
Hi Bill, No, I don't think Witango supports semi-colons as argument delimiters. Although XHTML conforms to the strict rules of XML, and the & is not very pretty - it's still functional. Typically, when a user clicks a link from a XHTML webpage, that & is translated by the browser back to just '&

RE: Witango-Talk: hitting a tcf in another directory

2003-09-09 Thread Scott Cadillac
Hi Roland, Just to add what Ben said, the Witango Server searches the directories stored in the TCFSEARCHPATH configuration variable in order. In other words, if you always store your TCFs in a sub-directory called "classes", then make that as your first entry, like so: TCFSEARCHPATH=<@APPFILEPA

Re: Witango-Talk: Expired Variables still available?

2003-09-09 Thread Atrix Wolfe
yeah, we do a similar thing to this in javascript that works nicely. - Original Message - From: "Dan Stein" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 09, 2003 5:05 PM Subject: Re: Witango-Talk: Expired Variables still available? Then why not build a persistent

Witango-Talk: Search argument separators

2003-09-09 Thread Bill Conlon
Does Witango 5 allow ";" (semicolon) as an argument separator so http://example.org/prog?x=1&y=2 can be replaced by http://example.org/prog?x=1;y=2 I ask because "&' is not valid XHTML, and needs to be replaced by "&" in some of my links. I think it will be easier to read my code with a sin

Re: Witango-Talk: Expired Variables still available?

2003-09-09 Thread Dan Stein
Then why not build a persistent login for the staff people who need to run the reports. You can use flash to do this among other things. Maybe put it in a footer and then run it only if the user level is those who need to stay logged in. It will hit a taf that will keep the user variables alive eve

RE: Witango-Talk: RE: Deployment/Development Datasources - RESOLUTION

2003-09-09 Thread Jim Kass
Guys, Just in case anyone wants to do this with their own Oracle implementations: I changed the "Deployment data source" to "@@local$dsid"... Then put the following code at the top of my file. <@IFEQUAL <@CGIPARAM NAME="SERVER_NAME"> "dev.X.com"> <@ASSIGN local$dsid "DEV"> <@ELSE> <@AS

RE: Witango-Talk: problem with double quotes (RH9/witango 062/apache2.047)

2003-09-09 Thread Bill Conlon
I tried <@DQ> unsuccessfully, then re-jiggered the code, so I'll try it again. It looks like it needs to be escaped somehow, maybe double double quotes, or wrapped in single quotes. I'll let you know. >Ooh, >Have you tried either? > ><@LITERAL VALUE='"SELECTED"'> >or ><@DQ>SELECTED<@DQ> > >Ben

RE: Witango-Talk: problem with double quotes (RH9/witango 062/apache2.047)

2003-09-09 Thread Ben Johansen
Ooh, Have you tried either? <@LITERAL VALUE='"SELECTED"'> or <@DQ>SELECTED<@DQ> Ben Johansen - http://www.pcforge.com Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm Authorized MDaemon Mail Server Reseller http://www.pcforge.com/AltN.htm -Original Message- From: B

Re: Witango-Talk: In-place Update

2003-09-09 Thread Bill Downall
Steve, Are you coming to the Corroboree? I'll show an example like this in my presentation. You can do it within an <@CALC> inside the new value field, or you can do it without <@CALC>, using an expression understood by your database system. In this case, in the "Update them with these values"

RE: Witango-Talk: problem with double quotes (RH9/witango 062/apache2.047)

2003-09-09 Thread Bill Conlon
You do for XHTML >You don't need quotes around the word selected or checked >In the option tag it is switch not a name="value" pair > >Ben Johansen - http://www.pcforge.com >Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm >Authorized MDaemon Mail Server Reseller >http://www.

RE: Witango-Talk: problem with double quotes (RH9/witango 062/apache2.047)

2003-09-09 Thread Ben Johansen
You don't need quotes around the word selected or checked In the option tag it is switch not a name="value" pair Ben Johansen - http://www.pcforge.com Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm Authorized MDaemon Mail Server Reseller http://www.pcforge.com/AltN.htm --

Re: Witango-Talk: problem with double quotes (RH9/witango 062/apache2.047)

2003-09-09 Thread Steve Smith
My eyes must be really bad because I don't see what the problem is. You've asked for the SELECTED attribute to appear if two values match and from your output, it appears that value 4 is a match. Value 5 is not a match. So, what's the problem? Please let me know. Thanks, Steve Smith Oakbr

Re: Witango-Talk: hitting a tcf in another directory

2003-09-09 Thread Roland A . Dumas
I found it. RTFM. On Tuesday, September 9, 2003, at 12:43 PM, Roland A. Dumas wrote: How do I use a tcf that is in a subdirectory? How do I refer to it when it's not in the same directory? ___ _ TO UNSUBSCRIBE: Go to http://w

Re: Witango-Talk: Expired Variables still available?

2003-09-09 Thread Dave Machin
Yes, it is a bit long, and I think this, plus what Ian had said is the issue. The client had specifically complained about their sessions timing out because they tend to leave the browsers open in the background while working and then need to run reports off of our site, so they'd requested tha

RE: Witango-Talk: hitting a tcf in another directory

2003-09-09 Thread Ben Johansen
By changing this entry in the Witango.ini TCFSEARCHPATH=<@APPFILEPATH>;<@CLASSFILEPATH>; To add your path to the end Ben Johansen - http://www.pcforge.com Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm Authorized MDaemon Mail Server Reseller http://www.pcforge.com/AltN.ht

RE: Witango-Talk: Expired Variables still available?

2003-09-09 Thread Ben Johansen
I personally think that 120 is to long. >From the docs " For user variables, the expiry timer is reset to zero each time the user accesses Tango Server." Every time there is a request under that user reference the counter is set to 0 If you tested this at 1 second prior to the timeout of 2 hou

RE: Witango-Talk: Expired Variables still available?

2003-09-09 Thread Ian Daniel
David .. I'm betting that the variables *did* expire, but that the userreference number was re-used by someone else (from some as-yet undetermined cached source) who logged in again, and you checked after they had re-created the variables. That would mean that that userreference number would also

Witango-Talk: problem with double quotes (RH9/witango 062/apache2.047)

2003-09-09 Thread Bill Conlon
I'm perplexed. I can't get quoted "checked" or "selected" attributes to appear in dynamically generated form elements. Here's a snippet: <@ROWS ARRAY=templates> "selected"

Witango-Talk: In-place Update

2003-09-09 Thread Fogelson, Steve
R:Tango 2000 R:Base 6.5 Win2K pro server Never did this before. I have a column called I_Quantity in an Inventory table. It contains quantity on hand for a product. Is it possible to use an Update action to update this column by subtracting quantity_purchased from I_Quantity with a <@calc> stateme

Re: Witango-Talk: Expired Variables still available?

2003-09-09 Thread Dave Machin
Right - I've got VARIABLETIMEOUT=120 VARIABLETIMEOUTTRIGGER= - Original Message - From: "Ben Johansen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 09, 2003 11:19 AM Subject: RE: Witango-Talk: Expired Variables still available? Ok, Probing here... What are the

Re: Witango-Talk: Expired Variables still available?

2003-09-09 Thread Dave Machin
Not to confuse this, but I tried the link again just now (a good 4 hours after I last tried it and got logged in) and the variables no longer seem to exist since it puts me back on the login page as it should. Odd that I saw it expire in the log, but it may be OK... - Original Message

Re: Witango-Talk: Expired Variables still available?

2003-09-09 Thread Dave Machin
No, there actually aren't any other arguments in the link other than the _UserReference one. What do the cache .ini settings cache? If I turned them on should I be worried about people not seeing refreshed data if they hit refresh on their browser? > Dave Machin wrote: > > >There's no proxy i

Witango-Talk: hitting a tcf in another directory

2003-09-09 Thread Roland A . Dumas
How do I use a tcf that is in a subdirectory? How do I refer to it when it's not in the same directory? TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Re: Witango-Talk: Expired Variables still available?

2003-09-09 Thread Dan Stein
Ben he said he could see the variable expire in the log. Shouldn't that indicate that the trigger is not an issue here? on 9/9/03 14:19, Ben Johansen at [EMAIL PROTECTED] wrote: > Ok, Probing here... > > What are the settings of these in your witango.ini > > VARIABLETIMEOUT=30 > VARIABLETIMEOUT

Re: Witango-Talk: Expired Variables still available?

2003-09-09 Thread John McGowan
Dave Machin wrote: There's no proxy involved. I'm not sure about the user's browser settings. Odd thing is that they emailed me the link and I then pasted it into my browser and then I was logged in as that user - so I couldn't have cached it since I'd never logged in as that person before. Plu

Re: Witango-Talk: Expired Variables still available?

2003-09-09 Thread Dan Stein
.ini files have to do with caching the .taf etc. files and includes not sessions. Check in IIS and make sure you have HTTP headers in property of site set to expire immediately. The see if it still happens. It still sounds like a cache issue to me. on 9/9/03 14:09, Dave Machin at [EMAIL PROTE

RE: Witango-Talk: RE: Deployment/Development Datasources

2003-09-09 Thread Robert Shubert
I always thought it would be good if the Witango server, when configured as a development server, ie. only from 127.0.0.1 using the key generated with the purchase of a dev studio, would also use the development settings. I actually think this is how T2K worked, but I’ve never sat down and

RE: Witango-Talk: Expired Variables still available?

2003-09-09 Thread Ben Johansen
Ok, Probing here... What are the settings of these in your witango.ini VARIABLETIMEOUT=30 VARIABLETIMEOUTTRIGGER= Ben Johansen - http://www.pcforge.com Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm Authorized MDaemon Mail Server Reseller http://www.pcforge.com/AltN.htm

Re: Witango-Talk: Expired Variables still available?

2003-09-09 Thread Dave Machin
There's no proxy involved. I'm not sure about the user's browser settings. Odd thing is that they emailed me the link and I then pasted it into my browser and then I was logged in as that user - so I couldn't have cached it since I'd never logged in as that person before. Plus the witango.ini

Re: Witango-Talk: RE: Deployment/Development Datasources

2003-09-09 Thread Steve Smith
The Development/Deployment heading are a little misleading. Development refers to the Dev Studio, Deployment refers to the App Server. So when you set up separate Development/Deployment data sources in your taf files, it is simply giving the appropriate application direction on where to go for data

RE: Witango-Talk: RE: Deployment/Development Datasources

2003-09-09 Thread Jim Kass
We are using Solaris Servers, and Oracle DBs, so we don't use ODBC right now. The TNSNAMES will be different for the DEV and PROD databases. I read Scott's article - but I'm still a LITTLE confused as to how to use this for our purposes. Thanks. Jim Kass Web Developer -- Forestweb: The Source

RE: Witango-Talk: RE: Deployment/Development Datasources

2003-09-09 Thread Ben Johansen
Scott Cadillac has a nice article on this http://www.xml-extra.net/webpage.xmlx?node=41 Ben Johansen - http://www.pcforge.com Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm Authorized MDaemon Mail Server Reseller http://www.pcforge.com/AltN.htm -Original Message-

RE: Witango-Talk: RE: Deployment/Development Datasources

2003-09-09 Thread Ted Wolfley
Hi, Make sure the datasources are defined on each server through ODBC with the same name and leave the Development/Deployment Datasources in the default settings. Ted -Original Message- From: Jim Kass [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 1:20 PM To: [EMAIL PROTECT

Witango-Talk: RE: Deployment/Development Datasources

2003-09-09 Thread Jim Kass
Hey Folks, I'm having trouble understanding how to really use Development/Deployment Datasources from the Tango documentation. We have two "identical" servers and databases, one set is for development. What I would like to be able to do is to use the same file, and put it on two different servers

Re: Witango-Talk: Encoding="MetaHTML" instead of

2003-09-09 Thread John McGowan
Too bad, that would be the way to do it. /John Bill Conlon wrote: I like the idea of a filter to convert HTML to XHTML, such as the perl modules that come with swish-e, but I'm not sure they will be general enough for correcting user input. Even the Tidy and w3.org tools can only tell you th

Re: Witango-Talk: Encoding="MetaHTML" instead of

2003-09-09 Thread Bill Conlon
I like the idea of a filter to convert HTML to XHTML, such as the perl modules that come with swish-e, but I'm not sure they will be general enough for correcting user input. Even the Tidy and w3.org tools can only tell you there is a missing , not where it should go. >Agreed. > >Remember, you

Re: Witango-Talk: Encoding="MetaHTML" instead of

2003-09-09 Thread John McGowan
Agreed. Remember, you could use that custom tag as a way of massaging the code going into the database, not just at display time. Or perhaps for a more robust solution, you could find an HTML 2 XHTML command line program that you could use to reformat any html that your users enter,build a cus

Re: Witango-Talk: Encoding="MetaHTML" instead of

2003-09-09 Thread Bill Conlon
John, Thanks for the suggestion. I haven't built a custom tag yet, so this could be an opportunity. But it would be far more convenient to continue using the Encoding Attribute, which applies to all metatags. I'm hoping there is a simple patch that can be made, but recognize that it probably

Re: Witango-Talk: Expired Variables still available?

2003-09-09 Thread Dan Stein
Do you see them persist as you move through the application? Is their a proxy server involved? Does the user or do you have your browser set to check for new page each time/ You may be seeing cached pages from your own browser or they from theirs or from a proxy server. on 9/9/03 11:23, Dave Ma

Witango-Talk: Expired Variables still available?

2003-09-09 Thread Dave Machin
This may be along the lines of some of the previous discussion, and I thought I understood how things worked, but now I'm not so sure. One of our users copied a link to a page on our site, including the _UserReference=xxx part of the address. They used the link and were logged in as the user th

Re: Witango-Talk: Encoding="MetaHTML" instead of

2003-09-09 Thread John McGowan
Phil, Sounds like we need a new encoding type, but in the meantime Bill, You could make your own custom metatag to do the search and replace of with in the meantime. Usage would be. <@HTML2XHTML CODE=<@Var Local$TheVarToOutput> encoding=None> HTML2XHTML Method code. return the following.