RE: [U2] Printing from UniVerse

2005-06-07 Thread Dave S
It is very time consuming to code this way. However, you do end up with self-documenting code. --- Peter Gonzalez <[EMAIL PROTECTED]> wrote: > Bob, > In all the places that I have worked without > standards, I have applied the > standard you refer to with variables names. It's > great. Addition

RE: [U2] Printing from UniVerse

2005-06-07 Thread Peter Gonzalez
Bob, In all the places that I have worked without standards, I have applied the standard you refer to with variables names. It's great. Additional, I don't rust DICTs I look at the EQU item for a true description of what the field is and what it does. 016: * ITEM ID = CONO '!' REJECT# 017: 0

RE: [U2] Printing from UniVerse

2005-06-07 Thread Bob Woodward
One of the programming standards I've seen names all equates with a trailing $. System subroutines start with a $ and I thought this was a pretty slick way of knowing instantly that it's an equate, not a variable, while browsing the source code. BobW > > Coming from a C background, I always use

RE: [U2] Printing from UniVerse

2005-06-07 Thread Raymond DeGennaro II
At 18:22 -0700 2005/06/06, Bill Haskett wrote: However, with "EQUATE VM TO CHAR(254)" there is no such relationship, so I was taught not to do this as it wasn't the intention of the statement (even though I could). I think I was taught by someone who was very particular about these kinds of thin

RE: [U2] Printing from UniVerse

2005-06-07 Thread Marilyn Hilb
y, June 07, 2005 9:43 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Printing from UniVerse I believe EQUATE on Microdata, UV, and ALL MV-Basics are substantially equivalent in that EQUATE is an instruction to the compiler to substitute the right half whenever it (the compiler) su

RE: [U2] Printing from UniVerse

2005-06-07 Thread Stevenson, Charles
Bill & Diane, I'd hold suspect just about anything this teacher said. That is - to be polite - a "unique" way of thinking about EQUATEs. There are not 2 slots in memory to update simultaneously. I believe EQUATE on Microdata, UV, and ALL MV-Basics are substantially equivalent in that EQUATE is a

Re: [U2] Printing from UniVerse

2005-06-07 Thread Dianne Ackerman
Maybe that was a Microdata "rule", because I was taught the same exact thing! -Dianne Bill Haskett wrote: Charlie: It's funny you should raise Microdata. I was taught to never use EQUATEs unless I wanted to create a relationship between both sides of the equation. e.g I'd use the following:

Re: [U2] Printing from UniVerse

2005-06-06 Thread Clifton Oliver
Particular? Peculiar might be a better word. Was this instructor trained in Computer Science or General Semantics. :-) -- Regards, Clif On Jun 6, 2005, at 6:22 PM, Bill Haskett wrote: However, with "EQUATE VM TO CHAR(254)" there is no such relationship, so I was taught not to do this a

RE: [U2] Printing from UniVerse

2005-06-06 Thread Bill Haskett
nds of things. :-) Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, June 05, 2005 8:22 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Printing from UniVerse I've worked with Jbase for several years, and, even t

Re: [U2] Printing from UniVerse

2005-06-05 Thread CWNoah2
I've worked with Jbase for several years, and, even though Jbase changes EQUATEs to assignments when it renders its C code, I still use EQUATE for CHAR(nn), FALSE and TRUE. Just long-term habits from the old Microdata days when we bummed CPU microseconds instead of today's picoseconds, and w

Re: [U2] Printing from UniVerse

2005-06-03 Thread fft2001
ok in that table as well, but the code could still be rendered at compile time. Will Johnson Fast Forward Technologies -Original Message- From: Stevenson, Charles <[EMAIL PROTECTED]> To: u2-users@listserver.u2ug.org Sent: Fri, 3 Jun 2005 17:29:33 -0400 Subject: RE: [U2] Printi

RE: [U2] Printing from UniVerse

2005-06-03 Thread Stevenson, Charles
Yes , very helpful, but those should be EQUATEs, not assignments. Equates of quoted texts, CHAR(27), and even concatenations of these will all be resolved to strings by the compiler. Nothing gets executed at runtime. If the file as written were $INCLUDEd in a utility routine that gets called freq

Re: [U2] Printing from UniVerse

2005-06-03 Thread Joe Walter
Excellent! Thanks for the include code. Very helpful. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, June 03, 2005 11:53 AM Subject: Re: [U2] Printing from UniVerse > > > Hi all, > > > > I need to fire a print from UniVerse Basic where I

Re: [U2] Printing from UniVerse

2005-06-03 Thread karlp
> Hi all, > > I need to fire a print from UniVerse Basic where I want to > change the Font size. Is there any function available in UniVerse to do > the same? I use an include file, but this is for PCL codes directed at HP-compliant printers (emulate PCL5/PCL6). Here's the include (which i

[U2] Printing from UniVerse

2005-06-03 Thread Hari T. K. Varma
Hi all, I need to fire a print from UniVerse Basic where I want to change the Font size. Is there any function available in UniVerse to do the same? Thanks in Advance, Regards Harivarma --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listser