Re: [U2] (ignore last email!) GE and LE question

2005-02-12 Thread FFT2001
I mispoke -17 would not be allowed, but null and 5.6 would still be allowed 
with this code below.
Will

In a message dated 2/11/2005 7:36:04 PM Pacific Standard Time, 
[EMAIL PROTECTED] writes:

 CASE NUM(SEL) AND SEL GE 1 AND SEL LE MAX.VAL
 
 Brenda this fix that you put in will allow yours users to enter nothing, and 
 also to enter 5.6 or -17 as well.
 Will Johnson
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] (ignore last email!) GE and LE question

2005-02-12 Thread Roger Glenfield
Universe 10 .PE /Windows 2000
Yes, Null passes a numeric test.  But, null will not pass that case 
statement.  Its not ge 1.

rog
[EMAIL PROTECTED] wrote:
I mispoke -17 would not be allowed, but null and 5.6 would still be allowed 
with this code below.
Will

In a message dated 2/11/2005 7:36:04 PM Pacific Standard Time, 
[EMAIL PROTECTED] writes:

 

CASE NUM(SEL) AND SEL GE 1 AND SEL LE MAX.VAL
Brenda this fix that you put in will allow yours users to enter nothing, and 
also to enter 5.6 or -17 as well.
Will Johnson
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Has anyone played with/tested UniVerse 10+ under Solaris 10

2005-02-12 Thread Peter Ivanick
Glen B wrote:
Interestingly Solaris 10 is supposed to be able to run any Linux
application.
  Hrm.. I find that hard to believe. ANY Linux binary?
Glen
---
Well so far at least not vsum, which is necessary for the uv.load script 
to work; trying to execute it manually gives me cannot execute and all 
the checksumming fails.  If I pass uv.load the -nochecksum argument, I 
fail on uvregen  DBsetup with the same 'cannot execute' error, although 
if I try them at the command prompt I get 'invalid argument' instead.

So, here's hoping IBM can turn around the Solaris binaries relatively 
quickly.

--
Peter Ivanick
Sr. Programmer/Analyst
School of Veterinary Medicine, University of Pennsylvania
Email: [EMAIL PROTECTED]
Phone: 215.573.2306Fax: 215.573.8777
http://www.vet.upenn.edu/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Has anyone played with/tested UniVerse 10+ under Solaris 10

2005-02-12 Thread Peter Ivanick
I just realized that I've been trying to load up a linux x86 version of 
Universe onto a SPARC box, of course the binaries are going to fail... argh.

Well so far at least not vsum, which is necessary for the uv.load script 
to work; trying to execute it manually gives me cannot execute and all 
the checksumming fails.  If I pass uv.load the -nochecksum argument, I 
fail on uvregen  DBsetup with the same 'cannot execute' error, although 
if I try them at the command prompt I get 'invalid argument' instead.

So, here's hoping IBM can turn around the Solaris binaries relatively 
quickly.



--
Peter Ivanick
Sr. Programmer/Analyst
School of Veterinary Medicine, University of Pennsylvania
Email: [EMAIL PROTECTED]
Phone: 215.573.2306Fax: 215.573.8777
http://www.vet.upenn.edu/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] HTML printing

2005-02-12 Thread Mark Johnson
That's my question. Can I send HTML text through a hidden *something* on its
way to a printer.
- Original Message -
From: Bob Woodward [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Sent: Friday, February 11, 2005 6:27 PM
Subject: RE: [U2] HTML printing


 Wouldn't you have to have something to do the HTML conversion?  In my
 way of thinking what you've asked for is a way to run a program without
 having to go through a compiler first.

 Bob W


  -Original Message-
  From: [EMAIL PROTECTED] [mailto:owner-u2-
  [EMAIL PROTECTED] On Behalf Of Mark Johnson
  Sent: Friday, February 11, 2005 2:40 PM
  To: u2-users@listserver.u2ug.org
  Subject: [U2] HTML printing
 
  To All:
 
  I would like to generate HTML code and have it go directly to a
 printer as
  formatted output. Normally, a user would open the HTML in a browser,
 ie
  IE,
  then choose print. I want to bypass the user step and go from the
 HTML
  to
  the printer directly.
 
  The present system is UV on Dell SCO and I have another client on
 D3-W2K
  that
  this may apply to as well. I'm aware that there maybe a unix and/or a
 PC
  version for this solution.
 
  Thanks in advance.
  Mark Johnson
  ---
  u2-users mailing list
  u2-users@listserver.u2ug.org
  To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] HTML printing

2005-02-12 Thread Mark Johnson
I don't really know, re HTML vs PDF. I've generated HTML from MV before and
it's a shoe-in for accomplishing a mail-merge type of result, ie a
pre-defined form with tokens that get replaced on the fly.

We're trying to print about 40 government forms and when we downloaded their
PDF from the internet and printed them, they didn't align to the 6 or 8
lines per inch. I don't want to go on a tangent about modifying the print
jobs at this point.

I can't imagine I'm the first to wish to PRINT HTML automatically.

Thanks.

- Original Message -
From: John Jenkins [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Sent: Friday, February 11, 2005 6:36 PM
Subject: RE: [U2] HTML printing


 Mark

 In that case you would need a print driver for your platform (or a network
 printer) that understands and renders HTML on your printer. I am not aware
 of one - and it would be a significant effort so is there a market
demand??.


 Most rendered (as opposed to tag level) HTML printing is accomplished from
 browsers or HTML editors I believe.

 I took a quick look around the WWW and came up with this link which *may*
be
 of help:
 http://www.eprintdriver.com/to_word/HTML_to_Word_Doc.html

 You might be able to achieve what you want with OLE..

 Is there any reason why you want HTML in particular?  Would PDF be ok?

 Maybe if you let us know what you are trying to achieve we can put it into
 context and offer some more suggestions.

 Regards

 JayJay

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Mark Johnson
 Sent: 11 February 2005 22:40
 To: u2-users@listserver.u2ug.org
 Subject: [U2] HTML printing

 To All:

 I would like to generate HTML code and have it go directly to a printer as
 formatted output. Normally, a user would open the HTML in a browser, ie
IE,
 then choose print. I want to bypass the user step and go from the HTML
to
 the printer directly.

 The present system is UV on Dell SCO and I have another client on D3-W2K
 that
 this may apply to as well. I'm aware that there maybe a unix and/or a PC
 version for this solution.

 Thanks in advance.
 Mark Johnson
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] HTML printing

2005-02-12 Thread Mark Johnson
Now we're talkin'.
Thanks.
- Original Message -
From: [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Sent: Friday, February 11, 2005 9:11 PM
Subject: RE: [U2] HTML printing


 As you're on *nix you may be able to pipe the HTML output through an HTML
 renderer (like java jRex or Calpane. Other alternatives might be using
Perl
 or the HTML text renderer Lynx) then to your printer.



 A quick google search shows there are several commercial products for this
 type of application.



 S





 -Original Message-

 From: Mark Johnson

 Subject: [U2] HTML printing



 I would like to generate HTML code and have it go directly to a printer as

 formatted output. Normally, a user would open the HTML in a browser, ie
IE,


 then choose . I want to bypass the user step and go from the HTML to

 the printer directly.

























































































































































































































































































































































































































































































































































































































































































 **
 This email message and any files transmitted with it are confidential
 and intended solely for the use of addressed recipient(s). If you have
 received this email in error please notify the Spotless IS Support Centre
(61 3 9269 7555) immediately who will advise further action.

 This footnote also confirms that this email message has been scanned
 for the presence of computer viruses.
 **
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/