Re: Witango-Talk: Null in MySQL

2008-04-08 Thread John McGowan
I seem to remember that Witango had some internal logic that behaved differently depending on the data dictionary for the table as well... so for example, all things being equal, a varchar field would end up with an empty string, while a char field would get the null value when using an insert

Witango-Talk: Setting cookie parameters

2008-04-08 Thread Stefan Gonick
Hi All, Is it just me, but did we used to be able to set the cookie parameters in a variable assignment action? I remember being able to do this before, but I can't seem to do it anymore with the 5.5 editor. I didn't notice it before because I haven't had to do this in a while. Any suggestions?

Re: Witango-Talk: Setting cookie parameters

2008-04-08 Thread Ben Johansen
if you use the = action you can, but in results you need to do that in the assign Ben On Apr 8, 2008, at 1:43 PM, Stefan Gonick wrote: Hi All, Is it just me, but did we used to be able to set the cookie parameters in a variable assignment action? I remember being able to do this before, bu

Re: Witango-Talk: Setting cookie parameters

2008-04-08 Thread John McGowan
if the variable in the assign action has scope = Cookie, when you right click on the variable and choose properties, a cookie tab shows up with those options... /John On Tue, Apr 8, 2008 at 3:43 PM, Stefan Gonick <[EMAIL PROTECTED]> wrote: > Hi All, > > Is it just me, but did we used to be able

Re: SPAM-MED: Re: Witango-Talk: Setting cookie parameters

2008-04-08 Thread Stefan Gonick
This is exactly what used to work. When I right click on the assignment action now, I only get a comments box. There is no cookie tab anymore. Stefan At 04:54 PM 4/8/2008, you wrote: if the variable in the assign action has scope = Cookie, when you right click on the variable and choose proper

RE: SPAM-MED: Re: Witango-Talk: Setting cookie parameters

2008-04-08 Thread Robert Shubert
Make sure to change the scope to cookie first. _ From: Stefan Gonick [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 08, 2008 4:58 PM To: witango-talk@witango.com Subject: Re: SPAM-MED: Re: Witango-Talk: Setting cookie parameters This is exactly what used to work. When I right clic

RE: SPAM-MED: Re: Witango-Talk: Setting cookie parameters

2008-04-08 Thread Stefan Gonick
The scope is already cookie. At 05:04 PM 4/8/2008, you wrote: Make sure to change the scope to cookie first. -- From: Stefan Gonick [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 08, 2008 4:58 PM To: witango-talk@witango.com Subject: Re: SPAM-MED: Re: Witango-Talk: Setting cookie param

RE: SPAM-MED: Re: Witango-Talk: Setting cookie parameters

2008-04-08 Thread Fogelson, Steve
I just tried it and it works fine. Make sure you highlight the variable and right click on the variable not the rest of the assign window. Steve _ From: Stefan Gonick [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 08, 2008 4:07 PM To: witango-talk@witango.com Subject: RE: SPAM-MED

RE: SPAM-MED: Re: Witango-Talk: Setting cookie parameters

2008-04-08 Thread Stefan Gonick
Ah, that was it. I was right clicking on the assignment action, not the individual variable assignment. Doh! :) Stefan At 05:11 PM 4/8/2008, you wrote: I just tried it and it works fine. Make sure you highlight the variable and right click on the variable not the rest of the assign window.