RE: [U2] Paragraphs in Files Other Than VOC

2004-08-11 Thread Bob Witney
oops

no it doesnt

that was a hundred years ago and Pr1mos

god i'm getting old

-Original Message-
From: Bob Witney 
Sent: 11 August 2004 11:59
To: '[EMAIL PROTECTED]'
Subject: RE: [U2] Paragraphs in Files Other Than VOC


Under universe you dont need pointers if it cant find an item in the voc is then 
searches voclib and executes it from there

bob

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED]
Sent: 11 August 2004 11:30
To: [EMAIL PROTECTED]
Subject: Re: [U2] Paragraphs in Files Other Than VOC


OK, Will, I'll probably regret it, but I'll bite. How do you do this?
 
Regards,
Charlie Noah
 
In a message dated 8-9-2004 15:50:09 Central Daylight Time, [EMAIL PROTECTED]  
writes:

In a  message dated 8/9/04 10:27:30 AM Pacific Daylight Time, 
[EMAIL PROTECTED]  writes:


 Is it possible to store paragraphs in files other than  the VOC?  I'm
 looking for a way to not clutter up the VOC with  paragraphs... something
 like can be done with PROCs.
 
  Thanks.
 
 Perry Taylor
 Zirmed, Inc.
 

Yes  there is and no you don't need a remote pointer.
A hundred remote pointers  to VOCLIB still constitute one hundred cluttering 
objects in your  VOC.  This is not necessary, if you are still interested in 
a 
simple  solution that does not require pointers of this sort, let me know.
Will  Johnson
Fast Forward
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Paragraphs in Files Other Than VOC

2004-08-11 Thread Glenn Herbert
Wouldn't you just create a stub like you would do with PROC's, i.e.
PA
001 PQ
002 [VOCLIB %2]
Then just enter: PA MYPARA
This would run the MYPARA paragraph in the VOCLIB file.  This is how I've 
done it in the past.

Glenn
At 06:30 AM 8/11/2004, you wrote:
OK, Will, I'll probably regret it, but I'll bite. How do you do this?
Regards,
Charlie Noah
In a message dated 8-9-2004 15:50:09 Central Daylight Time, [EMAIL PROTECTED]
writes:
In a  message dated 8/9/04 10:27:30 AM Pacific Daylight Time,
[EMAIL PROTECTED]  writes:
 Is it possible to store paragraphs in files other than  the VOC?  I'm
 looking for a way to not clutter up the VOC with  paragraphs... something
 like can be done with PROCs.

  Thanks.

 Perry Taylor
 Zirmed, Inc.

Yes  there is and no you don't need a remote pointer.
A hundred remote pointers  to VOCLIB still constitute one hundred cluttering
objects in your  VOC.  This is not necessary, if you are still interested in
a
simple  solution that does not require pointers of this sort, let me know.
Will  Johnson
Fast Forward
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Paragraphs in Files Other Than VOC

2004-08-09 Thread Barry Rogen
Simple

 create a file to contain your paragraphs
 create voc entries that then refer to that file and item(s)

  0001. R
  0002. paragraph.filename
  0003. paragraph.itemname

Barry Rogen
Senior Programmer
PNY  Technologies
(973) 515 - 9700  ext 5327
[EMAIL PROTECTED]
_
The quality of a person's life is in direct
proportion to their commitment to excellence
regardless of their chosen field of endeavor
   vince lombardi
_

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor
Sent: Monday, August 09, 2004 11:04 AM
To: U2-Users List
Subject: [U2] Paragraphs in Files Other Than VOC

Is it possible to store paragraphs in files other than the VOC?  I'm
looking for a way to not clutter up the VOC with paragraphs... something
like can be done with PROCs.

Thanks.

Perry Taylor
Zirmed, Inc.




CONFIDENTIALITY NOTICE: This e-mail message, including any attachments,
is for the sole use of the intended recipient(s) and may contain
confidential and privileged information.  Any unauthorized review, use,
disclosure or distribution is prohibited. ZirMed, Inc. has strict
policies regarding the content of e-mail communications, specifically
Protected Health Information, any communications containing such
material will be returned to the originating party with such advisement
noted. If you are not the intended recipient, please contact the sender
by reply e-mail and destroy all copies of the original message.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

This e-mail message from PNY Technologies, Inc. is for the sole use of the intended 
recipient(s) and may contain confidential and privileged information. Any unauthorized 
review, use, disclosure or distribution is prohibited.  If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of the 
original message.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Paragraphs in Files Other Than VOC

2004-08-09 Thread Peter Olson
another option 

voc PETES.PROC

0001: PQ   
0002: [PETE.BP PETES.PROC  

   --+ +-
 | |
 | +- PROC NAME
 |
 +--- PROG LIB.
  


This e-mail, including attachments, may include confidential and/or 
proprietary information, and may be used only by the person or entity to 
which it is addressed. If the reader of this e-mail is not the intended 
recipient or his or her authorized agent, the reader is hereby notified 
that any dissemination, distribution or copying of this e-mail is 
prohibited. If you have received this e-mail in error, please notify the 
sender by replying to this message and delete this e-mail immediately. 
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Paragraphs in Files Other Than VOC

2004-08-09 Thread Stu Glancy
Use VOCLIB, a standard file, with a type R record in the VOC.  Here is an
example:

R
VOCLIB
MY.PARAGRAPH.OR.PROGRAM.OR.VERB
OPTIONAL.SECURITY.PROGRAM

- Original Message -
From: Perry Taylor [EMAIL PROTECTED]
To: U2-Users List [EMAIL PROTECTED]
Sent: Monday, August 09, 2004 11:04 AM
Subject: [U2] Paragraphs in Files Other Than VOC


 Is it possible to store paragraphs in files other than the VOC?  I'm
 looking for a way to not clutter up the VOC with paragraphs... something
 like can be done with PROCs.

 Thanks.

 Perry Taylor
 Zirmed, Inc.




 CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information.  Any unauthorized review, use, disclosure or
distribution is prohibited. ZirMed, Inc. has strict policies regarding the
content of e-mail communications, specifically Protected Health Information,
any communications containing such material will be returned to the
originating party with such advisement noted. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all copies
of the original message.
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Paragraphs in Files Other Than VOC

2004-08-09 Thread Clifton Oliver
Put the paragraph in another file, VOCLIB for example is provided. Then 
in the VOC put a remote pointer that has an R on line one, the file 
name on two, and the record ID in that file on line three.

ID: MONTH_END
01: R
02: VOCLIB
03: MONTH_END
See the System Description Manual for more details and examples.
--
Regards,
Clif
~~~
W. Clifton Oliver, CCP
CLIFTON OLIVER  ASSOCIATES
Tel: +1 619 460 5678Web: www.oliver.com
~~~
On Aug 9, 2004, at 8:04, Perry Taylor wrote:
Is it possible to store paragraphs in files other than the VOC?  I'm
looking for a way to not clutter up the VOC with paragraphs... 
something
like can be done with PROCs.

Thanks.
Perry Taylor
Zirmed, Inc.

CONFIDENTIALITY NOTICE: This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) and may 
contain confidential and privileged information.  Any unauthorized 
review, use, disclosure or distribution is prohibited. ZirMed, Inc. 
has strict policies regarding the content of e-mail communications, 
specifically Protected Health Information, any communications 
containing such material will be returned to the originating party 
with such advisement noted. If you are not the intended recipient, 
please contact the sender by reply e-mail and destroy all copies of 
the original message.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Paragraphs in Files Other Than VOC

2004-08-09 Thread gcanedy
You can store them in the VOCLIB file, but you'll still need a remote
pointer to it from within the VOC.

VOCLIB record (named MY.REPORT for example):

0001: PA
0002: SETPTR
0003: SELECT...
0004: LIST
0005: etc.

VOC record (MY.REPORT or other shortcut name you want to use):

0001: R
0002: VOCLIB
0003: MY.REPORT  (points to the record in VOCLIB)

The nice thing is it cuts down some clutter, although requires an
additional read by UniVerse.




|-+--
| |   Perry Taylor |
| |   [EMAIL PROTECTED]|
| |   Sent by:   |
| |   [EMAIL PROTECTED]|
| |   er.u2ug.org|
| |  |
| |  |
| |   08/09/2004 11:04 AM|
| |   Please respond to  |
| |   u2-users   |
| |  |
|-+--
  
|
  |
|
  |   To:   U2-Users List [EMAIL PROTECTED]
 |
  |   cc:  
|
  |   Subject:  [U2] Paragraphs in Files Other Than VOC
|
  
|




Is it possible to store paragraphs in files other than the VOC?  I'm
looking for a way to not clutter up the VOC with paragraphs... something
like can be done with PROCs.

Thanks.

Perry Taylor
Zirmed, Inc.




CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information.  Any unauthorized review, use, disclosure or
distribution is prohibited. ZirMed, Inc. has strict policies regarding the
content of e-mail communications, specifically Protected Health
Information, any communications containing such material will be returned
to the originating party with such advisement noted. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies of the original message.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/








---
This email and any files transmitted with it are intended only for the
person or entity to which it is addressed and may contain confidential
and/or privileged material.   If you received this email in error, please
contact the sender immediately and delete this email from your system.  If
you are not the named addressee, you should not disseminate, distribute,
print, or copy the email, or take any action in reliance on its contents.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Paragraphs in Files Other Than VOC

2004-08-09 Thread Doyen Klein
You can create a remote pointer in the voc but you'll still have to have a
minimal voc entry. It does cut down on the number of lines in the voc.

The format is

001: R
002: PP 
003: PA.ID 

Line 1, the letter R, means a remote pointer
Line 2 is your other filename, PP was a default file used for such things in
years past)
Line 3 is the record id of your paragraph

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor
Sent: Monday, August 09, 2004 11:04 AM
To: U2-Users List
Subject: [U2] Paragraphs in Files Other Than VOC

Is it possible to store paragraphs in files other than the VOC?  I'm
looking for a way to not clutter up the VOC with paragraphs... something
like can be done with PROCs.

Thanks.

Perry Taylor
Zirmed, Inc.




CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information.  Any unauthorized review, use, disclosure or
distribution is prohibited. ZirMed, Inc. has strict policies regarding the
content of e-mail communications, specifically Protected Health Information,
any communications containing such material will be returned to the
originating party with such advisement noted. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all copies
of the original message.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Paragraphs in Files Other Than VOC

2004-08-09 Thread Perry Taylor
Looks like an R VOC record is the ticket!  Thanks to all who responded!

Perry 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Perry Taylor
Sent: Monday, August 09, 2004 9:04 AM
To: U2-Users List
Subject: [U2] Paragraphs in Files Other Than VOC

Is it possible to store paragraphs in files other than the VOC?  I'm
looking for a way to not clutter up the VOC with paragraphs... something
like can be done with PROCs.

Thanks.

Perry Taylor
Zirmed, Inc.




CONFIDENTIALITY NOTICE: This e-mail message, including any attachments,
is for the sole use of the intended recipient(s) and may contain
confidential and privileged information.  Any unauthorized review, use,
disclosure or distribution is prohibited. ZirMed, Inc. has strict
policies regarding the content of e-mail communications, specifically
Protected Health Information, any communications containing such
material will be returned to the originating party with such advisement
noted. If you are not the intended recipient, please contact the sender
by reply e-mail and destroy all copies of the original message.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Paragraphs in Files Other Than VOC

2004-08-09 Thread FFT2001
In a message dated 8/9/04 10:27:30 AM Pacific Daylight Time, 
[EMAIL PROTECTED] writes:


 Is it possible to store paragraphs in files other than the VOC?  I'm
 looking for a way to not clutter up the VOC with paragraphs... something
 like can be done with PROCs.
 
 Thanks.
 
 Perry Taylor
 Zirmed, Inc.
 

Yes there is and no you don't need a remote pointer.
A hundred remote pointers to VOCLIB still constitute one hundred cluttering 
objects in your VOC.  This is not necessary, if you are still interested in a 
simple solution that does not require pointers of this sort, let me know.
Will Johnson
Fast Forward
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/