RE: [U2] RE:[UV] Moving TRANS

2004-10-22 Thread Bob Woodward
And don't forget to do a SEARCH on your source code files (all of them) in case someone hard-coded an OS path in any of your programs. I suppose they could have done the same in your PROC files so you better check them as well. BobW --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe

RE: [U2] [UV] Internals Question

2004-10-26 Thread Bob Woodward
to help you out. Bob Woodward Programmer/Analyst Harbor Wholesale Grocery -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 12:01 PM To: u2-Users Subject: [U2] [UV] Internals Question Hi

RE: [U2] telnet problem

2004-11-02 Thread Bob Woodward
, you potentially open up to everyone else. Bob Woodward Programmer/Analyst Harbor Wholesale Grocery [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of George Smith Sent: Tuesday, November 02, 2004 1:28 PM To: [EMAIL

RE: [U2][UD] merging data - fuzzy keys

2004-11-02 Thread Bob Woodward
I worked at a place a long time ago and what we did there was to use the zipcode, first 5 chars of the last name, first letter of the first name, and the first numerics of the address line. This would result in things like: 98501woodwb1234 = Bob Woodward, 1234 Anystreet NW, Olympia, WA, 98501

RE: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread Bob Woodward
If the file has never been closed, just do a quick LIST on the file. If FILE.USAGE is on then when you end the list, you'll at LEAST get some read hits on it. Bob Woodward Programmer/Analyst Harbor Wholesale Grocery [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED

[U2] NACHA Electronic Payments

2004-11-22 Thread Bob Woodward
. Thanks in advance. Bob Woodward Programmer/Analyst Harbor Wholesale Grocery [EMAIL PROTECTED] --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] NACHA Electronic Payments

2004-11-22 Thread Bob Woodward
Thanks for the replies, everyone. I've received the help I needed and am steaming full ahead. Thanks to Kevin King, Bill Haskett, Dave S, and others. Bob Woodward Programmer/Analyst Harbor Wholesale Grocery [EMAIL PROTECTED] --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe

RE: [U2][UD] - Transaction Processing

2004-11-23 Thread Bob Woodward
If I'm reading the request correctly, he wants to see who did a transaction back in November 2003, a year ago. If the IP number wasn't saved at that time with the transaction, I don't know of any way to get it. Unless someone has created a time machine and didn't tell us, yet. Bob Woodward

RE: [U2] Testing if a Unidata file has records or not!

2004-11-29 Thread Bob Woodward
then do a CLEARSELECT if there were any data records. There is also the idea of doing the same BASIC select but instead of SELECTINFO, just do a single READNEXT. If you hit ELSE, it's empty. Again, CLEARSELECT to release the select list. Bob Woodward Programmer/Analyst Harbor Wholesale Grocery

[U2][UV] Scrolling in the HELP list

2004-12-02 Thread Bob Woodward
2000 Server UV 10.1 Dynamic Connect v5.1.2 Term type is VT100 TIA for any help. Bob Woodward Programmer/Analyst Harbor Wholesale Grocery [EMAIL PROTECTED] --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2][UV] Scrolling in the HELP list

2004-12-06 Thread Bob Woodward
on another computer in our network, it then works. Can anyone venture a guess of what I should look at for differences between the two installations of Universe? Any guesses would be greatly appreciated. Bob Woodward Programmer/Analyst Harbor Wholesale Grocery -Original Message- From

RE: [U2][UV] Scrolling in the HELP list

2004-12-08 Thread Bob Woodward
liability for any loss or damage caused by software viruses. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: 06 December 2004 16:18 To: [EMAIL PROTECTED] Subject: RE: [U2][UV] Scrolling in the HELP list I've discovered

RE: [U2] Data Corruption

2004-12-17 Thread Bob Woodward
if you want to copy and/or delete it. Maybe display the contents of the data. HTH Bob Woodward -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Tom Dodds Sent: Friday, December 17, 2004 9:17 AM To: [EMAIL PROTECTED] Subject: RE: [U2] Data

RE: Unclassified RE: [U2] Named Common Issues in UV

2005-01-11 Thread Bob Woodward
We also use a dimensioned array to hold our file handles. I'm not convinced, personally, that this has much benefit to system performance but the system works pretty well so who am I to complain? smile BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL

RE: [U2] UV: Select statement problem

2005-01-12 Thread Bob Woodward
Isn't there a setting for command line statement length? Seems like I remember something about that but I don't get into the setup of systems often enough to be sure. BobW --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Universe account Name/ID

2005-01-20 Thread Bob Woodward
that has the current account info that I can directly access either at a TCL command or via a BASIC variable. Also, I need to be able to do this from both, an interactive session and from a phantom. Environment: Win2k, Universe 10.0.15 Bob Woodward Programmer/Analyst Harbor Wholesale Grocery

RE: [U2] Universe account Name/ID

2005-01-20 Thread Bob Woodward
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Thursday, January 20, 2005 1:20 PM To: U2-Users List Subject: [U2] Universe account Name/ID Hi Folks. I'm trying to find the simplest way to figure out which account a program is running

RE: [U2] Universe account Name/ID

2005-01-20 Thread Bob Woodward
- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Thursday, January 20, 2005 11:30 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe account Name/ID @WHO gives me the windows user id but not the Universe Account. The OCONV gives me

RE: [U2] [UV] Device Licensing

2005-01-20 Thread Bob Woodward
I don't have a LISTUSER command in my copy of Universe so I think that's unique to UDT. The only way I've been able to feel comfortable that device licensing was working was when I do a LISTU and see the uid column has the same value for multiple entries of the same User Name. I believe if you

RE: [U2] Unidebugger/UniEditor

2005-01-31 Thread Bob Woodward
We are running version 1.2.3, copyrighted in 2003. I went looking before and could not find anything newer, or that there was much indication that there would be any time soon. This is what came with our Universe 10.0.X CD'S. BobW -Original Message- From: [EMAIL PROTECTED]

RE: [U2] Unidebugger

2005-01-31 Thread Bob Woodward
When you leave the Universe environment and use tools outside of the environmental controls, there is nothing that is going to enforce business rules in the external environment. Yes, the Unidebugger is an IBM program but I'm not aware of any method of updating the fundamental operation of this

RE: [U2] [AD] UniBasic Program with arguments

2005-02-01 Thread Bob Woodward
You can not run it directly from the command prompt. There were a number of options that were given in this list not that long ago that would let you test external subroutines but they all require some kind of priming process. BobW -Original Message- From: [EMAIL PROTECTED]

RE: [U2] [AD] UniBasic Program with arguments

2005-02-01 Thread Bob Woodward
In Universe you can not run a program that is created as an external subroutine. That is, any program that has the first executable line as: SUBROUTINE MYPROG(PARAM1, PARAM2) If you try to run it, directly or indirectly through a catalog entry in the VOC you get the following message:

RE: [U2] Printronix + HP-Ux + JetDirect

2005-02-02 Thread Bob Woodward
Sorry, Bill, but I can't resist... Call HP comes to mind... You do have support on the HP-Ux system, don't you? BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Wednesday, February 02, 2005 12:07 PM To:

[U2] Universe CREATE SCHEMA

2005-02-03 Thread Bob Woodward
Hi folks. I'm trying to get my feet wet with SQL and I've got what seems like a simple question to ask but one that is proving to be rather difficult to find an answer to. I'm wanting to issue a CREATE SCHEMA command but when I do I get an error message that I'm not an SQL user. How do I go

RE: [U2] Query about UniVerse database

2005-02-04 Thread Bob Woodward
What are you using to connect to the UV database? What is it you're seeing that they are not moving in the respective direction? Has your terminal definition file been modified? Check your ...\uv\terminfo\v directory and see if any of the files have a different modification date. In

RE: [U2] Universe CREATE SCHEMA

2005-02-04 Thread Bob Woodward
the CREATE SCHEMA command. Again, thanks for you help, folks! BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Thursday, February 03, 2005 3:14 PM To: U2-Users List Subject: [U2] Universe CREATE SCHEMA Hi folks

RE: [U2] Query about UniVerse database

2005-02-04 Thread Bob Woodward
Hi Avinash. If the terminal definition files are unmodified then changing them probably won't help you. If you are interested then look into the uvtic.exe and uvtidc.exe programs in the .../uv/bin directory. Everything in the .../uv/terminfo/* directories are the compiled information files and I

RE: [U2] Universe CREATE SCHEMA

2005-02-04 Thread Bob Woodward
So if I have an account and want to access the data from my SQLPLAY account, how do I set this up so I can use SQL in SQLPLAY but not change the other accounts access? Can I create VOC entries that point to the same DATA files but have different DICT's? Is that enough? -Original

RE: [U2] Universe full screen editor

2005-02-07 Thread Bob Woodward
From within the editor, you can edit a line with the C command. To reference a value mark, use ^253 as typed characters. The editor will interpret that as a value mark. Subvalues would be with ^252. An example would be something like: C/ABC^253GHI/ABC^253DEF^253GHI This would locate ABC @VM

RE: [U2] @PJL Blanks

2005-02-08 Thread Bob Woodward
Sounds like you need to change the print driver in Windows. Which one are you using? BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Tuesday, February 08, 2005 11:05 AM To: 'u2-users@listserver.u2ug.org'

RE: [U2] @PJL Blanks

2005-02-08 Thread Bob Woodward
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bob Woodward Sent: Tuesday, February 08, 2005 2:28 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] @PJL Blanks Sounds like you need to change the print driver in Windows. Which one are you

RE: [U2][UV] Synonym Accounts

2005-02-10 Thread Bob Woodward
An account can utilize multiple directories and a directory can be utilized by multiple accounts. In our environment, we have our data files in one directory while the programs are in another. This way we can upgrade the software without having to worry about which files are which. BobW

RE: [U2] GE and LE question

2005-02-11 Thread Bob Woodward
It's because the compare is against variables with no NUM() limitations. When UV sees a non-numeric value, it switches to a data compare. The ASCII characters 1X (DEC values 49 and 88) is between the ASCII characters 1 (DEC values 49 and 00) and 40 (DEC values 52 and 48). Bob W -Original

RE: [U2] Printing different

2005-02-11 Thread Bob Woodward
Define 'easy' for us. Yes, you can send escape sequences to HP printers. A lot of us already do that. You just PRINT the codes you need when you need them. For what you're describing, though, don't think of it as a single piece of paper but more of a number of layers. Print your first layer,

RE: [U2] HTML printing

2005-02-11 Thread Bob Woodward
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

RE: [U2] uv pe

2005-02-17 Thread Bob Woodward
If memory serves me correctly, you also use an in-line FMT or OCONV if you don't have write permissions on the DICT of the file. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Craig Bennett Sent: Thursday, February 17, 2005 3:41 PM

RE: [U2] Universe usm permissions

2005-02-18 Thread Bob Woodward
How about creating a phantom process that runs as Administrator to issue your command? It can watch for an entry in file, which would be the spooler number, then it would issue the usm command without having to give normal users the extra rights of an admin. Just a thought. BobW

RE: [U2] Subroutine utility

2005-02-22 Thread Bob Woodward
I'd be interested in taking a gander at it, too, Kevin. If you don't mind, that is. TIA BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Kevin King Sent: Tuesday, February 22, 2005 3:27 PM To: u2-users@listserver.u2ug.org Subject:

RE: [U2] Subroutine utility

2005-02-22 Thread Bob Woodward
It runs just fine as a cataloged program, too. Had to tweak it a little to get it to run in Universe but nothing major. Quick little bugger, too! Thanks Kevin. It fits quite nicely in my TOOLS.BP. smile BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL

RE: [U2] Subroutine utility

2005-02-23 Thread Bob Woodward
Thanks, Bjorn. There doesn't seem to be a need for the System Builder $INCLUDE or the call to SET.COMMON as long as the AM entries are changed to @AM. I'm curious, though, as to why you would write it to only run on cataloged programs. Like you said, it can be modified to suit our needs but I

RE: [U2][UV] COMMON question

2005-03-04 Thread Bob Woodward
A labeled/named common might work. As long as your phantom doesn't stop, you might be able to. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Nick Cipollina Sent: Friday, March 04, 2005 1:51 PM To: u2-users@listserver.u2ug.org

RE: [U2] Unique Ids

2005-03-08 Thread Bob Woodward
I often wonder about SQL. scratching bald spot on head BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 12:26 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Unique Ids

[U2] Write in debug breaks on trigger

2005-03-16 Thread Bob Woodward
Hi Folks. I'm trying to debug a program using the UniDebugger in UV 10.1 but when the program goes to do a WRITE to a file that a trigger on it, it's breaking with the following message. Program LABEL.BUILD.PICK.REPRINT: Line 578, Error performing trigger for PMCF. Program

RE: [U2] Weird looking record

2005-03-31 Thread Bob Woodward
When you're in the editor, switch modes to show control characters. Use the ^ character to switch modes. It should show you what characters are there. Bob W -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Shawn Waldie Sent: Thursday,

RE: [U2] UDT SYSTEM(49) = UV ???

2005-04-07 Thread Bob Woodward
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Thursday, April 07, 2005 3:18 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] UDT SYSTEM(49) = UV ??? The global variable @COMMAND.STACK should be what you're looking for, Kevin

RE: [U2] [UV] Select returning mv'd list

2005-04-12 Thread Bob Woodward
Many times I've done this with two select statements. SELECT FILE KEY SELECT FILE MV.FIELD LIST FILE.TWO Most often this is how I get a list of detail records from a header record. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of

RE: [U2] Locks, releases and STATU() (oh my)

2005-04-14 Thread Bob Woodward
LIST.READU DETAIL works in our 10.1 version of Universe. What version are you on, Dianne? Bob W -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Dianne Ackerman Sent: Thursday, April 14, 2005 10:25 AM To: u2-users@listserver.u2ug.org

RE: [U2] Logon Banner

2005-04-14 Thread Bob Woodward
@listserver.u2ug.org Subject: RE: [U2] Logon Banner looks like it's printing a line feed, but not a carriage return. Try putting in a \r -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bob Woodward Sent: Thursday, April 14, 2005 12:17 PM To: U2-Users List

RE: [U2] Logon Banner

2005-04-15 Thread Bob Woodward
As it turns out it appears to be something that is fixed in UV Version 10.1. Our production server is 10.1.3 but I've been doing work on my local PC, which was running UV PE 10.0.10. After talking with IBM, and a very helpful Kathy Legge, I upgraded to UV PE 10.1.10 and the problem is gone.

RE: Re[2]: [U2] Printing PDF from uv

2005-04-25 Thread Bob Woodward
To issue a command from within a basic program in Universe, use something like this: CMD = DOS /c 'dir c:\*.dat' EXECUTE CMD CAPTURING DAT.LIST I'm pretty sure the /c is case sensitive but I've never really tested that. Watch the single and double quote marks, not so much of the order as is

RE: [U2] [UV] Detecting Command-line Arguments to uv

2005-05-06 Thread Bob Woodward
I believe you're talking about the @SENTENCE variable in Universe. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Alfke, Colin Sent: Friday, May 06, 2005 4:23 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UV] Detecting

RE: [U2] Include Vs Call - Software Maintenance

2005-05-18 Thread Bob Woodward
In either case, you only want to externalize that code which performs a specific task or function. Just because two programs do something the say way doesn't make it a good candidate for being an include record or an external subroutine. As to which method would be better, the choice would be

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Bob Woodward
We, also, have a UV scheduler that isn't native to UV. Another thing you might check for is if you have some kind of day-end process that is kicked off manually. We have a day and night shift and when the night shift is done, they kick-off a day end posting process that runs for a number of

RE: [U2] Finding last day of month

2005-06-02 Thread Bob Woodward
I might offer a small modification to your code snippet as noted below. BobW From: Marco Manyevere [EMAIL PROTECTED] Hi, Given a date like 20040203, I want to return the last valid date for that month and year (20040229 in this case). What is the shortest code fragment to achieve

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] [UV] Triggers, RAID and SQL 2005

2005-06-10 Thread Bob Woodward
No, you can't get past the write statement if you are running a program in RAID. If you hit a DEBUG statement then execute a GO, you're still not going to be able to get past the WRITE statement to a triggered file. At least that's been my experience not too long ago on UV 10.1. BobW

RE: [U2] access via disabled accounts

2005-06-10 Thread Bob Woodward
Don't you folks think this is a bit of yelling The sky is falling!? I mean, who's going to produce a system that doesn't have audit trails, account verifications, or some other way of protecting against such illegal operations. Locks only keep honest people honest, and the same can be said of

RE: [U2] access via disabled accounts

2005-06-10 Thread Bob Woodward
Don't you folks think this is a bit of yelling The sky is falling!? I mean, who's going to produce a system that doesn't have audit trails, account verifications, or some other way of protecting against such illegal operations. Locks only keep honest people honest, and the same can be said of

RE: [U2] Best practice for Sequential IDs using TRANSACTION START COMMIT/RO...

2005-06-13 Thread Bob Woodward
But his comments have generated a modification idea to my earlier suggestion. If, before the TRANSACTION START command, you get a next available ID then use that as a root value, you can then create a sequential number with an internal sequential number. IE: ROOT.KEY='' LOOP UNTIL ROOT.KEY

RE: [U2] Best practice for Sequential IDs using TRANSACTION START COMMIT/RO...

2005-06-13 Thread Bob Woodward
You're right, it would. Depending on the requirements, you could very easily create a log file of just the ROOT.KEY values that were rolled back and force an entry of a reason code, time/date stamp, user information, all kinds of stuff, but I think this solution gives the original requestor an

RE: [U2] Best practice for Sequential IDs using TRANSACTION START COMMIT/RO...

2005-06-13 Thread Bob Woodward
Come on, people. A request was made for options. I guess I wasn't real clear on the use of the *0 possibility. Use 1*0 to store the number of sub key parts, or use just a record with the main key part and no subpart. The task was how to not hold up everyone else with a sequential key counter

RE: [U2] Dynamic Connect - Always On Top

2005-06-27 Thread Bob Woodward
It may be the way you're getting to the Dynamic Connect session. Try looking at where your shortcuts are pointing to and/or try saving your session to a new session name. I have a number of saved sessions that give me different color schemes and different servers. I save those sessions to my

RE: [U2] [UV] How does UV authenticate to Windows

2005-07-11 Thread Bob Woodward
support, not unsupported, status. Bob Woodward Programmer/Analyst Harbor Wholesale Grocery [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of HENDERSON MIKE, MR Sent: Monday, July 11, 2005 3:29 PM To: u2-users

RE: [U2] LOCK Query

2005-07-12 Thread Bob Woodward
The LOCK command has no predefined meaning. It is totally up to you, as the programmer, to assign meaning to each of the 64 lock numbers. What I've done is use the menu option number to help identify which program placed the lock. Since we only use LOCK for our phantom programs, the value

[U2] Limiting MV's in a list statement

2005-08-09 Thread Bob Woodward
Hi folks. I'm trying to do a listing of a file that has a number of attributes that are MV'ed and are associated, at least logically, and I'm wanting to only display specific values. Here's the command and layout for a single item: LIST PM ITEM.ID STATUS.FLAG CUBES TOTE.ITEM UOM PM file

RE: [U2] Limiting MV's in a list statement

2005-08-09 Thread Bob Woodward
Enterprises [EMAIL PROTECTED] --- On Tue 08/09, Bob Woodward [EMAIL PROTECTED] wrote: From: Bob Woodward [mailto: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Date: Tue, 9 Aug 2005 16:08:48 -0700 Subject: [U2] Limiting MV's in a list statement Hi folks.brbrbrbrI'm trying to do

RE: [U2] [UD] UniRPC Connection Network Requirements

2005-08-10 Thread Bob Woodward
Hi Simon, We have that problem when we have Windows Telnet service running. Because we don't allow telnet into our servers except for access to our Universe system, we just turn off the windows service. If you want to change the port on the UV/UD system, I think it's just a simple change in

RE: [U2] Formatting Help

2005-08-22 Thread Bob Woodward
I'll take a stab at this, off the cuff... GOSUB PRINT.HEADINGS NUM.FIELDS=DCOUNT(@RECORD,@FM) FOR F.POS = 1 TO NUM.FIELDS NUM.VALUES=DCOUNT(@RECORDF.POS,@VM) FOR V.POS = 1 TO NUM.VALUES NUM.SUBVS=DCOUNT(@RECORDF.POS,V.POS,@SVM) FOR S.POS = 1 TO NUM.SUBVS

RE: [U2] REMOVE results as promised.

2005-08-22 Thread Bob Woodward
Remember, folks, that you don't have to start with 1 in a FOR-NEXT loop. A=1 FOR I = 2 TO 5 A := @VM:I NEXT I Just a peanut from the gallery being thrown. smile BobW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dzevad Dizdar Sent: Sunday,

RE: [U2] Formatting Data

2005-08-24 Thread Bob Woodward
for. Bob Woodward Programmer/Analyst Harbor Wholesale Grocery [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Al DeWitt Sent: Wednesday, August 24, 2005 2:45 PM To: u2-users@listserver.u2ug.org Subject: [U2] Formatting Data

RE: [ ] - RE: [U2] SQL Grant Rights - Found word(s) list error in the Text body

2005-09-14 Thread Bob Woodward
Don't forget to check the parent directory rights, too. I've been bit by that before. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 1:06 PM To: u2-users@listserver.u2ug.org

RE: [U2] UV Funny

2005-09-15 Thread Bob Woodward
What's the account type? I just did a test in a PICK type account and did not see the same situation as you. It did not matter what the case was for both ed and record_name. FILENAME, on the other hand, did have to be uppercase. Win2k3 and UV 10.1.11. BobW -Original Message- From:

RE: [U2] Integrating .NET and UniVerse 10

2005-09-19 Thread Bob Woodward
Our SQL programmer says that if UVODBC is setup right, it's really fast but we also use UNIOBJECTS.net. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Simon Jackson Sent: Monday, September 19, 2005 4:25 PM To:

RE: [U2] LPTR / SETPTR / print from a specific tray

2005-09-20 Thread Bob Woodward
One of the programs we use has this line of code in it: MAN.PAPER.TRAY = CHAR(27):l2G; * SELECT THE MANUAL SOURCE TRAY It then just does a PRINT MAN.PAPER.TRAY to switch before printing a preprinted form. One of the online references I use, and like, has the command you need. Just be sure

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

2005-09-27 Thread Bob Woodward
I agree with Kevin, specifically for the reasons he mentions, but I actually prefer using the alpha-numeric format like S3000.GET.CUSTNAME: where the S designates it's an internal subroutine, 3000 is the numeric position value that Kevin talks about, and GET.CUSTNAME so every place that I call the

RE: [ ] - RE: [U2] Good Programming Practice Question......... - Found word(s) list error in the Text body

2005-09-27 Thread Bob Woodward
: :WAR.CNT COL.FMT RETURN ! END -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Tuesday, September 27, 2005 1:30 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Good Programming Practice Question. I

RE: [U2] OPEN vs. TRANS

2005-10-06 Thread Bob Woodward
I believe, for the most part, you are correct, but doesn't TRANS also do some work with the system delimiters? Such as a LOWER() or RAISE() function on the data that is returned? Something in the back of my head is hitting me on this but it may be if you're going to be accessing more than one

RE: [U2] Printer problems on UV PE under Windows XP

2005-10-12 Thread Bob Woodward
Eric, I may be repeating information you've already gleamed but you have to set up a printer definition on the computer that UVPE is running that is pointing to the network printer \\norcron-dev\NORCRON. You can call it NORCRON on the UVPE system or anything you want. Because of old standards

RE: [U2] Out of office

2005-10-14 Thread Bob Woodward
If someone has his number, we could call and find out. Oh, and I'll be out of the office Saturday and Sunday, too. smile BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Shawn Waldie Sent: Friday, October 14, 2005 7:41 AM To:

RE: [U2] Just checking!

2005-10-17 Thread Bob Woodward
THAT'S why it's been so quiet! Everybody's out of town smirk BobW -Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Josh Volosov (3) Sent: Monday, October 17, 2005 1:30 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Just

[U2] Strange $INCLUDE problem

2005-10-17 Thread Bob Woodward
Hi Folks, I've got a program that I'm enhancing and I'm needing to add a labeled common to it. It already has a standard common block that's $INCLUDEd so I added my $INCLUDE right below that. A synopsis of mine is: * * MYSTUFF.INCLUDE * INCLUDED LABEL COMMON

RE: [ ] - Re: [U2] Strange $INCLUDE problem - Found word(s) list error in the Text body

2005-10-17 Thread Bob Woodward
New Number! Fax: 303.773.5915 New Number! [EMAIL PROTECTED] Bob Woodward [EMAIL PROTECTED] sale.com To Sent by: U2-Users List [EMAIL PROTECTED

[U2] Strange $INCLUDE behavior

2005-10-18 Thread Bob Woodward
muttering as I walk away, shaking my head Maybe I should ask them to increase the dosage of my medicine Bob Woodward Programmer/Analyst Harbor Wholesale Grocery [EMAIL PROTECTED] --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

RE: [U2] Bad news from Microsoft

2005-10-21 Thread Bob Woodward
From what I understand, this has been available for a while already. They are just releasing an update. I don't think this is that much of a concern to us. At least I don't consider it that much MORE of a concern. Your mileage may very, of course. Bob W --- u2-users mailing list

RE: [ ] - [U2] [UD] how to find records with a in the data - Found word(s) list error in the Text body

2005-10-26 Thread Bob Woodward
Kathy, try something like: EVAL COUNT(@recordxyz,CHAR(###)) GE 1 Of course you need to set xyz to your attribute number and ### to the ASCII value for the double quote. Don't have a table at hand or I'd give that to you. HTH BobW -Original Message- From: [EMAIL PROTECTED]

RE: [U2] Status of a WRITE to a Type 1 File

2005-10-31 Thread Bob Woodward
Write a tag record and watch for the tag instead of the actual data record. When the tag appears, you're sure the related data record is there. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Taylor Sent: Monday, October 31, 2005 11:53 AM To:

RE: [U2] [UV] PRINT @(-23)

2005-11-01 Thread Bob Woodward
Sounds like a printer driver problem to me. Something like a driver that's close but not exactly matched to the printer. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dianne Ackerman Sent: Tuesday, November 01, 2005 12:24 PM To: U2 List Server Subject:

RE: [U2] Sort help needed

2005-11-07 Thread Bob Woodward
The problem is your ELSE POS=0 statement. You need something like this: LOCATE PART.NBR IN RECORD14 BY AL SETTING POS ELSE INSERT... END In a THEN condition, the value is already in RECORD14. You only need to do an INSERT when it's not found. When it's not found, POS will contain the

RE: [U2] Free Editor

2005-12-01 Thread Bob Woodward
I just downloaded the Eclipse software and the U2Editor plug-in. Everything went pretty fair during the installation with a few variances from the installation instructions and the actual options presented. I'm having a problem, though, getting to the Universe programs. The problem seems to be at

RE: [U2] VOC pointer replaced

2005-12-05 Thread Bob Woodward
Do you still have the MD entry that you can use? If not, log into another account (like UV) set a temporary file pointer and edit it that way. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill_H Sent: Monday, December 05, 2005 4:11 PM To:

RE: [ ] - RE: [U2] SOX question (United States only, I believe) - Found word(s) list error in the Text body

2005-12-09 Thread Bob Woodward
So if you're use to working with triggers, you know how to take the trigger off the file, do the dirty deed, then put the trigger back on. The bottom line of SOX is that someone in authority is ultimately responsible for the accuracy of the financial reports that get published, there-by giving

RE: [U2] Arev commands

2005-12-13 Thread Bob Woodward
For the most part, R/Basic commands are very similar to the Universe Basic commands. There are very subtle differences but nothing really major. If you can work in Universe, you'll do just find in AREV. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [U2] Arev commands

2005-12-14 Thread Bob Woodward
with Open Insight will allow in the future the ability to run AREV applications. Then slowly rebuild the screens in OI. Ralph Bob Woodward [EMAIL PROTECTED] wrote: For the most part, R/Basic commands are very similar to the Universe Basic commands. There are very subtle differences

RE: [U2] LOGTO question...

2005-12-17 Thread Bob Woodward
Don't worry, Ken, you'll get use to it. I'm called all kinds of things and I've gotten use to it. smile -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Wallis Sent: Friday, December 16, 2005 9:22 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2]

RE: [U2] UV: LIST.READU question

2005-12-19 Thread Bob Woodward
We look for this all the time. Usually, though, it only shows up if we use the command LIST.READU EVERY. This is how we tell if someone is sitting in and Entry/Update screen instead of the Inquiry screen. We then go smack the fingers of the Owner ID with a ruler. (I like that part!) BobW

RE: [U2] openseq question

2006-01-04 Thread Bob Woodward
You need to have MTR.FILE.PATH open as a file handle, first. You can do one of the following: MTR.FILE.PATH='/tmp' OPEN MTR.FILE.PATH TO MTR.FILE ELSE STOP MTR.REC = 'RECID' OPENSEQ MTR.FILE,MTR.REC TO F.MTR.ROW.FILE ELSE [what you already have] END Or open the full path directly:

RE: [U2] openseq question

2006-01-04 Thread Bob Woodward
Hi Kevin Do you recall which OS this was on? I don't believe I've run into this problem but I'm currently using Windows (2000 and 2003) but I've also been on RS6000 and DG/UX. All of this is with UV. Thanks. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [U2] DCOUNT

2006-01-06 Thread Bob Woodward
Correct me if I'm wrong but does this method not require the DCOUNT function to be executed each iteration of I to determine if you have reached your max value? Granted, for a small number of values it would not be that much of a hit but I'd not like to encourage this on the off chance that you

[U2] PROC Question

2006-01-11 Thread Bob Woodward
Hi folks, I can't find anything in the IBM Doc's for ProVerb's that tells me how to create an entry that will allow me to put multiple commands on a single line. In a nutshell, from a menu when a user selects an option, I want to be able to execute multiple commands. Currently, I use multiple

  1   2   3   >