RE: [U2] English phrases

2008-07-24 Thread roy
I always list all of the attributes on line 1 separated by spaces.

Try 001 PH
002 PHONE-CHECK COL.SCORE ...etc

Roy

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Boyd Parks
Sent: Thursday, July 24, 2008 12:21 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] English phrases

I am trying to use the same phrase in Universe as I use in jBASE, but it is
not working properly on our Universe systems.

The beginning of my definitions on both jBASE and Universe look like this:

ED DICT DH CA.ATTRS
DICT DH CA.ATTRS (BACS)
Top
.P

001 PH
002 PHONE-CHECK
003 COLL.SCORE
004 CA.AVAILCR
005 SSN.DECEASED
006 SSN.DOD
007 292
008 CA.BK7
009 CA.BK11
010 CA.BK13

The problem with the phrase is that it only lists the first definition in
the
phrase.  I just tested by
removing PHONE-CHECK (it is a Basic subroutine call, whereas all the others
are normal, local
definitions), but that is not the issue.  Here is the output:

LIST DH 6793700 CA.ATTRS 10:36:09am  18 Jul 2008  PAGE1
DEBHIST... COLLECTABILITY

6793700   592

1 records listed.

Many more attributes should have been listed.

Any ideas?


Boyd Parks
HOV Services
CUBS Software Engineering
O: 678-229-5002
C: 770-975-3303
Any technology distinguishable from magic is insufficiently advanced.
--Larry Niven's Corollary to Clarke's 3rd Law.

[cid:image001.jpg@01C8ED87.ACA82E10]
The information contained in this message, including any attachments, is
privileged and/or confidential information intended only for the use of the
individual or entity named as addressee. The review, dissemination,
distribution, or copying of this communication by or to anyone other than
the
intended addressee is strictly prohibited. If you have received this
communication in error, please immediately notify the sender by replying to
the message and destroy all copies of the original message








The information contained in this message, including any attachments, is
attorney privileged and/or confidential information intended only for the
use
of the individual or entity named as addressee. The review, dissemination,
distribution or copying of this communication by or to anyone other than the
intended addressee is strictly prohibited. If you have received this
communication in error, please immediately notify the sender by replying to
the message and destroy all copies of the original message.

[demime 1.01d removed an attachment of type image/jpeg which had a name of
image001.jpg]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] English phrases

2008-07-24 Thread u2ug
List all items on line 2 - space delimited

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Boyd Parks
Sent: July 24, 2008 12:21 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] English phrases

I am trying to use the same phrase in Universe as I use in jBASE, but it
is
not working properly on our Universe systems.

The beginning of my definitions on both jBASE and Universe look like
this:

ED DICT DH CA.ATTRS
DICT DH CA.ATTRS (BACS)
Top
.P

001 PH
002 PHONE-CHECK
003 COLL.SCORE
004 CA.AVAILCR
005 SSN.DECEASED
006 SSN.DOD
007 292
008 CA.BK7
009 CA.BK11
010 CA.BK13

The problem with the phrase is that it only lists the first definition
in the
phrase.  I just tested by
removing PHONE-CHECK (it is a Basic subroutine call, whereas all the
others
are normal, local
definitions), but that is not the issue.  Here is the output:

LIST DH 6793700 CA.ATTRS 10:36:09am  18 Jul 2008  PAGE1
DEBHIST... COLLECTABILITY

6793700   592

1 records listed.

Many more attributes should have been listed.

Any ideas?


Boyd Parks
HOV Services
CUBS Software Engineering
O: 678-229-5002
C: 770-975-3303
Any technology distinguishable from magic is insufficiently advanced.
--Larry Niven's Corollary to Clarke's 3rd Law.

[cid:image001.jpg@01C8ED87.ACA82E10]
The information contained in this message, including any attachments, is
privileged and/or confidential information intended only for the use of
the
individual or entity named as addressee. The review, dissemination,
distribution, or copying of this communication by or to anyone other
than the
intended addressee is strictly prohibited. If you have received this
communication in error, please immediately notify the sender by replying
to
the message and destroy all copies of the original message








The information contained in this message, including any attachments, is
attorney privileged and/or confidential information intended only for
the use
of the individual or entity named as addressee. The review,
dissemination,
distribution or copying of this communication by or to anyone other than
the
intended addressee is strictly prohibited. If you have received this
communication in error, please immediately notify the sender by replying
to
the message and destroy all copies of the original message.

[demime 1.01d removed an attachment of type image/jpeg which had a name
of image001.jpg]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] English phrases

2008-07-24 Thread Richard A. Wilson

everything in field2 seperated by spaces should do it
PH
F1 F2 F3 F4 etc

Rich
Boyd Parks wrote:

I am trying to use the same phrase in Universe as I use in jBASE, but it is
not working properly on our Universe systems.

The beginning of my definitions on both jBASE and Universe look like this:


ED DICT DH CA.ATTRS

DICT DH CA.ATTRS (BACS)
Top
.P

001 PH
002 PHONE-CHECK
003 COLL.SCORE
004 CA.AVAILCR
005 SSN.DECEASED
006 SSN.DOD
007 292
008 CA.BK7
009 CA.BK11
010 CA.BK13

The problem with the phrase is that it only lists the first definition in the
phrase.  I just tested by
removing PHONE-CHECK (it is a Basic subroutine call, whereas all the others
are normal, local
definitions), but that is not the issue.  Here is the output:

LIST DH 6793700 CA.ATTRS 10:36:09am  18 Jul 2008  PAGE1
DEBHIST... COLLECTABILITY

6793700   592

1 records listed.
Many more attributes should have been listed.

Any ideas?


Boyd Parks
HOV Services
CUBS Software Engineering
O: 678-229-5002
C: 770-975-3303
Any technology distinguishable from magic is insufficiently advanced.
--Larry Niven's Corollary to Clarke's 3rd Law.

[cid:image001.jpg@01C8ED87.ACA82E10]
The information contained in this message, including any attachments, is
privileged and/or confidential information intended only for the use of the
individual or entity named as addressee. The review, dissemination,
distribution, or copying of this communication by or to anyone other than the
intended addressee is strictly prohibited. If you have received this
communication in error, please immediately notify the sender by replying to
the message and destroy all copies of the original message








The information contained in this message, including any attachments, is
attorney privileged and/or confidential information intended only for the use
of the individual or entity named as addressee. The review, dissemination,
distribution or copying of this communication by or to anyone other than the
intended addressee is strictly prohibited. If you have received this
communication in error, please immediately notify the sender by replying to
the message and destroy all copies of the original message.

[demime 1.01d removed an attachment of type image/jpeg which had a name of 
image001.jpg]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/




--
Richard A. Wilson
Lakeside Systems
Smithfield, RI, USA
Voice 401-231-3959
Fax   206-202-2064
[EMAIL PROTECTED]
www.lakeside-systems.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] English phrases

2008-07-24 Thread Martin Phillips

Hi,

You need at add an underscore to the end of lines 2 to 9 to show that the 
phrase continues below.



Martin Phillips
Ladybridge Systems Ltd
17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB
+44-(0)1604-709200 
---

u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] English phrases

2008-07-24 Thread Allen Egerton

Boyd Parks wrote:

I am trying to use the same phrase in Universe as I use in jBASE, but it is
not working properly on our Universe systems.

The beginning of my definitions on both jBASE and Universe look like this:


ED DICT DH CA.ATTRS

DICT DH CA.ATTRS (BACS)
Top
.P

001 PH
002 PHONE-CHECK
003 COLL.SCORE
004 CA.AVAILCR
005 SSN.DECEASED
006 SSN.DOD
007 292
008 CA.BK7
009 CA.BK11
010 CA.BK13

The problem with the phrase is that it only lists the first definition in the
phrase.  I just tested by
removing PHONE-CHECK (it is a Basic subroutine call, whereas all the others
are normal, local
definitions), but that is not the issue.  Here is the output:

LIST DH 6793700 CA.ATTRS 10:36:09am  18 Jul 2008  PAGE1
DEBHIST... COLLECTABILITY

6793700   592

1 records listed.
Many more attributes should have been listed.

Any ideas?


Sure.  Replace your FieldMarks with Spaces.

So, your dict item would look like:
1 PH
2 PHONE-CHECK COLL.SCORE CA.AVAILCR SSN.DECEASED SSN.DOD 292 CA.BK7 
CA.BK11 CA.BK13



--
Allen Egerton
aegerton at pobox dot com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] English phrases

2008-07-24 Thread Larry Hiscock
Try joining all of the attributes on the same line (line 002), like thus:

001 PH
002 PHONE-CHECK COLL.SCORE CA.AVAILCR SSN.DECEASED SSN.DOD 292 CA.BK7
CA.BK11 CA.BK13

Larry Hiscock
Western Computer Services

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Boyd Parks
Sent: Thursday, July 24, 2008 9:21 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] English phrases

I am trying to use the same phrase in Universe as I use in jBASE, but it is
not working properly on our Universe systems.

The beginning of my definitions on both jBASE and Universe look like this:

ED DICT DH CA.ATTRS
DICT DH CA.ATTRS (BACS)
Top
.P

001 PH
002 PHONE-CHECK
003 COLL.SCORE
004 CA.AVAILCR
005 SSN.DECEASED
006 SSN.DOD
007 292
008 CA.BK7
009 CA.BK11
010 CA.BK13

The problem with the phrase is that it only lists the first definition in
the
phrase.  I just tested by
removing PHONE-CHECK (it is a Basic subroutine call, whereas all the others
are normal, local
definitions), but that is not the issue.  Here is the output:

LIST DH 6793700 CA.ATTRS 10:36:09am  18 Jul 2008  PAGE1
DEBHIST... COLLECTABILITY

6793700   592

1 records listed.

Many more attributes should have been listed.

Any ideas?


Boyd Parks
HOV Services
CUBS Software Engineering
O: 678-229-5002
C: 770-975-3303
Any technology distinguishable from magic is insufficiently advanced.
--Larry Niven's Corollary to Clarke's 3rd Law.

[cid:image001.jpg@01C8ED87.ACA82E10]
The information contained in this message, including any attachments, is
privileged and/or confidential information intended only for the use of the
individual or entity named as addressee. The review, dissemination,
distribution, or copying of this communication by or to anyone other than
the
intended addressee is strictly prohibited. If you have received this
communication in error, please immediately notify the sender by replying to
the message and destroy all copies of the original message








The information contained in this message, including any attachments, is
attorney privileged and/or confidential information intended only for the
use
of the individual or entity named as addressee. The review, dissemination,
distribution or copying of this communication by or to anyone other than the
intended addressee is strictly prohibited. If you have received this
communication in error, please immediately notify the sender by replying to
the message and destroy all copies of the original message.

[demime 1.01d removed an attachment of type image/jpeg which had a name of
image001.jpg]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] English phrases

2008-07-24 Thread Oaks, Harold
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/