Re: Witango-Talk: detecting browser close

2002-10-01 Thread Brian Mowers
Alan, You will not be able to close the main browser window for the user, however you can place the following in the screen that they would normally exit from and this should allow you to purge variables,etc. BODY You would then have a statement or two that will purge User or other vars: @PURGE

RE: Witango-Talk: String data truncation

2002-10-01 Thread Simon Boddy
Hi Farzana, James, Are you sure your problem is fixed. I would say that the proposed fix is not going to do anything, and the real problem is elsewhere. First the real problem... The most likely cause is that T2k SP1 can insert a maximum of 255 chars into a text field. In the 047 FTF build this

Witango-Talk: Round up or Integer

2002-10-01 Thread Fogelson, Steve
Is there a round up and integer metatag? Thanks Steve Fogelson Internet Commerce Solutions TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message

RE: Witango-Talk: Round up or Integer

2002-10-01 Thread Tom Ferguson
I'm not sure if there is a Round-Up or Interger tag, but you can always add .5 and truncate. Works everytime. HTH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Fogelson, Steve Sent: Tuesday, October 01, 2002 10:15 AM To: Multiple recipients of list

RE: Witango-Talk: String data truncation

2002-10-01 Thread Dost, Farzana
Hi Simon, yes reloading datasource and rebuilding the query did fix my problem... Thank you for the link. Farzana -Original Message- From: Simon Boddy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 4:48 AM To: Multiple recipients of list witango-talk Subject: RE:

RE: Witango-Talk: Round up or Integer

2002-10-01 Thread Stefan Gonick
If you look the @calc tag in the manual, you'll see a number of functions that do what you want. You can also use the precision parameter of the @calc tag. Stefan At 10:16 AM 10/1/2002 -0400, you wrote: I'm not sure if there is a Round-Up or Interger tag, but you can always add .5 and truncate.

RE: Witango-Talk: Round up or Integer

2002-10-01 Thread Fogelson, Steve
Sorry to respond to my own question, but it appears the CEIL(expr) might be the answer. What would be the proper syntax in a @CALC EXPR= metatag? @CALC CEIL(EXPR=) @CALC EXPR=CEIL(expr) None seem to work for me. Thanks Steve -Original Message- From: Fogelson, Steve [mailto:[EMAIL

Re: Witango-Talk: Round up or Integer

2002-10-01 Thread John McGowan
@CALC EXPR=ceil(expr) works fine for us... perhaps the functions provided by the @CALC tag are case sensitive... /John - Original Message - From: Fogelson, Steve [EMAIL PROTECTED] To: Multiple recipients of list witango-talk [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 9:30 AM

Witango-Talk: Combining Arrays

2002-10-01 Thread Storey, Paul
I have two single row arrays, say one with 5 columns and one with 10 columns. Is there an easy way to combine them into a single row array with 15 columns? TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL

RE: Witango-Talk: Combining Arrays

2002-10-01 Thread James MacFarlane
You can either make a new blank array with 15 columns and write code to insert the data or use the @TRANSPOSE to turn both arrays 90 degrees (turning your columns into rows), then use @ADDROWS to add them together and use @TRANSPOSE to turn them back into columns. - James -Original

Witango-Talk: file upload [again!]

2002-10-01 Thread Nicholas Froome
Back to a well-worn topic: I'm doing file upload in Tango 3.6 with unpredicatable results Files are uploaded and named according to the advert they're attached to, but the upload fails repeatedly with files of zero K uploaded I looked through my Tango Talk archives, reset the ItemBufferSize

Witango-Talk: File Validation

2002-10-01 Thread Dost, Farzana
Does tango have a file validation tag or function? I am trying to validate file upload on server side. Java script can't check file size or type(as far as i know)...any idea??? TO UNSUBSCRIBE: send a plain text/US ASCII

Re: Witango-Talk: File Validation use TFileLen.DLL

2002-10-01 Thread Brian Mowers
Use James R. Carrol 's TFileLen.DLL. It will tell you the file size of the target file. Go to Ben's Goodie list :http://www.pcforge.com/goodies.taf?_function=view I use it and it works well! Brian Mowers At 03:27 PM 10/1/2002 -0400, you wrote: Does tango have a file validation tag or function?

Re: Witango-Talk: file upload [again!]

2002-10-01 Thread Wayne Irvine
The only clue I can give is that images less than around 30K seem to work OK, despite resetting ItemBufferSize and restarting Webstar I remember that the first versions of Tango 3 (that we bought for it's upload ability) couldn't upload files greater than 32K. Cost us a major client and put a

RE: Witango-Talk: file upload [again!]

2002-10-01 Thread Tom Ferguson
try the ASP file upload on Ben's Goodie page. It integrates nicely with Tango and Witango and is very reliable. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Wayne Irvine Sent: Tuesday, October 01, 2002 7:05 PM To: Multiple recipients of list

Re: Witango-Talk: file upload [again!]

2002-10-01 Thread Wayne Irvine
try the ASP file upload on Ben's Goodie page. It integrates nicely with Tango and Witango and is very reliable. Or, perhaps the latter version of T3.6 or T2000 that works fine. Wayne Irvine Byte Services Pty Ltd http://www.byteserve.com.au/

Re: Witango-Talk: file upload [again!]

2002-10-01 Thread Nicholas Froome
try the ASP file upload on Ben's Goodie page. It integrates nicely with Tango and Witango and is very reliable. Or, perhaps the latter version of T3.6 or T2000 that works fine. OK - I'm using 3.52 and I'm on a Mac so ASP won't work for me Anyone got a 3.6 installer?

Re: Witango-Talk: file upload [again!]

2002-10-01 Thread Garth Penglase
Nicholas, Up until just recently I was using 3.52 as well so it does work. However, go to RObert Garcia's site http://public.bighead.net and download the 3.6 then the 3.6n upgrade, installing them in that order. 3.62 supports a couple of tags that 3.52 doesn't and is better from what I've been