RE: [U2] Printing an RTF file from Universe

2004-11-11 Thread Marilyn Hilb
What We do here, using SB+ reports is the logo and/or form layout is saved on the hp-laser printer memory. And we issue commands from sb+ to print that from the printers memory, then print the data as normal. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892

RE: [U2] PICK Assembler Language

2004-11-12 Thread Marilyn Hilb
For us new-bees to the group (points to self).. What are the Digest lists for? Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED] www.valuepart.com -Original Message- From: Moderator [mailto:[EMAIL PROTECTED] Sent: Friday, November

RE: [U2] Can I change VOCLIB to DIR type file?

2004-11-16 Thread Marilyn Hilb
Rather than changing voclib. Why not just create a new dir type file which will have all the advantages listed and use the new file (directory) in the R pointers in voc. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED] www.valuepart.com

RE: [U2][UV]FILEINFO

2004-11-22 Thread Marilyn Hilb
In Unidata we used it to check if a file was already opened to save on opening it up again. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED] www.valuepart.com -Original Message- From: Stu Glancy [mailto:[EMAIL PROTECTED] Sent:

RE: [U2] [UV] Got PCL printer?

2004-12-06 Thread Marilyn Hilb
I used SEND() and GET in Unidata to transmit/receive via a modem. Try reading the help on these commands, not sure if they'll talk to a printer port/address. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED] www.valuepart.com -Original

RE: [U2] Data Corruption

2004-12-17 Thread Marilyn Hilb
Can you select it? If you can select it then you can do a tcl delete on it. I've had to get rid of null records this way. SELECT A.FILE = 1 ITEM SELECTED DELETE A.FILE Test this first make sure I have the commands right. I am always paranoid using the delete command. Thanks, Marilyn

RE: [U2] INCLUDE or $INCLUDE

2004-12-17 Thread Marilyn Hilb
I seem to remember on Unidata that you could also change the basictype 'on the fly' in the individual program. Could it be the changing of the basictype in the program(s) was added or removed? Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED]

RE: [U2] LOOP or GOTO on READNEXT

2004-12-29 Thread Marilyn Hilb
I love it when folks use a loop to add up vm's. And not the simple Sum command. Seen that a bit in the code I work in. Goto's never bother me. I came from a 4GL language called Ezgen, and it only had GO'tos. Had no such thing as gosub. The only way to do a gosub type is to make it a called

RE: [U2] printer error

2005-01-03 Thread Marilyn Hilb
I recall when on Windows 2000 the printer name could not have spaces in it when talking to it via Unidata. I don't recall if it was just the share name or the actual printer name. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED]

RE: [U2] UV Pre-printed forms

2005-01-04 Thread Marilyn Hilb
We use QuickLaser (www.rxlaser.com), this is a company/software that takes our designed form and puts it into the format that then can be put onto the printer's memory and we put the commands into the report to retrieve the form from memory. This works for a small operation where we only have

RE: [U2] UV Pre-printed forms

2005-01-04 Thread Marilyn Hilb
changes. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED] www.valuepart.com -Original Message- From: Marilyn Hilb Sent: Tuesday, January 04, 2005 9:43 AM To: u2-users@listserver.u2ug.org Subject:RE: [U2] UV Pre-printed forms

RE: [U2] [UV]Strange But True

2005-01-12 Thread Marilyn Hilb
Curious: If you want to perform string comparisons, such as comparing bin locations, why not: VAL1 = 43008E-112 VAL2 = 43008E-108 IF ( :VAL1 = :VAL2) THEN CRT THIS IS STRANGE END Regards, Ian R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marilyn

RE: [U2] Re: WinteGrate

2005-01-12 Thread Marilyn Hilb
I can share my experience with win.pcrun. If I recall, the program itself uses either single quote or double quote to make the call out to dos/windows. In my case the call I was making required the same type of quote to be around the arguments. So I had to create a new win.pcrun and change it

RE: [U2] [UV] Sorting after MERGE.LIST

2005-01-14 Thread Marilyn Hilb
I believe in Unidata, using ED you could edit the list and then do $sort to sort it, or a similar command. I don't recall exactly the command. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED] www.valuepart.com -Original Message- From:

RE: [U2] K = K

2005-01-19 Thread Marilyn Hilb
I frequently see this type of line K = K in the code I work on and never understood why. Anyone care to share why this is ever needed? I only part way followed the comment in this program sample. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL

RE: [U2] Universe account Name/ID

2005-01-20 Thread Marilyn Hilb
One hint on using these. Read the descriptions carefully. If you use LOGTO not all of these variables will change with the new logto account name/path. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED] www.valuepart.com -Original

RE: [U2] [AD] Programmer needed in New Jersey

2005-01-27 Thread Marilyn Hilb
My thought exactly. And I am new to pick as I programmed in a 4gl for 15 years before moving to pick. And even I have 6 years in pick now. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED] www.valuepart.com -Original Message- From:

RE: [U2] [UV] RAID debugger

2005-02-02 Thread Marilyn Hilb
Mike, I look forward to hearing your solution!! I never took time to specifically diagnose this, but when I have like 10 includes, when in the debugger the line being shown could be actually 10 lines off from the actual line being run at that point. Not really consistent tho, as when I have

RE: [U2] Universe full screen editor

2005-02-07 Thread Marilyn Hilb
I use SE which is like any windows product, use arrows or mouse click to move around etc. You'll see the VM's in there. But in SE you can't add v/m's. I use the F5 copy/paste to get a new v/m in. The Function keys on the screen should help you see how to search (f6) in the item as well as block

RE: [U2] Universe full screen editor

2005-02-07 Thread Marilyn Hilb
add value marks using the ALT+253 (numeric keypad) combination. Colin Alfke -Original Message- From: Marilyn Hilb I use SE which is like any windows product, use arrows or mouse click to move around etc. You'll see the VM's in there. But in SE you can't add v/m's. I use the F5 copy

RE: [U2] GE and LE question

2005-02-11 Thread Marilyn Hilb
Try the NUM command to test if it is a number or not. This is some of the help: NUM function _

RE: [U2] Test

2005-02-22 Thread Marilyn Hilb
Na. Never got it off before at any of my previous jobs. One job had it as a floating holiday. This one and one in Oct. You could pick one of the two, or take a floater. Still doesn't change the fact that I got no emails from this group yesterday. And don't ask me off topic questions any

RE: [U2] Re-Catalog?

2005-02-22 Thread Marilyn Hilb
At the VAR I worked, this was against the rules of course.. to put a different version of the program with the same name in a different file other than the original.. But a perfect world it is not. We had to deal with existing situations like this. When we did have to re-compile/catalog

RE: [U2] [UD] LINE.ATT for attaching serial line

2005-03-01 Thread Marilyn Hilb
There actually are Unidata commands to send/receive data through a port. This is how I did modem EDI transfers on NT. I don't recall the exact commands.. Try looking for the commands SEND RECEIVE. Also yes. The LINE.ATT is also needed. Thanks, Marilyn A. Hilb Value Part, Inc Direct:

RE: [U2] [UV] making 00001 our of 1

2005-03-03 Thread Marilyn Hilb
That is until you have to add a line and the new lines words are longer which means all the old lines need to be spaced out.. I have better things to do with my time :). I try to follow any acceptable pattern that is already there when changing existing code. But beyond 'tabbing' in if/end

RE: [U2] UniVerse/AIX/SB+ Printer Forms

2005-03-03 Thread Marilyn Hilb
You must be on a different version that we are. I can add as many stationeries as I want to any single printer in /PM - Physical Printer Definition. No need to change them on any regular basis. We are on NT. The menu selection that you mentioned only assigns the NT printer name to the SB

RE: [U2] [UV] making 00001 our of 1 - THANKS AND SORRY

2005-03-03 Thread Marilyn Hilb
I don't think he was referring to himself. He was just stating what the research on this issue determined.. referring to the brain as simply the human brain. Not his in particular. :). Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED]

RE: [U2] Happy Odd Day (Unclassified)

2005-03-04 Thread Marilyn Hilb
Ok. I definitely have the wrong job here. Not only do I not get paid for typing spaces.. But I also do not get paid to watch/analyze/notice the internal date! (j/k - don't flame me) Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED]

RE: [U2] Unique Ids

2005-03-08 Thread Marilyn Hilb
Perhaps they were referring to indexes? Such as a customer type field within the customer file. You could have customer 123 and customer 456 with the same customer type of WHL and the index on Customer Type would have WHL in there 'twice', once for each customer. Thanks, Marilyn A. Hilb

RE: [U2] Unique Ids

2005-03-08 Thread Marilyn Hilb
However.. you now need to share those Twinkies. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED] www.valuepart.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 2:03 PM To:

RE: [U2] [UV] Help with HELP

2005-03-11 Thread Marilyn Hilb
In universe I usually edit the help file to read it. Tis so much easier to page down/up line by line , print etc. SYS.HELP and BASIC.HELP are the two files I know of that contain the help documents. (alto I am sb+ as well but I would think the help is at the universe level, not sb+.) Thanks,

RE: [DBR] Re: [U2] Challenge: Can you find this job ?

2005-04-12 Thread Marilyn Hilb
Well. Sounds like they did. And went to Universe :). Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED] www.valuepart.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 10:38 AM To:

RE: [U2] Run a program in Silent mode

2005-04-28 Thread Marilyn Hilb
My 2cents. Another alternative is to run it in phantom. All output will go to a como file which may be useful. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED] www.valuepart.com -Original Message- From: Joe Walter [mailto:[EMAIL

RE: [U2] [UV] mean, median, etc

2005-05-02 Thread Marilyn Hilb
We had to do mode a while back (common sale quantity) and I ended up not finding anything and writing my own. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED] www.valuepart.com -Original Message- From: Dianne Ackerman [mailto:[EMAIL

RE: [U2] Dymanic vs Dimenssioned

2005-05-13 Thread Marilyn Hilb
I am by far from a 'smart person'. But when I was first learning I was told if you were only going to use values in the first few a/m or if was simply a short item, less than 10 or so a/m then you can use dynamic. Anything more than that use dimensioned. If you are going to use say a/m 50 and

RE: [U2] OT Wumpus!

2005-05-31 Thread Marilyn Hilb
WUMPUS!! Me please! That sounds sooo familiar! I am sure I played it long ago. If it is an .exe etc please rename it so the email goes through the filter. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED] www.valuepart.com -Original

RE: [U2] OT Wumpus!

2005-05-31 Thread Marilyn Hilb
:31 AM To: u2-users@listserver.u2ug.org Subject:RE: [U2] OT Wumpus! Marilyn Hilb wrote: WUMPUS!! Me please! That sounds sooo familiar! I am sure I played it long ago. If it is an .exe etc please rename it so the email goes through the filter. Doesn't matter if you rename

RE: [U2] Finding last day of month

2005-06-02 Thread Marilyn Hilb
Program that! Works with one hand too. Just hit the last knuckle a 2nd time before heading back. Easier to have 1 hand for pointing, pencil in the mouth to point marks up my hands. I was also taught this someplace along the line, and still use this method to this day. -Original

RE: [U2] Printing from UniVerse

2005-06-07 Thread Marilyn Hilb
Thanks Charles! I get so frustrated when running debug and I can't see equates. Your simple statement explained it to me so that I can at least understand WHY I can't see them! Thanks! -Original Message- From: Stevenson, Charles [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07,

RE: [U2] Stuart Boydell is on annual leave.

2005-06-13 Thread Marilyn Hilb
Can this person be dropped from the list? I don't mind the away messages when you get just ONE but after getting.. what.. 5 in 24 hours.. this is getting aggravating even to me. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED] www.valuepart.com

RE: [U2] Auditors and sequential numbers

2005-06-16 Thread Marilyn Hilb
When I was involved in a audit he wanted proof of missing invoice numbers. 15 years ago. I kinda laughed we didn't have the proof at that time, and from then forward we kept the printed 'voided' invoice (for invoices that printed incorrectly) in the numerical paper file. But as a programmer I

[U2] Voc pointer not working

2005-07-10 Thread Marilyn Hilb
Hi all. I have a question and hopefully I'll give you all the info you need to answer. Universe 9.4 SB+ 3.4.0 I don't know if SB+ comes into play on this. NT We make a copy of our live account every so often. When doing this we use NT to make the copy and then run it through a universe

RE: [U2] Voc pointer not working (fwd)

2005-07-11 Thread Marilyn Hilb
To: u2-users@listserver.u2ug.org Subject:RE: [U2] Voc pointer not working (fwd) Marilyn Hilb wrote: The trigger here seems to be files that have I_ folders on them, Index Map?. As Karl stated, the index file location is hard coded into the file header. You can amend this using

RE: [U2] THE variable names

2005-07-11 Thread Marilyn Hilb
I also use the THE. Or A Is just something I do in order to assure the variable is unique and not used in commons. Likely due to my background from as a var employee, working on various clients systems and never being quite sure of what is used in commons and want is not, and knowing the

RE: [U2] Voc pointer not working (fwd)

2005-07-11 Thread Marilyn Hilb
Fax: 847-367-1892 [EMAIL PROTECTED] www.valuepart.com -Original Message- From: Brian Leach [mailto:[EMAIL PROTECTED] Sent: Monday, July 11, 2005 3:02 AM To: u2-users@listserver.u2ug.org Subject:RE: [U2] Voc pointer not working (fwd) Marilyn Hilb wrote: The trigger here

RE: [U2] Voc pointer not working (fwd)

2005-07-11 Thread Marilyn Hilb
Thanks for the response Rich. I figured I was only looking at Universe index at this level, just wanted to be sure. You never know where SB+ puts its little goodies. There are Universe level indexes on this file in both live and test. LIST.INDEX filename ALL when run in the account properly

RE: [Maybe spam] RE: [U2] Remove Scenario

2005-08-12 Thread Marilyn Hilb
I am on MasterPack. Whenever I 'deliver' a modification with a dictionary on it from one system to another, that process actually re-builds the equate includes for any new dictionary item I may have added. So yup, got lots of these, but not something I or any recent programmer before me did

RE: [U2] [uV] uvbackup fails because of Access List Denial

2005-08-18 Thread Marilyn Hilb
Could this simply be that another user has the file open and this command won't work on files that are opened / in use by another user? -Original Message- From: Steve Ferries [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 4:26 PM To: u2-users@listserver.u2ug.org Cc:

RE: [U2] RE: free info - was XML and Accuterm

2005-08-25 Thread Marilyn Hilb
Ok. What the heck is curmudgeonly and how to you pronounce it! lol! Thanks, Marilyn A. Hilb [EMAIL PROTECTED] www.valuepart.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen Bell Sent: Thursday, August 25, 2005 3:23 PM To:

RE: [U2] Lexmark Optra Forms

2005-08-26 Thread Marilyn Hilb
Way back when, before these new fangled laser printers and drivers that handled this type of printing. I had to print the form, then actually issue a command to tell the printer to move the 'print position' back up to the top of the sheet of paper, then print the data. -Original

RE: [U2]UD Login User

2005-09-14 Thread Marilyn Hilb
Ok. I have to ask.. What does hth mean?? HTH, Jeff Fitzgerald Fitzgerald Long, Inc. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Good Programming Practice Question.........

2005-09-28 Thread Marilyn Hilb
Two items I have thought of. 1. In addition to putting a modification tag at the top of the code with who/date/what, we also will assign a job number to the mod in addition to a No for the mod. Such as mod 01. Then throughout the code where the changes are made we put a tag such as *01 start

RE: [U2] GT vs (was RE: U2 Users Digest... (really Standards))

2005-10-03 Thread Marilyn Hilb
Guess I lost something along the line here.. what is the 4 letter word? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Johnson Sent: Saturday, October 01, 2005 12:56 AM To: u2-users@listserver.u2ug.org Subject:Re: [U2] GT vs (was

RE: [U2] the 4 letter word

2005-10-03 Thread Marilyn Hilb
. My mother asked me to GOTO the store.) George -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marilyn Hilb Sent: Monday, October 03, 2005 11:57 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] GT vs (was RE: U2 Users Digest... (really Standards

RE: [U2] the 4 letter word

2005-10-04 Thread Marilyn Hilb
Since I started this thread.. am I allowed to say.. END OF THREAD! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Serguei Sent: Tuesday, October 04, 2005 11:57 AM To: u2-users@listserver.u2ug.org Subject:Re: [U2] the 4 letter word

RE: [OT] [U2] chance encounter with a u2 site

2005-10-05 Thread Marilyn Hilb
Not too much of a geek.. Me.. I want to know what application he was running! To see if it is one that I am familiar with! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 11:27 AM To:

RE: [U2] Programmers and Documenation.

2005-10-10 Thread Marilyn Hilb
I may not be using the best verbiage.. but I do very much enjoy writing documentation. NOT I believe what is called high-level integrated documentation. I think of that as integrating the new features into a very large and complex documentation manual on the whole system. not my job mon. I do

[U2] Test.. Knock Nock.

2005-10-18 Thread Marilyn Hilb
No posts since Friday?? VERY unusual. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] RE: IGNORE Test.. Knock Nock.

2005-10-18 Thread Marilyn Hilb
Ignore my post.. My new rule for out of office is deleting them!. Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1951 [EMAIL PROTECTED] www.valuepart.com -Original Message- From: Marilyn Hilb Sent: Tuesday, October 18, 2005 10:17 AM To: 'u2-users

RE: [U2] [UD] Not a verb Paragraph Error between accounts

2005-11-28 Thread Marilyn Hilb
How did that proc get on the second account? Go into the proc and hit the [end] key on each line. Could be there are extra spaces after the actual text in the line that need to be removed. I find this happens when I copy/paste to get code lines to another system. Thanks, Marilyn A. Hilb

RE: [U2] [UV] is there an equivalent to the UD ALL UniQuery keyword?

2005-12-02 Thread Marilyn Hilb
Ohoh. I like that! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mats Carlid Sent: Friday, December 02, 2005 2:43 AM To: u2-users@listserver.u2ug.org Subject:Re: [U2] [UV] is there an equivalent to the UD ALL UniQuery keyword?

RE: [U2] DCOUNT

2006-01-06 Thread Marilyn Hilb
Which is why he said no more than ten. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Friday, January 06, 2006 10:43 AM To: u2-users@listserver.u2ug.org Subject:RE: [U2] DCOUNT Correct me if I'm wrong but does this

RE: [U2] [UD] Active select list in BASIC

2006-01-16 Thread Marilyn Hilb
Just an added note. It there is any possibility that multiple users could be running this at the same time.. You may want to make sure BPLIST is unique, I use port# to assure it is Unique and user ID to identify it. ~Marilyn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [U2] [UD] Active select list in BASIC

2006-01-16 Thread Marilyn Hilb
!) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marilyn Hilb Sent: Monday, January 16, 2006 9:27 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UD] Active select list in BASIC Just an added note. It there is any possibility that multiple users could

RE: [U2] [UD] Active select list in BASIC

2006-01-16 Thread Marilyn Hilb
Subject:RE: [U2] [UD] Active select list in BASIC In this case, BPLIST is a variable name--we aren't saving the list to SAVEDLISTS so there's no conflict. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marilyn Hilb Sent: Monday, January 16

RE: [U2] How can I find the RIGHT IBM Contact?????

2006-01-20 Thread Marilyn Hilb
For us, we don't work directly with IBM.. It is all done through a VAR, (the company the system was originally purchased from,, or the company that bought that company etc). You may need to find out who your VAR is. For us, they are the ones that actually hold the UV license. We aren't

RE: [U2] [EMAIL PROTECTED]

2006-02-24 Thread Marilyn Hilb
Not only that.. but as email admin I am getting rejected emails due to email 'bouncing' back and forth between email address on every one :( Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1951 [EMAIL PROTECTED] www.valuepart.com -Original Message- From: