Re: Witango-Talk: Witango tool

2004-02-19 Thread Customer Support
Is  @TSTOSECS, what you are looking for?

Witango Support

On 20/02/2004, at 12:25 AM, Wolf, Gene wrote:

   Before I reinvent the wheel, does anyone have a routine that will  
convert
the Witango @CurrentTimeStamp into seconds? From what I see I can  
tokenize
the results, based on a space, and do a @DateToSecs on one part and
@TimeToSecs on the second part, but I was wondering if anyone  
already had
done this. I looked in the Component Zone and didn't see anything.

   If not I'll create it and upload it. Thanks!

Gene Wolf
Business Systems Analyst, TLMN
DRS Optronics, Inc.
2330 Commerce Park Drive
Palm Bay, Florida  32905
Phone: 321-309-0685
E-mail: [EMAIL PROTECTED]
___ 
_
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Re: Witango-Talk: Witango tool

2004-02-19 Thread Jason Pamental
Gene,

I'm sure that there've probably been more than  a few others who have  
responded, but...

@tstosecs ts=@currenttimestamp

You're pretty close - just check the related tag to 'date' and 'time'  
to seconds: ts (timestamp) and you have it!

Jason

On Feb 19, 2004, at 8:25 AM, Wolf, Gene wrote:

   Before I reinvent the wheel, does anyone have a routine that will  
convert
the Witango @CurrentTimeStamp into seconds? From what I see I can  
tokenize
the results, based on a space, and do a @DateToSecs on one part and
@TimeToSecs on the second part, but I was wondering if anyone  
already had
done this. I looked in the Component Zone and didn't see anything.

   If not I'll create it and upload it. Thanks!

Gene Wolf
Business Systems Analyst, TLMN
DRS Optronics, Inc.
2330 Commerce Park Drive
Palm Bay, Florida  32905
Phone: 321-309-0685
E-mail: [EMAIL PROTECTED]
___ 
_
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


--

Jason Pamental, President
  [EMAIL PROTECTED]

Bathysphere Digital Media Services, Inc.  
http://bathyspheredms.com


Tel: 401.490.6830  Fax: 401.490.6831

A North American Distributor for Witango (http://www.witango.us)

Rapid Web Application Development - XML Execution Engine


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


RE: Witango-Talk: Witango tool

2004-02-19 Thread Wolf, Gene
   Yep! *laughs* I figured it had to be something simple. Thanks!

-Original Message-
From: Customer Support [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 8:47 AM
To: [EMAIL PROTECTED]
Subject: Re: Witango-Talk: Witango tool


Is  @TSTOSECS, what you are looking for?


Witango Support

On 20/02/2004, at 12:25 AM, Wolf, Gene wrote:

Before I reinvent the wheel, does anyone have a routine that will  
 convert
 the Witango @CurrentTimeStamp into seconds? From what I see I can  
 tokenize
 the results, based on a space, and do a @DateToSecs on one part and
 @TimeToSecs on the second part, but I was wondering if anyone  
 already had
 done this. I looked in the Component Zone and didn't see anything.

If not I'll create it and upload it. Thanks!

 Gene Wolf
 Business Systems Analyst, TLMN
 DRS Optronics, Inc.
 2330 Commerce Park Drive
 Palm Bay, Florida  32905
 Phone: 321-309-0685
 E-mail: [EMAIL PROTECTED]


 ___ 
 _
 TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


RE: Witango-Talk: New Error 98

2004-02-19 Thread Steve Campbell
Okay, I have never seen this error before so maybe someone can help me
out.

I am doing a simple Insert action into a table, in an Access database.

When I hit save, I get this error,

An error occurred while processing your request:
File: addnews.taf
Position: Insert
Class: DBMS
Main Error Number: 98


[Microsoft][ODBC Microsoft Access Driver]Invalid precision value

HY104


Any ideas?

Thanks
Steve


 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.588 / Virus Database: 372 - Release Date: 2/13/2004
 



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


RE: Witango-Talk: New Error 98

2004-02-19 Thread Troy Sosamon
I don't use Access, so I am guessing here, but
Are you inserting a date?  Try putting single quotes around it.

Troy

-Original Message-
From: Steve Campbell [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 19, 2004 7:44 AM
To: [EMAIL PROTECTED]
Subject: RE: Witango-Talk: New Error 98

Okay, I have never seen this error before so maybe someone can help me
out.

I am doing a simple Insert action into a table, in an Access database.

When I hit save, I get this error,

An error occurred while processing your request:
File: addnews.taf
Position: Insert
Class: DBMS
Main Error Number: 98


[Microsoft][ODBC Microsoft Access Driver]Invalid precision value

HY104


Any ideas?

Thanks
Steve


 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.588 / Virus Database: 372 - Release Date: 2/13/2004
 



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Re: Witango-Talk: Secured User Access

2004-02-19 Thread webdude
Something that happened to me (don't know if it is the same issue, 
but maybe). I had a framed site in which I was loading the 
@USERREFERENCEARGUMENT into a variable on the first page for all 
frames, then checking that variable to make sure it was a valid user 
throuhout the site. Something I noticed when starting in frames... 
you can get multiple instances of the @USERREFERENCEARGUMENT 
(sometimes but not always) from each frame loaded. In other words, it 
seemed that each page loaded into the frames was generating a 
different @USERREFERENCEARGUMENT. I fixed this by not loading the 
variable until a login response page. I am wondering if you are 
having the same type of problem where there is some confusion with 
the user.

How are you keeping track of your users?

Scott,

Thank you for your help and advice. I wasn't purposefully vague but 
rather my situation is somewhat alluding me right now.

In short, we have tested multiple versions of the login taf in which 
we  did everything from separation of the taf itself into various 
components all the way to substituting the frame-set with a single 
page  taf. The user seems get validated just fine, because we 
register and  update their last visited on profile. But the 
frameset page comes  right after and that's when they are thrown 
back to the login screen.  The only way we are able to avoid this is 
by substituting with a  non-frame-set page. In each of the src 
URL(s) we do have the  UserReferenceArgument variable passed.

I hope that's more clear than before. Please let me know if you need 
to  know more.

Best,
Stephen


On Feb 18, 2004, at 12:48 PM, Scott Cadillac wrote:

Hi Stephen,

Please describe in detail what you mean by but then are kicked back  out
of the site. This is kind of a vague description of the problem, which
will likely lead to some vague answers.
Here's me vague answer:

A trend I'm noticing lately with Home computers over Office ones, is  the
rapid adoption of Popup and Cookie blocking add-ons for browsers. And  of
course, people don't know how to properly set them.
For the most part, by default these add-ons compensate for session-
cookies so they don't break Sessions necessarily - but if your code
relies on any other kind of cookies, then you're users are in trouble.
I say this, because I notice Office computer policies are slower to
adopt (or allow install) these kinds of downloadable free add-ons.
Lately I've taken to using some of these add-ons myself to make sure my
systems keep working. And I noticed two things:
~~ Never rely on standard cookies (session-ccokies are still fine).

~~ Popup window killers are not very smart, and sometimes can't tell  the
difference between a user-invoked window.open and an event-
invoked window.open call.
Hope this helps. Cheers

Scott Cadillac,
403-281-6090 ~ [EMAIL PROTECTED]

XML-Extranet ~ http://xmlx.ca ~ http://forums.xmlx.ca
Well-formed Programming in C# .NET, Witango, MSIE and XML

Witango ~ http://witango.org
EasyXSLT ~ http://easyxslt.ca
IIS Watcher ~ http://iiswatcher.ca

-Original Message-
From: Stephen Su [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Wed, 18 Feb 2004 09:10:32 -0500
Subject: Witango-Talk: Secured User Access
We have a site completely built on witango that is accessed via. the
https gateway. It is built around multiple frames. When people try  to
login, they seem to make it into our validation process, but then are
kicked back out of the site. This happens only on windows machines and
mostly on XP. No clients have problem from their office computers,  most
occurrences only happen at home. Is there a security setting in XP or
any of the windows systems that's causing this? Any other common
experiences?
Please advise,
Stephen
__ _
_
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
___ _
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


--

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


RE: Witango-Talk: New Error 98

2004-02-19 Thread Steve Campbell
Access and data fields just dont like each other...I have learned this
time and time againoh well I ever move on over to SQL!!

Thanks you are correct!

Steve



-Original Message-
From: Troy Sosamon [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 19, 2004 9:03 AM
To: [EMAIL PROTECTED]
Subject: RE: Witango-Talk: New Error 98

I don't use Access, so I am guessing here, but
Are you inserting a date?  Try putting single quotes around it.

Troy

-Original Message-
From: Steve Campbell [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 19, 2004 7:44 AM
To: [EMAIL PROTECTED]
Subject: RE: Witango-Talk: New Error 98

Okay, I have never seen this error before so maybe someone can help me
out.

I am doing a simple Insert action into a table, in an Access database.

When I hit save, I get this error,

An error occurred while processing your request:
File: addnews.taf
Position: Insert
Class: DBMS
Main Error Number: 98


[Microsoft][ODBC Microsoft Access Driver]Invalid precision value

HY104


Any ideas?

Thanks
Steve


 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.588 / Virus Database: 372 - Release Date: 2/13/2004
 



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.588 / Virus Database: 372 - Release Date: 2/13/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.588 / Virus Database: 372 - Release Date: 2/13/2004
 



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Witango-Talk: methods calling methods

2004-02-19 Thread Roland Dumas
can one method call another in the same tcf?


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Re: Witango-Talk: methods calling methods

2004-02-19 Thread Stefan Gonick
Yes

At 05:41 PM 2/19/2004, you wrote:
can one method call another in the same tcf?


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Database WebWorks: Dynamic web sites through database integration
http://www.DatabaseWebWorks.com 


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


RE: Witango-Talk: methods calling methods

2004-02-19 Thread Ben Johansen
Hi,

Excerpt from one of Scotts previous emails:

To re-use a Method inside another Method - which happens to belong to
the
same TCF:

Note: Re-instantiating the Object is not necessary.

-- Drag the Method into the Method:
-- Set your 'Object instance variable' to:
Scope: Method
Name: this

Or if you want to the @CALLMETHOD Metatag:

@CALLMETHOD OBJECT=method$this
METHOD=someMethod('parameter1','parameter2')


The variable 'this' automatically refers to the current Class (TCF), and
because you are inside a Method - Method Scope is used.

Just be careful about doing this inside your On_Create Method - because
then
your TCF is going to call itself before it has finished loading the
first
time.

Ben Johansen - http://www.pcforge.com
Authorized Witango  MDaemon Reseller 
Available for Witango Developement


-Original Message-
From: Roland Dumas [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 19, 2004 5:42 PM
To: WiTango List
Subject: Witango-Talk: methods calling methods

can one method call another in the same tcf?


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf