Re: [UV] Max RecId Length with Type1 files

2004-04-23 Thread chris
hard coded maximum
type 19 files are based on machine limits
Chris

[EMAIL PROTECTED] wrote:

UniVerse: 10.0.10
Windows: 2000 Server
We've encountered a problem such that when writing records to a Type 1
file, with a Record Id length greater than 41 characters, the Record Id is
truncated to the first 41 characters.
Does anyone whether this is:-
 a hard coded maximum?
 configurable?
 a UniVerse bug?
Any/all thoughts welcome...

Thanks,
John Appleyard


 

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: problem with VLIST

2004-04-19 Thread chris
try re-compiling and cataloging the file.

Chris

Rados?aw Ryckowski wrote:

Hello ! 
I'll got very strange thing with VLIST.
I have external program which crash with fault 11,  so I use VLIST
and here is strange thig. Vlist give me information about length ,
object compilatr etc. but when try to  list first line of code
crash with fault 11.  Layer type is Unknown.
Universe verison is 9.6.1.9 
OS version Tru64 Unix.
Strange program was compiled on Uv 9.4.1.1 but I have lot of programs
witch are compiled with this version od Universe.
One more thing when I copy this file to W2K with 
Universe 9.5 VLIST work fine ??
Any idea  suggestion. 

Best regards 

Radek
 

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: [UV] - Dictionary Item for Multi-valued field

2004-04-19 Thread chris
try...

001 I
002 @RECORD59,4,1
003
004 LAST.LTR.NAME
005 12L
006 S
HTH
Chris
Steve Ferries wrote:

HI All,

Would someone please point out what I'm doing wrong with the following?

I am trying to extract the 'hello' field from the attribute below:

0059 }}}hello|13236|13226|13}E55}12478}}12657

I have tried this:

001 A
002 0
003 LTR NAME
004
005
006
007
008 F;0;(TDLT;X4;;59);X4;(G1\1)
009 R
010 12
and this:

001 I
002 FIELD(59X,CHAR(252),0)
003
004 LAST.LTR.NAME
005 12L
006 S
without success.

We're on UniVerse 9.6.2.10.

Thank you for your help!

Steve Ferries
Vice President, Information Technologies
Total Credit Recovery Limited
416 774 4250
 

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: Pick AP-Pro Discs

2004-02-29 Thread Chris
have you looked at lady bridge QM?
last I looked there license was around $100 US
Chris

Mark Johnson wrote:
Dear All:

I would like to acquire or purchase the complete box, manual and all diskettes for an older Pick AP-Pro system or someone's retired AP-Pro system (133-166 P1 preferably). I only need 3-5 users. I think the minimum is 3.

I have a new client that I want to break into the Pick world with an inexpensive application to start. I can develop their new app on my own AP-Pro yet in 2 months they will want their own system. We've explored the concepts of a W2K/D3 or U2 box and its cost would kill the deal. I want to get my foot in the door and as they grow, we can convert later.

Thanks in advance.
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


[UD] Determining if list exists

2004-02-03 Thread Chris Bugosh
Title: [UD] Determining if list exists






Is there a Unidata or Uniquery command that tells you if a select list exists? In UniBasic I can use a SelectInfo function to determine if a list exists, but I can't find a way to do it at the TCL prompt.

I have the following PQN PROC. The PROC itself works fine if there is something to return from the selection criteria. However, if nothing is selected in the SELECT statement (like the one below would if we ran it today), the PROC does what it is told and lists the whole file, since it is never given a list, resulting in a huge printout of every AR transaction.

HSSELECT AR WITH PAYMENT.DATE GE 2-9-04

STON

P

HSAVE-LIST ARLIST

P

HGET-LIST ARLIST

STON

H

PH

HLIST AR PAYMENT.DATE LPTR

P


Thanks for any suggestions you can give.


Chris



___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


RE: Memo: Re: [UD] Determining if list exists

2004-02-03 Thread Chris Bugosh
Thanks.  I couldn't get the IF S or IF #S to work, so I used Anthony
Youngman's advice and used the REQUIRE.SELECT which worked fine.

Also, Greenpeace will be glad to know that no trees were harmed in the
creation of these reports.  All printouts were held. Disk space however
was used quite extensively since, when the criteria is met, this report
is usually 191K but when it lists the whole file, it grows to 161MB.

Chris

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, February 03, 2004 9:02 AM
To: U2 Users Discussion List
Subject: Memo: Re: [UD] Determining if list exists






Hi Chris,

I believe there is the IF S or the IF #S construct that you can use in a
proc to test the existence or otherwise of a select list.

So if you modify your proc:

HSSELECT AR WITH PAYMENT.DATE GE 2-9-04
STON
P
HSAVE-LIST ARLIST
P
HGET-LIST ARLIST
STON
H
PH
IF #S G 10
HLIST AR PAYMENT.DATE LPTR
P
10 O No items Selected

that should save a few trees.

cheers,
asvin




Chris Bugosh [EMAIL PROTECTED] on 03 Feb 2004 13:51

Please respond to U2 Users Discussion List [EMAIL PROTECTED]

Sent by:[EMAIL PROTECTED]

To:[EMAIL PROTECTED]
cc:
bcc:

Subject:[UD]Determining if list exists


Is there a Unidata or Uniquery command that tells you if a select list
exists?  In UniBasic I can use a SelectInfo function to determine if a
list exists, but I can't find a way to do it at the TCL prompt.

I have the following PQN PROC.  The PROC itself works fine if there is
something to return from the selection criteria.  However, if nothing is
selected in the SELECT statement (like the one below would if we ran it
today), the PROC does what it is told and lists the whole file, since it
is never given a list, resulting in a huge printout of every AR
transaction.

HSSELECT AR WITH PAYMENT.DATE GE 2-9-04
STON
P
HSAVE-LIST ARLIST
P
HGET-LIST ARLIST
STON
H
PH
HLIST AR PAYMENT.DATE LPTR
P

Thanks for any suggestions you can give.

Chris


**
 This message originated from the Internet. Its originator may or  may
not be who they claim to be and the information contained in  the
message and any attachments may or may not be accurate.
**

(See attached file: C.htm)
___
u2-users mailing list
[EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users







   
   HSBC Bank plc
   Registered Office: 8 Canada Square, London E14 5HQ
   Registered in England - Number 14259
   Authorised and Regulated by the Financial Services Authority

   Member of the HSBC Bank marketing group. We sell life assurance,
   pensions and collective investment schemes and advise only on our
   own range of these products.
   

_

This transmission has been issued by a member of the HSBC Group 
HSBC for the information of the addressee only and should not be 
reproduced and / or distributed to any other person. Each page attached 
hereto must be read in conjunction with any disclaimer which forms part 
of it. Unless otherwise stated, this transmission is neither an offer
nor the 
solicitation of an offer to sell or purchase any investment. Its
contents are 
based on information obtained from sources believed to be reliable but
HSBC makes no representation and accepts no responsibility or liability
as 
to its completeness or accuracy.

___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users