Re: Witango-Talk: email question

2002-07-23 Thread [Gauthier]
Scuse me 1000 times, it's my own mistake! here is the swap directory, you need to place it in the advancedmailer directory verify that the local$path is affected like this <@ASSIGN Local$Path <@REPLACE STR="<@WEBROOT><@APPFILEPATH>" FINDSTR="/" REPLACESTR="\">> Gauthier - Original Message --

Re: Witango-Talk: email question

2002-07-23 Thread robert
hey i can see how it should work but there on path ore file missing i thins <@VAR Local$Path>swap\dir.bat i dont have a dir.bat can you send me that file ore tell what in it greeting robert - Original Message - From: "[Gauthier]" <[EMAIL PROTECTED]> To: "Multiple recipients of list wita

RE: Witango-Talk: Simple Calc question

2002-07-23 Thread Troy Sosamon
oops, still not quite right. <@Assign Name="@@local$total" Value="<@Calc Exp='<@ARG paymentamount_1>+<@ARG paymentamount_2>'>"> Troy = Original Message from [EMAIL PROTECTED] at 7/23/02 2:25 pm >The second single quote is in the wrong place. ><@Assign Name="@@local$total" Value="<@Calc Exp=

RE: Witango-Talk: Simple Calc question

2002-07-23 Thread Troy Sosamon
The second single quote is in the wrong place. <@Assign Name="@@local$total" Value="<@Calc Exp='<@ARG paymentamount_1>+<@ARG paymentamount_2>'"> Troy Sosamon = Original Message from [EMAIL PROTECTED] at 7/19/02 11:47 am >I can not get this to work. > >A form posts the following Arguments >P

RE: Witango-Talk: Login Authentication system

2002-07-23 Thread Troy Sosamon
I store the PDF files in the database as blobs and that way I can control who has access to them via the user logging into Tango. Troy Sosamon = Original Message from [EMAIL PROTECTED] at 7/21/02 12:27 pm >Hi, >I am trying to build a login authentication system for restricting access to cer

RE: Witango-Talk: [OT] SQL Query Help

2002-07-23 Thread Troy Sosamon
Jake, You will need to do direct dbms command to do this and you will need a couple of views to do this. First lets get a list of all of our first pages hit for each session and put it in view first_hit create view first_hit (hitid,sessionid) as select (min(hitid)), sessionid from hits t1 wh

Re: Witango-Talk: [OT] SQL server update problem

2002-07-23 Thread Dan Stein
Yep that is it. I had not installed them on my production machine thinking 5 is due out and sometimes they mess other things up. Like Begin transaction on my server version with all the FTF's locks the database so one of the fixes broke that. Changing the type to TEXT did the trick and 5.0 should

Re: Witango-Talk: [OT] SQL server update problem

2002-07-23 Thread Dan Stein
OK here was the fix I used pretty easy. Changed the field type to text which Takes many many characters I think 16000 and all I had to do was drag the update field into the taf action again so it would recognize the change in type. There must have been a fast fix for this because it works fine on

Re: Witango-Talk: [OT] SQL server update problem

2002-07-23 Thread Scott Cadillac
Hi Dan, By Fast Fix on your development Server - do you mean FTF? Because the FTF 47 does contain a fix for the 255 field limit, which is probably why it works on your Dev Server and not at the client site. From: http://www.witango.com/installers/ftf47/fixes.html "Corrected a problem with colu

RE: Witango-Talk: [OT] SQL server update problem

2002-07-23 Thread Mike Croft
Anthony, Try using the DBMS Action and use the <@var> metatag to define an update routine. Update set =<@sq><@var name=new_value scope=instance><@sq> where =<@var name=table_primary_key scope=instance> Beware, I always use TCFs so my scopes are instance. In a TAF change the scope to Local (Se

RE: Witango-Talk: [OT] SQL server update problem

2002-07-23 Thread Anthony M. Humphreys
Tango has a bug in it. It thinks that all varchar fields should never be longer than 255 characters, and truncates them to 255 characters. nvarchar (Unicode) fields and Oracle's varchar fields which can be longer than 255 characters are simply not recognized by Tango. There is no workaround th

Re: Witango-Talk: [OT] SQL server update problem

2002-07-23 Thread Dan Stein
Nope they are the same on the development machine and the one here. Besides the fact the there are some Fast Fixes applied to tango here the only difference is the updated version of SQL 2000 there. -- Dan Stein Digital Software Solutions 799 Evergreen Circle Telford PA 18969 Land: 215-799-0192

RE: Witango-Talk: [OT] SQL server update problem

2002-07-23 Thread Troy Sosamon
Check the "itemBufferSize" setting in the Tango server configuration. I think it is stored in the t3server.ini file. Troy Sosamon = Original Message from [EMAIL PROTECTED] at 7/23/02 9:44 am >At my clients they update the SQL server 2000 so they are running 8.00.534 > >I am running 8.00.19

RE: Witango-Talk: Javascript table sorting, dynamic Drop downs

2002-07-23 Thread John Hollister
So for the demo it may not work on anything but IE 5 or greater. It uses innerHTML Iframes , window.showmodaldailog, window.showhelp, and the sorting may not work. I have only tested on IE6 Someone told me they wanted to add it they site and is one reason I didn't post a working copy. I know it

Witango-Talk: [OT] SQL server update problem

2002-07-23 Thread Dan Stein
At my clients they update the SQL server 2000 so they are running 8.00.534 I am running 8.00.194 I have long very long text field sometimes 2,000 characters that I am trying to update. The import of the data went fine When I do the update here it also works fine. But there it gets a Right tru

Re: Witango-Talk: email question

2002-07-23 Thread robert
well that would be great please send the files in hope i can find what i need in it greeting robert [EMAIL PROTECTED] is my adres - Original Message - From: "[Gauthier]" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 4

Re: Witango-Talk: email question

2002-07-23 Thread [Gauthier]
I've done a quick solution for this here is the description if it fits your needs and are interested I can send you the needed files Gauthier - Original Message - From: "[Gauthier]" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Friday, July

Witango-Talk: Tip for CVS and Source Safe WiTango users

2002-07-23 Thread Robert S. Sfeir
Ok some might already know this, but I found this so useful today that I thought I would post it. If you're using CVS, or Source Safe for that matter, there are variables available to each of those repositories which you can use within the TCF and TAF files to keep track of various things. Here

Re: Witango-Talk: email question

2002-07-23 Thread robert
no not realy want to hear this i don`t send spam massages or something like that i send status update to poeple that want to recieve them so i want so add 1 picture out logo in it greeting robert - Original Message - From: "Beverly Voth" <[EMAIL PROTECTED]> To: "Multiple recipients of

Re: Witango-Talk: email question

2002-07-23 Thread Beverly Voth
Hello, robert! On 7/23/2002 3:34 PM +0200, you wrote in whole or part: >is it possibele to send a html email whit some pictures included > >and so how do i do that from witango This is *probably* not what you want to hear: I *hate* html email, I'd prefer a LINK to a page. Just add a link, most

Witango-Talk: email question

2002-07-23 Thread robert
is it possibele to send a html email whit some pictures included and so how do i do that from witango greeting robert TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe

Re: Witango-Talk: Javascript table sorting, dynamic Drop downs

2002-07-23 Thread Nicholas Froome
>For the benefit of those of us who don't have MS Access. These demos >would be more usefull if you created and array in the taf to simulate >the DB. That way we could ALL run your sample taf in a matter of >minutes without all the hassle of setting up a data source. I second this. As a Mac (o