[U2] Java Platform Struggles

2006-01-23 Thread Brutzman, Bill
I am writing to inquire... what Java tools are people using with U2? We have UniVerse running on HP-Ux. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UniVerse call to Java class

2006-01-11 Thread Brutzman, Bill
I believe that there is a way to invoke a Unix command-line thing (program) from within UniBasic. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Baker Hughes Sent: Wednesday, January 11, 2006 1:28 PM To: u2-users@listserver.u2ug.org Subject: [U2]

[U2] [UV] RETREIVE Explosion Problem

2005-12-22 Thread Brutzman, Bill
The following commands do not work... LISTF.STOCK PART.NBR BIN QTY BY.EXP BIN SELECT F.STOCK PART.NBR BIN QTY BY.EXP BIN Inside UniBasic, to feed a loop... if a part has multiple bin locations, I want one unique record per the following example. PN Bin Qty 11

RE: [U2] Using Esc

2005-12-19 Thread Brutzman, Bill
The code for my UniBasic compiled program ( called PRJ ) does the following... I notice that there is a KEYEDIT command in the UniBasic manual. - >PRJ ^[ char(210) char(201) That is, the Pi character followed by the upper left dou

[U2] Using Esc

2005-12-19 Thread Brutzman, Bill
I am trying to add functionality for the Escape Key in UniBasic program for end-users to edit record data with Dynamic Connect and UV. Terminal emulation is AddsVP moving to VT-100. The following code does not behave as intended. Esc = char(251) begin case case Ans = '' ; null

[U2] Small FootPrint MultiValue

2005-12-19 Thread Brutzman, Bill
Aside from U2 Personal Edition, are there any multi-value products like say IBM's CloudScape that do multi-value? --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UniBasic PCL/PJL - Victory

2005-12-12 Thread Brutzman, Bill
Thanks to those who responded. It seems that, with some help, I figured it out. The (easy) answer that I was looking for is near the bottom. That is, just turn on duplexing, write the first page, issue a PAGE command, and print the back page. --Bill Esc = char(27) PJL.Cmd = '@PJL '

RE: [U2] UniBasic PCL/PJL

2005-12-12 Thread Brutzman, Bill
My question is what to I send to the printer to logically print the first page and hold it... and then what to send to the back page...and then to print all of it out. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Gallen Sent: Monday, Dece

RE: [U2] UniBasic PCL/PJL

2005-12-12 Thread Brutzman, Bill
The printers are HP LaserJets of diffent models 4200, 4100 mfp, 1320, 4Si. It appears that what I am trying to do is re-write PCL into PJL. Per the following code cribbed from Raining Data, I can print a text string in portrait or landscape via the following. Tweaking this code to handle duplexi

RE: [U2] UniBasic PCL/PJL

2005-12-12 Thread Brutzman, Bill
specified physical page, BACK side" print text.for.side.two print Esc : '&L1S' ;* "Prints both sides" I expect that this code is PCL and I need to do something different like PJL. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC

[U2] UniBasic PCL/PJL

2005-12-12 Thread Brutzman, Bill
I was unable to locate any sample code on the U2UG website. I am having some problems with duplex print jobs. Links to or some example code would be appreciated. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UniVerse - file importation

2005-11-10 Thread Brutzman, Bill
Perhaps a nightly (or hourly) Windows script to create a .txt file from dBase to a Windows network drive. I presume that wIntegrate has some (cron) scripting functionality. From wIntegrate, run a UniBasic application to thing to grab the .txt file and save the data to a UV file. As an alternativ

[U2] Sorting By Price

2005-11-10 Thread Brutzman, Bill
With UniVerse, I am trying to sort by descending dollar value using the following code. I have tried 'AL' 'DL' 'AR' 'DR'. I see what it is doing... Suggestions would be appreciated. R.Valuation = Extended.F : VM R.Valuation := Part.Nbr : VM R.Valuation := Bin

RE: [U2][UV] UPS rate calculator

2005-10-27 Thread Brutzman, Bill
Consider contacting UPS tech support. I expect that there is a SQL/ODBC web thing with up-to-date rates etc. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2][UV] Date conversion question

2005-10-12 Thread Brutzman, Bill
I suggest brute-force string mgt. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nick Cipollina Sent: Wednesday, October 12, 2005 8:30 AM To: u2-users@listserver.u2ug.org Subject: [U2][UV] Date conversion question If I want to convert a date to the

RE: [U2] Unidata TCL - beginner question

2005-10-06 Thread Brutzman, Bill
Try something like... LIST FILE.NAME WITH DATE LIKE "10/2..." Do a LIST DICT FILE.NAME for clarification. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bruce Ordway Sent: Thursday, October 06, 2005 1:46 PM To: 'u2-users@listserver.u2ug.org' Subj

RE: [U2] PICK 101

2005-10-05 Thread Brutzman, Bill
I suspect that, like many companies, this company prefers to hire young people. --B -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Debster Sent: Tuesday, October 04, 2005 8:53 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] PICK 101 the bigger quest

RE: [U2] Off-topic? Problems with DigiPortServer -> Win2003 serve r SP1 -> Universe

2005-09-23 Thread Brutzman, Bill
Perhaps the Digi's "bios" can be re-flashed... Perhaps Digi has a download for this... --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joe Walter Sent: Friday, September 23, 2005 1:07 PM To: u2-users@listserver.u2ug.org Subject: [U2] Off-topic? Probl

RE: [U2] Formatting Data

2005-08-24 Thread Brutzman, Bill
Consider "Socratic" Programming... that is, break the problem down into elemental pieces. Please consider broadcasting a few lines of the bug-laden code. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Al DeWitt Sent: Wednesday, August 24, 2005 5:45

RE: [U2] New UV Accout VOC

2005-08-09 Thread Brutzman, Bill
Will's answer is quite excellent but... 1. The SandBox VOC needs to know about files. So, I did something similar like... SELECT MYPOINTER WITH F1 = "F" COPY FROM MYPOINTER TO VOC SELECT MYPOINTER WITH F1 = "PA" COPY FROM MYPOINTER TO VOC 2. The first program that

RE: [U2] New UV Accout VOC

2005-08-08 Thread Brutzman, Bill
; From: [EMAIL PROTECTED] [mailto:owner-u2- > [EMAIL PROTECTED] On Behalf Of Brutzman, Bill > Sent: Monday, August 08, 2005 10:19 AM > To: 'u2-users@listserver.u2ug.org' > Subject: [U2] New UV Accout VOC > > We need to setup a "Sand-Box" account for piloting. &g

[U2] New UV Accout VOC

2005-08-08 Thread Brutzman, Bill
We need to setup a "Sand-Box" account for piloting. I created an account with UV Admin. I copied the data files (including VOC) over. The command >LOGTO SANDBOX seems to work ok. Upon issuing further commands from a TCL prompt, UniVerse comes back with an error message indicating... "Verb

RE: [U2] Win2003 Serial Printers

2005-07-27 Thread Brutzman, Bill
0. Consider new printers altogether. 1. Consider contacting the original printer manufacturer. The printers probably have (EPT ?) parallel ports. 2. Together with an HP JetDirect print server, Digi has perhaps the most robust serial-to-ethernet converters for ~$200 each. 3. Printronix (free)

[U2] Dynamic Connect - Always On Top

2005-06-27 Thread Brutzman, Bill
I need to right-click on the blue title bar and uncheck "Always On Top". Saving the session does not appear to correct this problem. How can this be better configured? --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Parsippany

2005-06-23 Thread Brutzman, Bill
There seems to be a [water?] company in Parsippany NJ using U2. I would like to know who they are. --Bill Bill Brutzman Manager, IT HK MetalCraft Mfg Corp PO Box 775 35 Industrial Road Lodi NJ 07644-0775 973.471.7770 x145 973.471.9666 .fax www.hkMetalCraft.com

RE: [U2] Barcode Label Print Software

2005-06-22 Thread Brutzman, Bill
Intermec has printers with bar-code labels and RFID tags fully integrated. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Barcode Label Print Software

2005-06-22 Thread Brutzman, Bill
With HP-Ux and UV (for maybe two years) we have been using an Intermec label printer, SeaGull Scientific BarTender, wIntegrate, and an XP client. >From a UniBasic application, wIntegrate writes the UV data to a DOS directory, and then launches BarTender, which grabs the delimited text data to popu

RE: [U2] Conversion Code - M

2005-06-17 Thread Brutzman, Bill
2005 6:35:39 PM Central Standard Time, [EMAIL PROTECTED] writes: Yes... M is a variable... as in... M = "R,#9" Thanks to those who responded. --Bill From: Brutzman, Bill [snip] crt @(31,19) : Qty.Rcvd M [snip] I am writing to inquire about the meaning of "M".

RE: [U2] Pdf Software Upgrade

2005-06-16 Thread Brutzman, Bill
What is the new PDF software? --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Anthony Dzikiewicz Sent: Thursday, June 16, 2005 3:18 PM To: u2-users@listserver.u2ug.org Subject: [U2] Pdf Software Upgrade Craig, We are finally done testing the new PD

RE: [U2] Conversion Code - M

2005-06-15 Thread Brutzman, Bill
t: RE: [U2] Conversion Code - M From: Brutzman, Bill [snip] crt @(31,19) : Qty.Rcvd M [snip] I am writing to inquire about the meaning of "M". Suggestions would be appreciated. Looks like M is a variable, so it would depend on what it contained. I'm goi

[U2] Conversion Code - M

2005-06-15 Thread Brutzman, Bill
In UniVerse with Dynamic Connect, some legacy UniBasic seems to apply a conversion thing such that... crt @(31,19) : Qty.Rcvd M crt @(31,20) : Qty.Rcvd 'R#8' crt @(31,21) : Qty.Rcvd Qty.Rcvd = -Qty.Rcvd crt @(51,19) : Qty.Rcvd M crt @(51,20) : Qty.Rcvd 'R#8'

RE: [U2] Best Practice for Sequential IDs

2005-06-11 Thread Brutzman, Bill
Remember also... *--- -- Lock.And.Write.IM: Lock.Test = recordlocked (F.IM, This.Key) begin case case Lock.Test = 0 ; recordlocku F.IM, This.Key ; write R.IM on F.IM, This.Key ; release F.IM, This.HK.PN

RE: [U2] External SubRoutine Problems

2005-06-06 Thread Brutzman, Bill
False alarm... I found a pesky typo. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brutzman, Bill Sent: Monday, June 06, 2005 6:18 PM To: 'u2-users@listserver.u2ug.org' Subject: [U2] External SubRoutine Problems Using UniVerse, UniB

[U2] External SubRoutine Problems

2005-06-06 Thread Brutzman, Bill
Using UniVerse, UniBasic, I am trying to... call *SUB.BIN.TO.BIN.R0 (Part.Nbr, Qty.Pieces, Source.Bin, Target.Bin, Error.Msg ) (give, give, give, give, get ) begin case case Error.Msg # '' ; gosub Error.Handler end case This

[U2] UniBasic Line Continuation

2005-05-25 Thread Brutzman, Bill
In some mV implementations, there is a "..." thing to help with code readability. Is there any way? We are on UV. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Training Courses

2005-05-24 Thread Brutzman, Bill
Consider IBM and Epicor.com Both have global offices. I have taken a few courses at Epicor. I was happy with what they did. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrew Lakeland Sent: Tuesday, May 24, 2005 9:59 AM To: u2-users@listserver.

RE: [U2] Include Vs Call - Software Maintenance

2005-05-18 Thread Brutzman, Bill
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Thursday, 19 May 2005 8:36 AM To: u2-users@listserver.u2ug.org Subject: [U2] Include Vs Call - Software Maintenance I need a UniBasic program that uses a lot of code from another program. I am inclined to move all of

[U2] Include Vs Call - Software Maintenance

2005-05-18 Thread Brutzman, Bill
I need a UniBasic program that uses a lot of code from another program. I am inclined to move all of the common code out to an include file. I am reluctant to use an external subroutine because if the needs of one main-program change and I then re-compile the sub, then the other main-program (whi

[U2] Include Vs Call - Software Maintenance

2005-05-18 Thread Brutzman, Bill
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lettau, Jeff Sent: Wednesday, May 18, 2005 4:11 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Performance tuning UniVerse on Windows Server 2003 If the server is running hyper threading then turn it off

RE: [U2] Integer Conversion Codes

2005-05-06 Thread Brutzman, Bill
ally use a RetrieVe statement? If "nothing's changed" on your end, it is possible that UV is now enforcing some SQL constraints that they gave you a pass on before. --Ron P -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Fr

RE: [U2] Integer Conversion Codes

2005-05-06 Thread Brutzman, Bill
Also... ED PRESS 32M1 0001: 7023 0002: 32 0003: VERTICAL 0004: 0005: 0006: MEDIUM 0007: 8 0008: Y --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Integer Conversion Codes

2005-05-06 Thread Brutzman, Bill
Also... >LIST PRESS SETUP UniVerse/SQL: Conversion "MD1" is incompatible with an INTEGER datatype --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Integer Conversion Codes

2005-05-06 Thread Brutzman, Bill
The problem happens when I try to run a paragraph with an embedded UniBasic program that uses a data dictionary with an "MD1" in it. The error is... UniVerse/SQL: Conversion "MD1" is incompatible with an INTEGER datatype The paragraph is... >ed VOC SHOW.PRESSES 0001: R 0002: USER.PL 0003: SHOW.

RE: [U2] Integer Conversion Codes

2005-05-05 Thread Brutzman, Bill
3:26 PM >To: u2-users@listserver.u2ug.org >Subject: RE: [U2] Integer Conversion Codes > > >How about "MR1" ? > >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill >Sent: Wednesday, May 04, 2005 2:30 P

RE: [U2] Integer Conversion Codes

2005-05-05 Thread Brutzman, Bill
PROTECTED] On Behalf Of Brutzman, Bill Sent: Wednesday, May 04, 2005 2:30 PM To: 'u2-users@listserver.u2ug.org' Subject: [U2] Integer Conversion Codes Our UV v8.3 system uese "MD1" to represent hours in tenth-of-hour increments. The new UV indicates Conversion "M

[U2] Integer Conversion Codes

2005-05-04 Thread Brutzman, Bill
Our UV v8.3 system uese "MD1" to represent hours in tenth-of-hour increments. The new UV indicates Conversion "MD1" is incompatible with an integer datatype. How best to fix this? --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

RE: [U2] VOC Out-Of-Date Error Message

2005-05-04 Thread Brutzman, Bill
restored from a backup that had an earlier release of universe on it. Drew Brutzman, Bill wrote: >Using HP-Ux 11i with UniVerser 10.1, I get the following error message. > >How can this problem be fixed? > >--Bill > >Your VOC is out of date. Update to current release

[U2] VOC Out-Of-Date Error Message

2005-05-04 Thread Brutzman, Bill
Using HP-Ux 11i with UniVerser 10.1, I get the following error message. How can this problem be fixed? --Bill Your VOC is out of date. Update to current release (Y/N)?y Your VOC is configured for Prime Information compatibility Updating your "VOC" file. (Each "*" = 10 records) *

RE: [U2] Run a program in "Silent" mode

2005-04-27 Thread Brutzman, Bill
I change all of the PRINT @(x,y) to crt @(x,y). --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Burwell, Edward Sent: Wednesday, April 27, 2005 1:22 PM To: 'u2-users@listserver.u2ug.org' Subject: [U2] Run a program

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

2005-04-25 Thread Brutzman, Bill
Consider IBM's wIntegrate. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Tod Sigafoos Sent: Monday, April 25, 2005 6:09 PM To: Anthony Dzikiewicz Cc: u2-users@listserver.u2ug.org Subject: Re[2]: [U2] Printing PDF from uv Anthony, Thanks for

[U2] UV Personal Edition - Admin

2005-04-24 Thread Brutzman, Bill
0. RPC Connection Error 1... The UniVerse license has expired. 1. I did see Martin Waller's thread with the response from Barry @ BigPond.net.au. 2. >LOGTO UV merely comes back with a TCL prompt. So, how does one administer? 3. Does UniAdmin work with UniData PE? 4. Am I better off with UniDa

[U2] Base 16, 26, 36

2005-04-22 Thread Brutzman, Bill
We have a bar-code labeling challenge. We need to print hundreds of unique serialized labels. We have three characters available. I am expecting to do something like Master (pallet): H42 2x MMM H42 is our supplier ID. Box # 1 H42 2x AA0 2x is the six-digit pac

RE: [U2] Roaming Print Jobs

2005-04-14 Thread Brutzman, Bill
Right now, the FORM fields in the UV-Spooler are all blank. We have something like three types of forms... [1] blank paper (8.5 * 11) ... laser printers [2] green_bar paper (wide carriage) ... impact printer [3] checks... impact printer Considering th

[U2] Roaming Print Jobs

2005-04-14 Thread Brutzman, Bill
In both our old and new HP-Ux servers running UniVerse, when printing a job, if the printer is busy, the job gets sent to another printer instead. Suggestions would be appreciated. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug

[U2] Factory Floor Automation - Serial Connectivity ?

2005-04-11 Thread Brutzman, Bill
We would like to be able to gather machine motion into UniVerse. TTL data from a sensor could go to a serial or USB port on a PC indicating when a die tool is up or down. Thus, we would be able to capture press activity, logging data. There are a few books on www.amazon.com on how to write a VB/

[U2] rcp HP-Ux to Win XP

2005-04-01 Thread Brutzman, Bill
We want to copy files. Although rcp works between our three HP-Ux boxes, the XP command... c:\> rcp ford:/test.file c:\ comes back with... ford: remshd: Login incorrect rsh: can't establish connection On the remote HP-Ux host "ford", we now have.. (file) (contains) /ho

Re : [U2] Form Feed - Victory

2005-03-31 Thread Brutzman, Bill
Thanks to George, Larry, Mark, Don, Wol, Mats, Mark, Nick, Martin, and MTM. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] RE: Form Feed Append

2005-03-31 Thread Brutzman, Bill
0. The printer prints but we need a form-feed after each greenbar print job so that users do not need to bother and I do not have to rewrite 100 reports. 1. The OS's are... HP-Ux v10, v11 2. How it prints... UV Spooler to Ux Spooler to HP JetDirect to Printronix P300 UV Spooler "Driv

RE: [U2] Form Feed Options

2005-03-29 Thread Brutzman, Bill
form feed between jobs? Scott Brutzman, Bill wrote: >The trouble with the SETPTR command is that I would have to code it in to >100 programs and reports. > >If there is no way to do this in the UV Spooler, it would help to know that. > >I suspect that there is a way in the HP-Ux

RE: [U2] Form Feed Options

2005-03-29 Thread Brutzman, Bill
riginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Tuesday, March 29, 2005 10:02 AM To: 'u2-users@listserver.u2ug.org' Subject: [U2] Form Feed Options Is there an easy way to configure the UniVerse spooler such that as each print job

[U2] Form Feed Options

2005-03-29 Thread Brutzman, Bill
Is there an easy way to configure the UniVerse spooler such that as each print job finishes, a page eject is issued. Thus far, I have been unable to determine what the form feed options are in the UniVerse spooler. Options like "FF No Delay" are not clear right now. The JetDirect to the Printron

[U2] Re: Printronix - The Strife Is O'er

2005-03-28 Thread Brutzman, Bill
Regardsing the problem with connecting a legacy Printronix P300 printer to an HP JetDirect print server and HP-Ux... Printronix (paid) tech support had a few config ideas. Among the "advanced" JetDirect properties, it was setting the print mode to "Centronics" and handshaking to "nACK". --Bill -

[U2] Unix Print Commands...

2005-03-21 Thread Brutzman, Bill
When printing to our legacy Printronix P300 printer on our HP-Ux box, the UniVerse spooler config is... Printer Name : PR0 Unix PathName : /dev/c1t0d0_lp apparently direct to the hardware. Driver: /var/spool/uv/PR0.drvr containing... slp -c132 -i0 -n <&1 cat

RE: [U2]: Epicor

2005-03-14 Thread Brutzman, Bill
While I suppose that is true that Avante is not "Tier One", Avante runs in some rather large organizations... perhaps 1000 users. Avante has quite a lot of features and functionality. I never considered Jeter to be a "heavy-weight". Thus, a more meaningful analogy would be... a luxury van to a l

RE: [U2]: Epicor

2005-03-14 Thread Brutzman, Bill
Three years ago, I did an Epicor Avante roll-out. Then, Avante ran on UniData and UniVerse, NT and Unix; I expect that it still does. It was a 400-person, annual sales $30 million UK battery comany, Hawker Eternacell, Inc., [part of www.Invensys.com] that was acquired by it's French rival, SAFT.

RE: [U2] Using an I descriptor in a UniBasic program

2005-03-02 Thread Brutzman, Bill
It's like putting Harley wheels onto a Lincoln Continental... --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Using an I descriptor in a UniBasic program

2005-03-01 Thread Brutzman, Bill
The way to do this is with two read statements...something like... read R.PO from F.PO, This.PO else R.PO = '' This.Supplier = R.PO<4> read R.Supplier from F.Supplier, This.Supplier else R.Supplier = '' This.Contact.Name = R.Supplier<7> In other words, forget

RE: [U2] @PJL Blanks

2005-02-08 Thread Brutzman, Bill
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' > Subject

[U2] @PJL Blanks

2005-02-08 Thread Brutzman, Bill
Upon trying to move print jobs from the serial port to the parallel port (on the same HP LaserJet IIID) using a JetDirect print server, I get blank pages with "@PJL" at the top intersperced with bona fide printed forms. Suggestions would be appreciated. --Bill --- u2-users mailing list u2-use

RE: [U2] Universe full screen editor

2005-02-07 Thread Brutzman, Bill
I am not sure if I have seen a UV full-screen editor. The way to edit records in U2 is via ED. Use "I" to insert a field, "D" to delete a field. Use "C/12345/24689" to change a value from "12345" to "24689". Use "FI" to save when done. It takes some practice and it is important to be careful w

[U2] Printronix + HP-Ux + JetDirect

2005-02-02 Thread Brutzman, Bill
We have a legacy Printronix P300 greenbar printer that we would like to LAN-connect to our new HP-Ux server via an external HP JetDirect print server. I took a stab at a few of the generic drivers that come bundled with HP-Ux... without luck. Comments would be appreciated. Regards, --Bill -

RE: [U2] [UV] SOX Compliance and Universe

2005-01-27 Thread Brutzman, Bill
The leading U2 product in this area is "PRC" from www.SJplus.com. The web page there addresses SOX issues. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marilyn Hilb Sent: Thursday, January 27, 2005 12:35 PM To: u2-users@listserver.u2ug.org Subject

RE: [U2] Unidata Training

2005-01-21 Thread Brutzman, Bill
My favorite resource is... "The Pick Programming Language: Basic" , Malcolm Bull, Chapman + Hall, c.1994, ISBN 0-412-46660-0. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jimmy Dixon Sent: Friday, January 21, 2005 9:48 AM To: u2-

RE: [U2] I-Descriptor Print Mask Whacked

2005-01-13 Thread Brutzman, Bill
s 7 characters long. Maybe you need "7R##### \%"? - Original Message - From: "Brutzman, Bill" <[EMAIL PROTECTED]> To: "'u2-users@listserver.u2ug.org'" Subject: [U2] I-Descriptor Print Mask Whacked Date: Wed, 12 Jan 2005 19:40:30 -0500 > > Consider

[U2] Re: FIBR

2005-01-13 Thread Brutzman, Bill
While I am glad to find out about FIBR, it kills me that anyone would not opt for an editor, like say, EditPlus. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] I-Descriptor Print Mask Whacked

2005-01-12 Thread Brutzman, Bill
Consider line 5. This thing prints out percentages with a built-in space like... 10. 1 5. 7 3. 2 Suggestions would be appreciated. >ED DICT SA PERCENT.CURRENT 0001: I 0002: 0002: IF (SALES.CURRENT + "0") EQ "0" THEN "0" ELSE ((SALES.CURRENT*"1000")/TRANS (HK.SA,'

RE: [U2] Re: WinteGrate

2005-01-12 Thread Brutzman, Bill
What is the meaning of 'FIBR' ? --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Re: WinteGrate

2005-01-12 Thread Brutzman, Bill
Was the UniBasic program re-compiled ? --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steve Kunzman Sent: Wednesday, January 12, 2005 3:19 PM To: u2-users@listserver.u2ug.org Subject: [U2] Re: WinteGrate I had saved this post for future reference.

[U2] Header Trick Victory

2005-01-12 Thread Brutzman, Bill
The following code works... Thanks to Jeff, George, Ron, Charles, and Les. --Bill *--- --- Printer.Loop: Cmd.Str = "SORT HK.SA BY.DSND CUM.CURRENT BY.DSND CUM.LAST WITH TOTAL.FLAG # 'TOTAL' " Cmd.Str := "CUST C.NAME R

[U2] Header Trick Needed

2005-01-12 Thread Brutzman, Bill
If possible, from within a UniBasic program, I would like to embed a specified date in a report header using a command like... execute "SORT SALES.ANALYSIS BY CUSTHEADING " 'Year-To-Date Sales ' : This.Date.F " " Perhaps more than the two standard quote chararacters, ['] and ["] are ava

RE: [U2] Where Will the .NET Apps Live ?

2004-12-29 Thread Brutzman, Bill
Has anybody written a compiled .Net two-tier application (Win-GUI, not browser) hosted on Unix box launched from a Win client? --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Where Will the .NET Apps Live ?

2004-12-22 Thread Brutzman, Bill
Is there a way to save .Net exe app programs on a Unix box... such that Windows users can launch these programs directly? A lecturer indicated how to save exe apps on a Windows Server. For us here, the trouble with this scheme is that it turns 2-tier into 3-tier. That is, if the Win Server goes

RE: [U2] Data Corruption

2004-12-17 Thread Brutzman, Bill
Victory...Wendy's fix nailed it... >SELECT OP WITH NO @ID >>DELETE OP Thanks to all those who responded. --Bill --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Data Corruption

2004-12-17 Thread Brutzman, Bill
some hints if UniData. Wally Terhune Manager - U2 Advanced Technical Services IBM DB2 Information Management Software Tel: 303.294.4866 Fax: 303.294.4832 [EMAIL PROTECTED] www.ibm.com/software/data/u2/support - Open, Query, Update, Search - Online! "Brutzman,

[U2] Data Corruption

2004-12-17 Thread Brutzman, Bill
There lives a new record in our OP table that shows up as INVISIBLE from a TCL prompt. Without luck, I tried the commands... >DELETE OP ^251 >DELETE OP ^255 I looked at the file using EditPlus. Of course, there are many special characters that appear. Suggestions would be appreciated. --Bill

[U2] Session Virus ?

2004-12-06 Thread Brutzman, Bill
Beginning last week, the unthinkable keeps happening. XP/NT4/Win98 Dynamic Connect / UniVerse / HP-Ux users here have experienced abrupt logout. As a first fix, I gave them Trend's PC-cillin or Trend's SMB. ReBooting the HP-Ux box seems to help for a few hours. It is a pesky intermittent thin

RE: [U2] Universe/wIntegrate/Thin Client

2004-11-24 Thread Brutzman, Bill
Please consider re-writing this blurb using indentation and paragraphs. --Bill Message-ID: <[EMAIL PROTECTED]> From: Anthony Dzikiewicz <[EMAIL PROTECTED]> Sender: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [U2] Universe/wIntegrate/Thin Client Date: Wed, 24 Nov 20

RE: [U2] Ants

2004-11-16 Thread Brutzman, Bill
How could there not be BUGS in the ANTS software? --Bill --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

[U2] Ants - Fast DataBase

2004-11-16 Thread Brutzman, Bill
I received an e-Mail from www.Ants.com. Is it really multi-value technology in disguise? --Bill --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] OT: PCL6 Codes?

2004-11-11 Thread Brutzman, Bill
1. HP has tech manuals available. Last time I looked, these books were only available to be purchased in hard copy. Check out the hp website or call HP. 2. What happens to the print job when another HP printer is connected at the same port? 3. There is PCL4, PCL5, and PCL6. The flavor may matt

RE: [U2] Unidata and UniBasic training

2004-11-10 Thread Brutzman, Bill
Of course IBM runs courses... Also consider www.epicor.com. I have taken a few of their UniData courses both on-site and off-site and found them to be excellent. Epicor has offices around-the-USA and around-the-world. Bill Brutzman, Mgr IT HK MetalCraft Mfg Corp PO Box 775 35 Industrial Road L

[U2] Terminal Emulation Improvements

2004-11-08 Thread Brutzman, Bill
Dynamic Connect applications on our old HP-UX server on UniVerse seemed to support the legacy ADDS-VP with only two colors...green or red on a black background. Now that we have a new Itanium HP-UX box, I expect that we want to migrate to VT-100 or something more robust than ADDS-VP. Right now, t

[U2] Server-To-Server - Round Two

2004-10-27 Thread Brutzman, Bill
Using a PC DeskTop FTP program, I was able to copy all of the files from the old server to my pc and then from my pc to the new server. I setup an account on the new server. I need help with correlating the new account with the existing data and VOC. If there is a way to copy over users and prin

[U2] Server-To-Server UniVerse Clone

2004-10-26 Thread Brutzman, Bill
Our newly refurbished HP-Ux RX-2600 Itanium server arrived yesterday. I installed UV on this new box and now want to copy most everything from old to new. What is the best way to do this? The tech manual "Administering UniVerse" appears to mainly focus on inter-platform transfers. Suggestions

RE: [U2] [UV] UO.NET

2004-10-21 Thread Brutzman, Bill
Yes there is a tech manual on the IBM website, grouped with the UniData docs. --Bill Message-ID: <[EMAIL PROTECTED]> From: Nick Cipollina <[EMAIL PROTECTED]> Sender: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [U2] [UV] UO.NET Date: Thu, 21 Oct 2004 14:52:48 -0400

RE: [U2] UniBasic DeBug - Text After END

2004-10-08 Thread Brutzman, Bill
Thanks for the responses from Gyle and Andrew. While the FORMAT and FANCY.FORMAT command did reformat the code, me... being uptight, the code following the FORMAT commands has less format than does the baseline code. While it was worth trying, FORMAT did not reveal the bug and the same compilati

[U2] Charter WordSmithing

2004-09-28 Thread Brutzman, Bill
As an individual member...I am grateful to those who put the charter together. A few comments follow... Article 2, 1st bullet... Consider substituting the word "Vendor" with "Supplier" as the former moniker has a somewhat pejorative connotation. Section 4... Change toMembe

RE: [U2] RE: U2 User's Group Charter

2004-09-28 Thread Brutzman, Bill
Where exactly is the charter on the website? After logging in and after ten minutes of looking, I gave up. --Bill [demime 1.01d removed an attachment of type application/octet-stream which had a name of Brutzman, Bill.vcf] --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please vi

RE: [U2] Print Jobs Stuck in HP-Unix

2004-09-23 Thread Brutzman, Bill
Problem solved...by rebooting printer and print server. --Bill Message-ID: <[EMAIL PROTECTED]> From: "Brutzman, Bill" <[EMAIL PROTECTED]> Sender: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: [U

[U2] Print Jobs Stuck in HP-Unix

2004-09-23 Thread Brutzman, Bill
I moved from a serial-printer to a print-server-printer. A user here ran an old app [invoking command pertinent to the serial modus] and nothing printed. Following a Unix lpstat command, jobs appear...stuck there. I tried stopping and restarting the Unix spooler via /usr/sbin/lpshut

<    1   2   3   4   5   6   >