Re: Witango-Talk: File write function

2004-04-12 Thread isabelle
Yes you're right! it's the privilege that block the creation, i put the  
directorie to read write for group and now it's ok.
Thanks

Le Dimanche, 11 avri 2004, à 12:21 America/Montreal,  
[EMAIL PROTECTED] a écrit :

MAKE SURE YOU SPECIFY THE FULL PATH IN THE WRITE COMMAND;
PRIVILEGES COULD ALSO BE THE ISSUE.  I USE THE WRITE FILE COMMAND
FINE WITH WIN 2K ADV SRVR.
 Original message 
Date: Sat, 10 Apr 2004 23:24:00 -0400
From: isabelle [EMAIL PROTECTED]
Subject: Witango-Talk: File write function
To: [EMAIL PROTECTED]
Hi everybody

I want to write a new file text with witango, i use the file write
function but witango doesn't want to create a new file text. it works
great when the file text is already created and append on it, but if
the file doesn't exist, witango returns error.
I don't have this problem with T2000, has anyone the same problem?
i use the OSX version.
is there a solution for this problem? ( I can't create the file  
before,
because i don't know how many files will be created before use the  
.taf)

second question :
do you know how to create directories with witango , is it possible?
Thanks

Isabelle

__ 
__
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


Witango-Talk: On Macintouch today

2004-04-12 Thread Bill Conlon
First item in updated products.

Witango Development Studio 5.5.08 is cross-platform rapid development 
environment for web applications, with an extensible, XML-based visual 
programming system. Among the new features are the ability to compile the 
Witango Application files to Java Class files, a built-in syntax checker, 
JDBC support, and improved formatting features. Witango Development 
Studio is $1,038AU for Mac OS X and Windows.

Just a shame it doesn't say A free lite version is also available

Bill Conlon

To the Point
345 California Avenue Suite 2
Palo Alto, CA 94306

office: 650.327.2175
fax:650.329.8335
mobile: 650.906.9929
e-mail: mailto:[EMAIL PROTECTED]
web:http://www.tothept.com



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


Witango-Talk: J2EE compliant web servers

2004-04-12 Thread Wolf, Gene
Title: J2EE compliant web servers






 Well, seeing as how 5.5 is now released, can someone make some suggestions as to what java web servers they would recommend and why? We don't have alot of java expertise here so we would want to try something that was easy to administer and maintain.



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


Re: Witango-Talk: J2EE compliant web servers

2004-04-12 Thread John McGowan
Gene,

If you're talking about running your Witango apps on a J2EE server using 
the compiler, you can still use the web server you're used to using, and 
run a j2ee app server on top of that.

Or you can run a combination web/application server.   The one that I've 
used a bit is orion.  http://www.orionserver.com/  It's got a webserver 
built into it.

/John

Wolf, Gene wrote:

Well, seeing as how 5.5 is now released, can someone make some 
suggestions as to what java web servers they would recommend and why?


We don't have alot of java expertise here so we would want to try 
something that was easy to administer and maintain.

 
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: J2EE compliant web servers

2004-04-12 Thread run run

I use tomcat5. Is j2ee complaint app server.

see:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html

Tabi




--- Wolf, Gene [EMAIL PROTECTED] wrote:
Well, seeing as how 5.5 is now released, can
 someone make some suggestions as to what java web
 servers they would recommend and why? We don't have
 alot of java expertise here so we would want to try
 something that was easy to administer and maintain.
  
 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


__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html

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


Re: Witango-Talk: On Macintouch today

2004-04-12 Thread Dan Stein
Yes and a shame they don't list in in US dollars.

on 4/12/04 12:25, Bill Conlon at [EMAIL PROTECTED] wrote:

 First item in updated products.
 
 Witango Development Studio 5.5.08 is cross-platform rapid development
 environment for web applications, with an extensible, XML-based visual
 programming system. Among the new features are the ability to compile the
 Witango Application files to Java Class files, a built-in syntax checker,
 JDBC support, and improved formatting features. Witango Development
 Studio is $1,038AU for Mac OS X and Windows.
 
 Just a shame it doesn't say A free lite version is also available
 
 Bill Conlon
 
 To the Point
 345 California Avenue Suite 2
 Palo Alto, CA 94306
 
 office: 650.327.2175
 fax:650.329.8335
 mobile: 650.906.9929
 e-mail: mailto:[EMAIL PROTECTED]
 web:http://www.tothept.com
 
 
 
 TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
 

-- 
Dan Stein
Digital Software Solutions
799 Evergreen Circle
Telford PA 18969
Land: 215-799-0192
Mobile: 610-256-2843
Fax 413-410-9682
FMP, WiTango, EDI,SQL 2000
[EMAIL PROTECTED]
www.dss-db.com


When you are born, you cry and those who love you rejoice.  And if you
live your life as you should, when you die, you rejoice and those who
love you cry.


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


Re: Witango-Talk: On Macintouch today

2004-04-12 Thread Bryan Hughes
Anybody successfully exported their app to Java and have it work?

Could you outline the steps involved?

Thanks...

Bryan Hughes
TFG-PIU
954-493-6565 x122
On Apr 12, 2004, at 4:38 PM, Dan Stein wrote:

Yes and a shame they don't list in in US dollars.

on 4/12/04 12:25, Bill Conlon at [EMAIL PROTECTED] wrote:

First item in updated products.

Witango Development Studio 5.5.08 is cross-platform rapid development
environment for web applications, with an extensible, XML-based visual
programming system. Among the new features are the ability to compile  
the
Witango Application files to Java Class files, a built-in syntax  
checker,
JDBC support, and improved formatting features. Witango Development
Studio is $1,038AU for Mac OS X and Windows.

Just a shame it doesn't say A free lite version is also available

Bill Conlon

To the Point
345 California Avenue Suite 2
Palo Alto, CA 94306
office: 650.327.2175
fax:650.329.8335
mobile: 650.906.9929
e-mail: mailto:[EMAIL PROTECTED]
web:http://www.tothept.com
__ 
__
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

--
Dan Stein
Digital Software Solutions
799 Evergreen Circle
Telford PA 18969
Land: 215-799-0192
Mobile: 610-256-2843
Fax 413-410-9682
FMP, WiTango, EDI,SQL 2000
[EMAIL PROTECTED]
www.dss-db.com
When you are born, you cry and those who love you rejoice.  And  
if you
live your life as you should, when you die, you rejoice and those who
love you cry.

___ 
_
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: J2EE compliant web servers

2004-04-12 Thread Bryan Hughes
Anybody successfully exported their app to Java and have it work?

Could you outline the steps involved?

Thanks...

Bryan Hughes
TFG-PIU
954-493-6565 x122
On Apr 12, 2004, at 4:13 PM, run run wrote:

I use tomcat5. Is j2ee complaint app server.

see:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html
Tabi



--- Wolf, Gene [EMAIL PROTECTED] wrote:
   Well, seeing as how 5.5 is now released, can
someone make some suggestions as to what java web
servers they would recommend and why? We don't have
alot of java expertise here so we would want to try
something that was easy to administer and maintain.
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

__
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html
___ 
_
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


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