RE: Witango-Talk: Feature List Witango 6?

2007-05-31 Thread molariu
I would like to see the following improvements: Server (admin): 1- which sessions (USR) are active and how long before they are timed-out; 2- a list of all variable associated with a USR; 3- IP address and port number of the originating request (client). Studio: - syntax checking; - use color

Witango-Talk: SMTP Auth

2005-06-16 Thread molariu
Hello all, I am trying to send an email messageusing a SMTPserver which requires authentication. I guess I should use @EMAILSESSION to specify the commands OPEN and SEND, then the Mail action to send the message. As a result I get2 different errors: whenI use @EMAILSESSION

Witango-Talk: Need Graphics design for witango project

2004-10-24 Thread molariu
Eric, This is a recent posting. Are you interested? -Mihai. -Original Message- From: Dan Stein [mailto:[EMAIL PROTECTED] Sent: Saturday, October 23, 2004 11:18 To: [EMAIL PROTECTED] Subject: Witango-Talk: Need Graphics design for witango project I have a contract that needs some

Witango-Talk: RE: Need Graphics design for witango project

2004-10-24 Thread molariu
My apologies to the group for my previous wrongly addressed message. -Mihai. TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

RE: Witango-Talk: Cookies

2004-10-13 Thread molariu
Considering"Session cookies" issafer and easier to use than improving onUserReferenceArgument (URA), can one of the following suggestions, or both,make using URA safe enough? 1- pass URA as a hidden field (rather then part of URL)back to the server; 2- use URA + IP + portNoto identify the

Witango-Talk: Witango Server 5.5 Upgrade

2004-09-19 Thread molariu
Is there a free upgrade of the Witango Server from v5.0 to v5.5? Who qualifies? How does one get the SN? Thank you. - Mihai TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

RE: Witango-Talk: Sort on the Fly

2004-08-05 Thread molariu
You may want to consider resorting on the browser, using javascript. Speed, saving serverCPU resources and bandwidth are the main benefits. See this article: http://www.scriptsearch.com/details/3806.html Mihai. -Original Message- From: Cecilia Cos [mailto:[EMAIL PROTECTED] Sent:

RE: Witango-Talk: [OT] IQ test

2004-07-13 Thread molariu
I guess this is kind of silly and it does not prove much, but there is some advantage in taking it twice! (the first time I did not have the cookies enabled!, so I corrected one entry). [ Totally OT: Still, IMHO, maybe something similar should be required at a minimum before

RE: Witango-Talk: server side javascript?

2004-07-01 Thread molariu
I use server-side JavaScript, for validation and other server-side processing not available in Tango, and it is reliable. Here is an snippet which passes the value+scope for each argument, rather then hard coding the called function for predefined variable scope. But it works either way. If you

COMs used in Witango // was RE:Witango-Talk: Witango 5, IIS, Win2K3 Server and COM objects...

2004-06-30 Thread molariu
Hi Rick, Can you please elaborate on the last paragraph of your previous message? How do you make Witango read/understand/use the type library? Witango would use a COM developed with either VB (in VS6) or C++ ATL (in VS .NET) just fine, but when using VB.NET or C# to generate a COM (from .NET

RE: Witango-Talk: Tread Safety in Witango 5 !?

2004-06-02 Thread molariu
Not to worry, there was no secret ( or further communication off-line with Witango reps ). (BTW: The entire thread is available at www.witango.com / Developer Resources / Mail List Archives ) I solved my original problem using a semaphore (javabeans) as an external source of synchronization. -

RE: Witango-Talk: BeginTransaction - EndTransaction section: does it really work?

2004-06-02 Thread molariu
Thank you for your reply. Read Uncommitted was the equivalent of a typo; I accidentally modified that action while trying to beautify the taf (with labels that are easier to understand then those used in my actual testfile). Sorry for the confusion. I can confirm that the deadlock occurs with

RE: Witango-Talk: Tread Safety in Witango 5 !? [partially OT]

2004-05-18 Thread molariu
Title: RE: Witango-Talk: Tread Safety in Witango 5 !? [partially OT] Phil, The subject here is the quality of documentation and manufacturer's responsibility toward customers. If I have a program that works in version 1 and the manufacturer makes product changes in version 2 that

RE: Witango-Talk: Tread Safety in Witango 5 !?

2004-05-14 Thread molariu
Thank you for your answer. I was familiar with your previous message and I have to agree that using an external source for locking is the only reasonable solution to this problem; and afast performingDB would help. However, without running any tests yet, it seems to me that this solution

Witango-Talk: Rendered HTML Page

2003-10-14 Thread molariu
Title: Message Hello all, The page built by the Tango server presents the logic (metatags) instead of the results of the logic. The page logic is fine and this strange behavior cannot be duplicated. Thisproblem happens rarely (maybe once a week as far as I know) and on random pages, but I

RE: Witango-Talk: Accessing User Variables

2003-09-12 Thread molariu
Title: Message Thank you for your suggestions and especially on using @URL (it never crossed my mind of using it). I will probably collect @userReference from the webserver log file (which also provides the time, so I know whichreferences are still current) and it is probably saving CPU.

Witango-Talk: Accessing User Variables

2003-09-11 Thread molariu
Title: Message Hello all, The problem that I have is to find out: 1- what @UserReferences are current; 2- what variables are associated with a particular @UserReference and their respective values. I have checked the documentation but could not find this infromation. @VARNAMES only

Witango-Talk: Debugging techniques

2003-09-04 Thread molariu
Hello all, Since I turned debugging on, I realized my code wasn't as as perfect as I thought :-) ! So now I am using LOGGINGLEVEL=LogLevel1 and get occasionally errors ( [Error] 170, Error] -101, incorrect MSSQL operation in most of the cases ). The debugging information does not offer enough