RE: [U2] The best way to access SQLServer from UV

2007-06-27 Thread Ross Craig
Universe BCI works very well. http://212.241.202.162/kb/kbview.wsp?id=9 Ross -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jerry Banker Sent: Wednesday, June 27, 2007 6:10 AM To: u2-users@listserver.u2ug.org Subject: [U2] The best way to access

RE: Re:[U2] New UV system

2007-06-14 Thread Ross Craig
Serial devices such as printers, bar-code scanners, and terminals work fine on Windows. Use Lantronix terminal servers and print servers to connect the devices. You can set up the printers as standard TCP/IP printers and use a generic text driver to print from UV. Ross -Original

RE: [U2] Triple-DES Encryption - Java question for U2 group

2007-06-07 Thread Ross Craig
Try this: http://www.acme.com/java/software/Package-Acme.Crypto.html Ross -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George R Smith Sent: Tuesday, June 05, 2007 9:00 AM To: u2-users@listserver.u2ug.org Subject: [U2] Triple-DES Encryption - Java

RE: [U2] Connecting to a remote Universe server in Universe Basic

2007-05-01 Thread Ross Craig
The BCI is very useful and easy to use. This will get you started: http://212.241.202.162/kb/kbview.wsp?id=9 Ross -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Lin Sent: Tuesday, May 01, 2007 4:47 PM To: u2-users@listserver.u2ug.org Subject: RE:

RE: [U2] Sending to the HOLD file

2006-11-29 Thread Ross Craig
LPTR -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Wednesday, November 29, 2006 4:25 PM To: U2-Users List Subject: [U2] Sending to the HOLD file Hi folks. I'm pulling what little hair I have left out by the roots trying to figure

RE: [U2] Why does the IF statement think these values are different?

2006-11-08 Thread Ross Craig
I haven't been following this so someone may have suggested this already. Try adding zero to both sides of the comparison to force both to numbers. Ross -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ferries Sent: Wednesday, November 08, 2006

RE: [U2] [UD] Compilation Failed...

2006-10-24 Thread Ross Craig
Here's a long shot. Try formatting the code with the Format command before you compile. See if the Format command runs without errors. Ross -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 5:27 AM To:

RE: [U2] Citrix with Universe

2006-05-12 Thread Ross Craig
Try VNC, it's free. Ross -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Pflugfelder Sent: Friday, May 12, 2006 11:49 AM To: u2-users Subject: [U2] Citrix with Universe Does anyone out here have experience with Citrix as it pertains to Universe?

RE: [U2] Universe users under Win2003

2006-02-15 Thread Ross Craig
Allow regular users permission to modify files in your UV directory. Ross -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Schasny Sent: Wednesday, February 15, 2006 12:53 PM To: u2-users@listserver.u2ug.org Subject: [U2] Universe users under

RE: [U2] Telnet on Windows 2003 Server

2006-02-01 Thread Ross Craig
It's a file permission issue. You need to allow non-admin users permission to write to the UV directory. Do not share this directory. Ross -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Randall Sent: Wednesday, February 01, 2006 3:20 PM To:

RE: [U2] Java Platform Struggles

2006-01-23 Thread Ross Craig
Start with Eclipse and Tomcat. You will need the Sysdeo Tomcat plugin for eclipse from http://www.sysdeo.com/eclipse/tomcatplugin Install Tomcat onto your PC to run your code. Get the UniSessionFactory working first. The code is at: http://www.pickwiki.com/cgi-bin/wiki.pl?JavaSource Use JDOM

RE: [U2] Java Platform Struggles

2006-01-23 Thread Ross Craig
I use Webstart from Sun to launch Swing apps. It's free and works well. You can use Eclipse to package your application into a jar file that can be distributed from your web server. Your users see icons on their desktops for each of your applications. All applications are loaded into the

RE: [U2] XML Extraction

2006-01-16 Thread Ross Craig
Try this instead: U2XML-extraction xmlns:U2xml=http://www.informix.com/U2-xml; ... /U2XML-extraction -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Burwell, Edward Sent: Monday, January 16, 2006 2:29 PM To: 'u2-users@listserver.u2ug.org' Subject: [U2]

RE: [U2] UniSubroutine: ErrorCode: 30106: Wrong number of arguments supplied to the subroutine

2005-08-30 Thread Ross Craig
Check to see where the subroutine is actually cataloged from. You may be working with the wrong subroutine source code. Ross -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Ward Sent: Tuesday, August 30, 2005 8:32 AM To:

RE: [U2] UV9 on Linux w/ UniObjects

2005-08-03 Thread Ross Craig
Add the following to your i18n file: LANG=en_US SUPPORTED=en_US:en -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King Sent: Wednesday, August 03, 2005 1:32 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] UV9 on Linux w/ UniObjects I

[U2] XML extraction file

2004-12-28 Thread Ross Craig
into using UniVerse basic. My basic program is able to extract all of the other data from the xml file. Extraction file data: U2xml:field_extraction path=[EMAIL PROTECTED]'SHIPPING']/text() / Xml file data: comments type=SHIPPINGSome shipping comments/comments Ross Craig Alaska Diesel

RE: [U2] IBM positioning Linux against Microsoft

2004-05-20 Thread Ross Craig
All of us know that a green screen enables people to be much more productive than a GUI -- You need to learn how to write a better GUI. Ever head of MVC? The display logic used in an application has nothing to do with what kind of database you use to store the data. Ross Craig Alaska Diesel