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
[EMAI
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 12,
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
-O
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: Mond
If there was a way I am sure some Var's would be very upset. We have a
'package' software and much of the very internal workings, such as printing,
are only complied code, we do not have the source. If we could get the source,
we really wouldn't need our Var any more :).
Thanks,
Marilyn A. Hi
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 Messa
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
Same Voc? Same LOGIN in Voc?
May be a UDT.OPTION that is set in the old system and not set in the new.
Thanks,
Marilyn A. Hilb
Value Part, Inc
Direct: 847-918-6099
Fax: 847-367-1892
[EMAIL PROTECTED]
www.valuepart.com
-Original Message-
From: Peter Gonzalez [mailto:[EMAIL PROTECTED]
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]
www.
Check out COMO. If you turn it ON you can direct screen output to a file. Do
Help Como.
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: M
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 pro
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]
www.valuepart.co
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 on
anage form 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-pri
I had this same problem with our bin locations that contained an E. I ended up
swapping E for X before doing the compare to get the results I wanted.
Thanks,
Marilyn A. Hilb
Value Part, Inc
Direct: 847-918-6099
Fax: 847-367-1892
[EMAIL PROTECTED]
www.valuepart.com
-Original Message-
F
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marilyn Hilb
Sent: Wednesday, January 12, 2005 10:26 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] [UV]Strange But True
I had this same problem with our bin locations that contained an E. I ended
up swapping E for X before doing
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 to
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:
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 PROTECTED
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 Message---
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: Phil
The previous company I worked at uses what I believe is now a Microsoft product
called SourceSafe. It would 'check out' a programs source code, which means
making it writeable and changing the ownership to the user who checked it out.
Then when changes were done, the user checks it back in, whic
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 onl
Ohoh! I was thinking to move them to the bottom of the program when this
discussion first came up, as that would not mess up the line count. But
couldn't think how to do it!. This is good!! So now we have two solutions.
Thanks folks! I should have asked this of you 2 years ago :). Special thank
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
u can add value marks using the +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
Try the NUM command to test if it is a number or not. This is some of the help:
NUM function
_
Not a 'real' holiday. Only some companies get this day off. I was at work and
got no messages on Monday. They all came today, Tuesday.
Thanks,
Marilyn A. Hilb
Value Part, Inc
Direct: 847-918-6099
Fax: 847-367-1892
[EMAIL PROTECTED]
www.valuepart.com
-Original Message-
From: Mark Ea
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 more!.
Sure.. Just put a VOC entry for the file pointing to the other account path.
You can even build a temp voc on the fly in your program for each account/file
you need to check. You can even make a voc pointer to another voc :).
Thanks,
Marilyn A. Hilb
Value Part, Inc
Direct: 847-918-6099
Fax: 8
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 system
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: 847-
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 sta
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 printe
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]
www.valuepa
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]
www.valuepart.
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
V
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: u2-
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,
I also had this question and came up with my own answer.
Companies are merging (buying each other out etc) all over the place. If you
merge two companies, one that uses Unidata and one that uses Universe I can see
the desire to migrate one to the other in order to only use one for licensing
con
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:
Jeff.. Can't do attachments here. It the code reasonable length where you can
just included it in the body of an email?
And as a side note.. If you have SB+ they have a /LOCKS command which does show
more info, including the real file name. I was even able to edit the screen
used to make the l
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 PROTE
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 P
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
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 Message--
: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
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 Messag
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, 20
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
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 kn
That makes sense. But what about when the space is added? It is no longer a
number, but yet it is still doing a numeric comparison.
-Original Message-
From: Martin Phillips [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 06, 2005 2:52 AM
To: u2-users@listserver.u2ug.org
Subjec
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 process
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
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 c
Thanks,
Marilyn A. Hilb
Value Part, Inc
Direct: 847-918-6099
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.u
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 sh
Quote: "These days, I still use the syntax because I my fingers can type it
from memory, without my brain actually working."
I Love that statement. A non-programmer just wouldn't understand and would
likely cause fear in them .. especially the bosses.. to know this is part of a
programmers inne
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 inte
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:
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: u2-users@
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 Message--
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/
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>> star
We use rxlaser for the same process. I believe they are at rxlaser.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Moore
Sent: Thursday, September 29, 2005 3:10 PM
To: u2-users@listserver.u2ug.org
Subject:RE: [U2] Embedding JPG
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
iate (ie. 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... (reall
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
Usin
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: u2-User
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
No posts since Friday?? VERY unusual.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
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
T
Ditto. This is the same way we do it (other than we do the export after each
shipment). I have worked with UPS now for two different companies to get an
interface with their software. They worked very well with me and helped me
accomplish my goals.
Only side note I have to add, is I ended up
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
Valu
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?
Woul
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
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
? (You're scaring me!)
-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 tha
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
While I don't live in Denver.. I would be interested in attending this course
in USA.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King
Sent: Wednesday, January 18, 2006 11:47 AM
To: u2-users@listserver.u2ug.org
Subject:RE: [U
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 authoriz
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: [
82 matches
Mail list logo