Re: [U2] Paragraphs and procwrite

2009-06-03 Thread Barry Rogen

What about using the ILPROMPT

IL.VALUE = A CORRESPONDING PROMPT IN THE PARAGRAPH
.
.
.
DATA  VALUE_TO_PASS_TO_PARAGRAPH
PRINT ILPROMPT(IL.VALU)




Barry  Rogen
PNY Technologies, Inc.
Senior  Programmer/Analyst
(973)  515 - 9700  ext 5327
bro...@pny.com

-
We are continually faced with great opportunities
brilliantly disguised as insoluble problems.
 John W
Gardner

P Before printing please think about your environmental responsibility


-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of roy
Sent: Friday, May 22, 2009 6:15 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Paragraphs and procwrite

Hi all,

 

Is there a way to accomplish passing an argument from a basic program to
a
paragraph?

 

Something like what procwrite does with a Proc?

 

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

3/6/2009NOT INTENDED AS A SUBSTITUTE FOR A WRITING 

NOTHING IN THIS E-MAIL, IN ANY E-MAIL THREAD OF WHICH IT MAY BE A PART, OR IN 
ANY ATTACHMENTS THERETO, SHALL CONSTITUTE A BINDING CONTRACT, OR ANY 
CONTRACTUAL OBLIGATION BY PNY, OR ANY INTENT TO ENTER INTO ANY BINDING 
OBLIGATIONS, NOTWITHSTANDING ANY ENACTMENT OF THE UNIFORM ELECTRONIC 
TRANSACTIONS ACT, THE FEDERAL E-SIGN ACT, OR ANY OTHER STATE OR FEDERAL LAW OF 
SIMILAR SUBSTANCE OR EFFECT.  THIS EMAIL MESSAGE, ITS CONTENTS AND ATTACHMENTS 
ARE NOT INTENDED TO REPRESENT AN OFFER OR ACCEPTANCE OF AN OFFER TO ENTER INTO 
A CONTRACT.  NOTHING IN THIS E-MAIL, IN ANY E-MAIL THREAD OF WHICH IT MAY BE A 
PART, OR IN ANY ATTACHMENTS THERETO SHALL ALTER THIS DISCLAIMER.  

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
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


RE: [U2] Paragraphs and procwrite

2009-05-26 Thread David A. Green
Roy if possible I would reengineer using UniBasic as the driver program
calling other programs and paragraphs.

Thanks,
David A. Green
www.dagconsulting.com
(480) 813-1725


-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of roy
Sent: Monday, May 25, 2009 5:18 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Paragraphs and procwrite

To explain a little better ...

The paragraph calls many other procs and paragraphs as well as a number of
basic programs.  What I found is that if someone exits a basic program,
control is returned to the calling paragraph.
  
Since the paragraph is in use I cannot modify it and accomplish anything
that way.

Obviously reading something from the command line won't work in this
circumstance.

With a PQ type proc I could set a flag like INVALID and procwrite it back to
the calling paragraph for testing to see if the proc should continue.

I believe the idea of using @user0 may work but I haven't had a chance to
test it.

I was also hoping to avoid writing something to a file since there are many
instances of this and clearing the flags could be a problem.

Thanks again,

Roy

-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of phil walker
Sent: Sunday, May 24, 2009 8:07 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Paragraphs and procwrite

Maybe I have come in late or are missing something in the question but
can't you just use:

Command = 'paragraph ':arg1
Execute Command

Then in the paragraph

Do something like

PA
* C2,arg1

Cheers

Phil.

 -Original Message-
 From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-
 us...@listserver.u2ug.org] On Behalf Of Jacques G.
 Sent: Monday, 25 May 2009 12:01 p.m.
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] Paragraphs and procwrite
 
 You can have the basic program generate the paragraph dynamically, and
 save it in the Voc under a temporary name.  You can even have that
 paragraph delete itself when it is done.
 
 
 
 - Original Message 
 From: Brian Leach br...@brianleach.co.uk
 To: u2-users@listserver.u2ug.org
 Sent: Saturday, May 23, 2009 7:45:04 AM
 Subject: RE: [U2] Paragraphs and procwrite
 
 Hi
 
 You could use one of the user-defined system variables: e.g. @USER0
 
 E.g.
 PA
 CallMyProgram
 IF @USER0 = SomeFlag GO DoSomething
 
 PROGRAM CallMyProgram
   @USER0 = SomeOtherFlagActually
 END
 
 
  -Original Message-
  From: owner-u2-us...@listserver.u2ug.org
  [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of roy
  Sent: 22 May 2009 23:15
  To: u2-users@listserver.u2ug.org
  Subject: [U2] Paragraphs and procwrite
 
  Hi all,
 
 
 
  Is there a way to accomplish passing an argument from a basic
  program to a paragraph?
 
 
 
  Something like what procwrite does with a Proc?
 
 
 
  Thanks
  ---
  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/
 ---
 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/
---
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] Paragraphs and procwrite

2009-05-25 Thread roy
To explain a little better ...

The paragraph calls many other procs and paragraphs as well as a number of
basic programs.  What I found is that if someone exits a basic program,
control is returned to the calling paragraph.
  
Since the paragraph is in use I cannot modify it and accomplish anything
that way.

Obviously reading something from the command line won't work in this
circumstance.

With a PQ type proc I could set a flag like INVALID and procwrite it back to
the calling paragraph for testing to see if the proc should continue.

I believe the idea of using @user0 may work but I haven't had a chance to
test it.

I was also hoping to avoid writing something to a file since there are many
instances of this and clearing the flags could be a problem.

Thanks again,

Roy

-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of phil walker
Sent: Sunday, May 24, 2009 8:07 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Paragraphs and procwrite

Maybe I have come in late or are missing something in the question but
can't you just use:

Command = 'paragraph ':arg1
Execute Command

Then in the paragraph

Do something like

PA
* C2,arg1

Cheers

Phil.

 -Original Message-
 From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-
 us...@listserver.u2ug.org] On Behalf Of Jacques G.
 Sent: Monday, 25 May 2009 12:01 p.m.
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] Paragraphs and procwrite
 
 You can have the basic program generate the paragraph dynamically, and
 save it in the Voc under a temporary name.  You can even have that
 paragraph delete itself when it is done.
 
 
 
 - Original Message 
 From: Brian Leach br...@brianleach.co.uk
 To: u2-users@listserver.u2ug.org
 Sent: Saturday, May 23, 2009 7:45:04 AM
 Subject: RE: [U2] Paragraphs and procwrite
 
 Hi
 
 You could use one of the user-defined system variables: e.g. @USER0
 
 E.g.
 PA
 CallMyProgram
 IF @USER0 = SomeFlag GO DoSomething
 
 PROGRAM CallMyProgram
   @USER0 = SomeOtherFlagActually
 END
 
 
  -Original Message-
  From: owner-u2-us...@listserver.u2ug.org
  [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of roy
  Sent: 22 May 2009 23:15
  To: u2-users@listserver.u2ug.org
  Subject: [U2] Paragraphs and procwrite
 
  Hi all,
 
 
 
  Is there a way to accomplish passing an argument from a basic
  program to a paragraph?
 
 
 
  Something like what procwrite does with a Proc?
 
 
 
  Thanks
  ---
  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/
 ---
 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/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Paragraphs and procwrite

2009-05-25 Thread phil walker
Okay, you can use @system_return_code or @userx to do this. They can
both be checked in the Paragraph after returning from the BASIC program
to see what happened.

If you want to know how let me know.

Cheers,

 -Original Message-
 From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-
 us...@listserver.u2ug.org] On Behalf Of roy
 Sent: Tuesday, 26 May 2009 1:31 a.m.
 To: u2-users@listserver.u2ug.org
 Subject: RE: [U2] Paragraphs and procwrite
 
 To explain a little better ...
 
 The paragraph calls many other procs and paragraphs as well as a
number
 of
 basic programs.  What I found is that if someone exits a basic
program,
 control is returned to the calling paragraph.
 
 Since the paragraph is in use I cannot modify it and accomplish
 anything
 that way.
 
 Obviously reading something from the command line won't work in this
 circumstance.
 
 With a PQ type proc I could set a flag like INVALID and procwrite it
 back to
 the calling paragraph for testing to see if the proc should continue.
 
 I believe the idea of using @user0 may work but I haven't had a chance
 to
 test it.
 
 I was also hoping to avoid writing something to a file since there are
 many
 instances of this and clearing the flags could be a problem.
 
 Thanks again,
 
 Roy
 
 -Original Message-
 From: owner-u2-us...@listserver.u2ug.org
 [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of phil walker
 Sent: Sunday, May 24, 2009 8:07 PM
 To: u2-users@listserver.u2ug.org
 Subject: RE: [U2] Paragraphs and procwrite
 
 Maybe I have come in late or are missing something in the question but
 can't you just use:
 
 Command = 'paragraph ':arg1
 Execute Command
 
 Then in the paragraph
 
 Do something like
 
 PA
 * C2,arg1
 
 Cheers
 
 Phil.
 
  -Original Message-
  From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-
  us...@listserver.u2ug.org] On Behalf Of Jacques G.
  Sent: Monday, 25 May 2009 12:01 p.m.
  To: u2-users@listserver.u2ug.org
  Subject: Re: [U2] Paragraphs and procwrite
 
  You can have the basic program generate the paragraph dynamically,
 and
  save it in the Voc under a temporary name.  You can even have that
  paragraph delete itself when it is done.
 
 
 
  - Original Message 
  From: Brian Leach br...@brianleach.co.uk
  To: u2-users@listserver.u2ug.org
  Sent: Saturday, May 23, 2009 7:45:04 AM
  Subject: RE: [U2] Paragraphs and procwrite
 
  Hi
 
  You could use one of the user-defined system variables: e.g. @USER0
 
  E.g.
  PA
  CallMyProgram
  IF @USER0 = SomeFlag GO DoSomething
 
  PROGRAM CallMyProgram
@USER0 = SomeOtherFlagActually
  END
 
 
   -Original Message-
   From: owner-u2-us...@listserver.u2ug.org
   [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of roy
   Sent: 22 May 2009 23:15
   To: u2-users@listserver.u2ug.org
   Subject: [U2] Paragraphs and procwrite
  
   Hi all,
  
  
  
   Is there a way to accomplish passing an argument from a basic
   program to a paragraph?
  
  
  
   Something like what procwrite does with a Proc?
  
  
  
   Thanks
   ---
   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/
  ---
  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/
 ---
 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] Paragraphs and procwrite

2009-05-24 Thread Jacques G.
You can have the basic program generate the paragraph dynamically, and save it 
in the Voc under a temporary name.  You can even have that paragraph delete 
itself when it is done.



- Original Message 
From: Brian Leach br...@brianleach.co.uk
To: u2-users@listserver.u2ug.org
Sent: Saturday, May 23, 2009 7:45:04 AM
Subject: RE: [U2] Paragraphs and procwrite

Hi

You could use one of the user-defined system variables: e.g. @USER0

E.g.
PA
CallMyProgram
IF @USER0 = SomeFlag GO DoSomething

PROGRAM CallMyProgram
  @USER0 = SomeOtherFlagActually
END


 -Original Message-
 From: owner-u2-us...@listserver.u2ug.org 
 [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of roy
 Sent: 22 May 2009 23:15
 To: u2-users@listserver.u2ug.org
 Subject: [U2] Paragraphs and procwrite
 
 Hi all,
 
  
 
 Is there a way to accomplish passing an argument from a basic 
 program to a paragraph?
 
  
 
 Something like what procwrite does with a Proc?
 
  
 
 Thanks
 ---
 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/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Paragraphs and procwrite

2009-05-23 Thread Brian Leach
Hi

You could use one of the user-defined system variables: e.g. @USER0

E.g.
PA
CallMyProgram
IF @USER0 = SomeFlag GO DoSomething

PROGRAM CallMyProgram
  @USER0 = SomeOtherFlagActually
END


 -Original Message-
 From: owner-u2-us...@listserver.u2ug.org 
 [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of roy
 Sent: 22 May 2009 23:15
 To: u2-users@listserver.u2ug.org
 Subject: [U2] Paragraphs and procwrite
 
 Hi all,
 
  
 
 Is there a way to accomplish passing an argument from a basic 
 program to a paragraph?
 
  
 
 Something like what procwrite does with a Proc?
 
  
 
 Thanks
 ---
 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] Paragraphs and procwrite

2009-05-22 Thread Louie Bergsagel
Many:
1. Have the program create and/or update the paragraph record in the VOC
file with a read, insert, and write.
2. Have the program run the paragraph with the appropriate argument, e.g.
   ARGUMENT = USER.INPUT.PART.NO http://user.input.part.no/
   COMMAND = PARAGRAPH.NAME http://paragraph.name/ :ARGUMENT
   EXECUTE COMMAND
3. If the paragraph needs a select statement, you can have a program
build an appropriate SAVE.LIST, execute the GET.LIST command inside the
program, and let the paragraph process the records.
4. The paragraph can also read a variable from a VOC file with the F,...
prompt. I believe HELP  will give you the details.

-- Louie Bergsagel
   Bergsagel Computer Consulting

On Fri, May 22, 2009 at 3:14 PM, roy r...@distsolutions.com wrote:

 Hi all,




 Is there a way to accomplish passing an argument from a basic program to a
 paragraph?

 Something like what procwrite does with a Proc?

 Thanks
 ---
 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] Paragraphs and procwrite

2009-05-22 Thread Louie Bergsagel
And of course, the paragraph mentioned in #2 would read the argument using
the C2 command, where the number in the Cn prompt represents, in
this example, the second word on the command line.

e.g. IF C2 #  THEN SELECT INVENTORY WITH PART.NO = C2

On Fri, May 22, 2009 at 5:25 PM, Louie Bergsagel
louiebergsa...@gmail.comwrote:

 ...
 2. Have the program run the paragraph with the appropriate argument, e.g.
ARGUMENT = USER.INPUT.PART.NO http://user.input.part.no/
COMMAND = PARAGRAPH.NAME http://paragraph.name/ :ARGUMENT
EXECUTE COMMAND
 ...
 -- Louie Bergsagel
Bergsagel Computer Consulting
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] PARAGRAPHS

2007-04-02 Thread Anthony W. Youngman
In message [EMAIL PROTECTED], Allen Egerton 
[EMAIL PROTECTED] writes

Anita Panda wrote:
I have received  a paragraph say PARA.WORDS in a notepad.How can i 
get the  content of PARA.WORDS into my universe system VOC file 
without again  creating/typing  it with:  ED VOC PARA.WORDS in the 
Universe instance .Is there any way to get the  contents onto the VOC file.

 Whwn I create a  paragraph in which location is it stored.


Paragraphs are typically created in the VOC file via the editor. 
Typically, not always.


Since PARA.WORDS was created in notepad, it's a text file.  Store it 
anywhere on the system.  Create a file pointer to the directory that 
it's stored in.  Open it up with your editor, file it in your VOC.  Or 
use the COPY command.



That's what I'd do. Use notepad to save it into BP. Then

ED BP PARA.WORDS
FILE VOC PARA.WORDS

all done ...

Cheers,
Wol
--
Anthony W. Youngman [EMAIL PROTECTED]
'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking the
thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny. The man
lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998
Visit the MaVerick web-site - http://www.maverick-dbms.org Open Source Pick
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] PARAGRAPHS

2007-04-02 Thread Anita Panda
when I am doing the same thing all the code  which are in capital letters 
are getting converted  to small  case letters and vice versa.

Anita Panda
Tata Consultancy Services
Plot  B-1, Block EP  GP
Sector - V, Salt Lake Electronics Complex
Kolkata - 700 091,West Bengal
India
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com



Anthony W. Youngman [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
03/30/2007 09:59 PM
Please respond to
u2-users@listserver.u2ug.org


To
u2-users@listserver.u2ug.org
cc

Subject
Re: [U2] PARAGRAPHS






In message [EMAIL PROTECTED], Allen Egerton 
[EMAIL PROTECTED] writes
Anita Panda wrote:
 I have received  a paragraph say PARA.WORDS in a notepad.How can i 
get the  content of PARA.WORDS into my universe system VOC file 
without again  creating/typing  it with:  ED VOC PARA.WORDS in the 
Universe instance .Is there any way to get the  contents onto the VOC 
file.
  Whwn I create a  paragraph in which location is it stored.

Paragraphs are typically created in the VOC file via the editor. 
Typically, not always.

Since PARA.WORDS was created in notepad, it's a text file.  Store it 
anywhere on the system.  Create a file pointer to the directory that 
it's stored in.  Open it up with your editor, file it in your VOC.  Or 
use the COPY command.

That's what I'd do. Use notepad to save it into BP. Then

ED BP PARA.WORDS
FILE VOC PARA.WORDS

all done ...

Cheers,
Wol
-- 
Anthony W. Youngman [EMAIL PROTECTED]
'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking the
thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny. The 
man
lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998
Visit the MaVerick web-site - http://www.maverick-dbms.org Open Source 
Pick
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

ForwardSourceID:NT00015472 
=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] PARAGRAPHS

2007-04-02 Thread Adrian Overs

Try entering PTERM -CASE NOINVERT at TCL before you make the COPY

Adrian Overs
Citysoft Pty Ltd
Mobile : 0411 358 354


On 02/04/2007, at 9:37 PM, Anita Panda wrote:

when I am doing the same thing all the code  which are in capital  
letters

are getting converted  to small  case letters and vice versa.

Anita Panda
Tata Consultancy Services
Plot  B-1, Block EP  GP
Sector - V, Salt Lake Electronics Complex
Kolkata - 700 091,West Bengal
India
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com



Anthony W. Youngman [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
03/30/2007 09:59 PM
Please respond to
u2-users@listserver.u2ug.org


To
u2-users@listserver.u2ug.org
cc

Subject
Re: [U2] PARAGRAPHS






In message [EMAIL PROTECTED], Allen Egerton
[EMAIL PROTECTED] writes

Anita Panda wrote:

I have received  a paragraph say PARA.WORDS in a notepad.How can i
get the  content of PARA.WORDS into my universe system VOC file
without again  creating/typing  it with:  ED VOC PARA.WORDS in the
Universe instance .Is there any way to get the  contents onto the  
VOC

file.

 Whwn I create a  paragraph in which location is it stored.


Paragraphs are typically created in the VOC file via the editor.
Typically, not always.

Since PARA.WORDS was created in notepad, it's a text file.  Store it
anywhere on the system.  Create a file pointer to the directory that
it's stored in.  Open it up with your editor, file it in your  
VOC.  Or

use the COPY command.


That's what I'd do. Use notepad to save it into BP. Then

ED BP PARA.WORDS
FILE VOC PARA.WORDS

all done ...

Cheers,
Wol
--
Anthony W. Youngman [EMAIL PROTECTED]
'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man,  
taking the
thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny.  
The

man
lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998
Visit the MaVerick web-site - http://www.maverick-dbms.org Open  
Source

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

ForwardSourceID:NT00015472
=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
---
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] PARAGRAPHS

2007-04-02 Thread Charles Barouch

Anita,
You need to either type the following at TCL or incorporate it into 
your LOGIN paragraph:


PTERM CASE NOINVERT

This will force the caps lock (and cut  paste) from reversing the 
capitalization.


- Chuck

Anita Panda wrote:
when I am doing the same thing all the code  which are in capital letters 
are getting converted  to small  case letters and vice versa.
  

   Charles Barouch ([EMAIL PROTECTED])
   www.KeyAlly.com (718) 762-3884 x 1
   P. O. Box 540957, Queens, NY 11354
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] PARAGRAPHS

2007-03-30 Thread [EMAIL PROTECTED]
I have received  a paragraph say PARA.WORDS in a notepad.How can i get the 
content of PARA.WORDS into my universe system VOC file without again 
creating/typing  it with: 
ED VOC PARA.WORDS in the Universe instance .Is there any way to get the 
contents onto the VOC file.

This is assuming that you have Notepad and your client (SBClient,
wIntegrate, etc.) on the same machine.

In Notepad, do Edit  Select All, then Edit  Copy to place the
information on the clipboard.

Go to the UniVerse window, type in ED VOC PARA.WORDS rtn. Type in the
letter I. Go to Edit  Paste. This will copy the contents of the
clipboard to the input buffer in the line editor. Hit rtn to go from the
Input mode to the Edit mode, and file the item.
If this is a PAragraph, the 1st line will need to start with the letters
PA.

Whwn I create a  paragraph in which location is it stored.

The actual item is stored in the VOC file. The VOC file is a cooked file
... that is, you cannot see the individual items in the file unless you are
using the UniVerse engine as the driver (hence, the ED VOC PARA.WORDS).

HTH

--
Regards,

Robert



mail2web.com  Enhanced email for the mobile individual based on Microsoft.
Exchange - http://link.mail2web.com/Personal/EnhancedEmail
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] PARAGRAPHS

2007-03-30 Thread Allen Egerton

Anita Panda wrote:
I have received  a paragraph say PARA.WORDS in a notepad.How can i get the 
content of PARA.WORDS into my universe system VOC file without again 
creating/typing  it with: 
ED VOC PARA.WORDS in the Universe instance .Is there any way to get the 
contents onto the VOC file.


Whwn I create a  paragraph in which location is it stored.


Paragraphs are typically created in the VOC file via the editor. 
Typically, not always.


Since PARA.WORDS was created in notepad, it's a text file.  Store it 
anywhere on the system.  Create a file pointer to the directory that 
it's stored in.  Open it up with your editor, file it in your VOC.  Or 
use the COPY command.


--
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] PARAGRAPHS

2007-03-30 Thread Richard Sammartino
Anita, there are a couple of ways to do this. One way would be to ftp the
notepad item from your pc to a universe directory and then copy the contents
into a record in the VOC file. Another way would be to cut and paste the
data into the VOC record. This method may not work depending on how the
notepad item was created. 

Rich

Richard Sammartino
Systems Analyst
School District of Philadelphia
440 N Broad Street
Philadelphia,  Pa 19130
Phone: (215) 400-5086
Fax:   (215) 400-4411 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anita Panda
Sent: Friday, March 30, 2007 7:22 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] PARAGRAPHS

I have received  a paragraph say PARA.WORDS in a notepad.How can i get the 
content of PARA.WORDS into my universe system VOC file without again 
creating/typing  it with: 
ED VOC PARA.WORDS in the Universe instance .Is there any way to get the 
contents onto the VOC file.

Whwn I create a  paragraph in which location is it stored.

Anita 
=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you
---
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] PARAGRAPHS

2007-03-30 Thread brian
Anita

Although paragraphs are often created in the VOC, this is not the best place 
for them.

You can put paragraphs anywhere so long as you create a pointer to them.

A better way - and probably easier for you to update - is to do the following:

1. Create a directory file e.g. called PARAS

The syntax for this depends on your account flavor, so to double check the 
account flavor you are running, first type:

.L RELLEVEL

If the result includes PICK or REALITY use:

CREATE.FILE PARAS 1,1 1,1,19

If it includes INFORMATION or IDEAL use:

CREATE.FILE PARAS 19

2. This creates a new directory at the O/S level called PARAS.

Copy the paragraph directly into the new PARAS directory (explorer, FTP etc)

Use that directory for all your paragraphs, then they are kept nicely together 
in once place and easily accessible.

3. In the VOC edit a 3 line Remote pointer as follows:

ED VOC MyParagraph
New Item
I
001=R
002=PARAS
003=MyParagraph
004=
FI

Regards,

Brian

PS Can you see whether you have a product called UniDK Or UniObjects on your 
PC? If so, I have a simple Windows based editor that may help you. It's work in 
progress (ie unfinished) but it works - email me off-list if you want a copy.



I have received  a paragraph say PARA.WORDS in a notepad.How can i get the 
content of PARA.WORDS into my universe system VOC file without again 
creating/typing  it with: 
ED VOC PARA.WORDS in the Universe instance .Is there any way to get the 
contents onto the VOC file.

Whwn I create a  paragraph in which location is it stored.

Anita 
=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you
---
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] PARAGRAPHS

2007-03-30 Thread Brad Moll - Incoming News
The simplest way, as long as it is not too long, is to copy it in notepad,
edit the record in universe and start inserting a line, once you do that,
just paste the contents and all of your code will be inserted, hit return to
end the insert and then FI to file it and the proc has been created.

Paragraphs are just items in any particular file.  It is the first line of
the paragraph that makes it a paragraph.  Just put it in any file and make a
pointer to the paragraph in the VOC/MD and you should be all set.



Brad Moll
JK Consulting Services, Inc.
Phone:  (763)754-5354
Fax:  (763)463-1750



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anita Panda
Sent: Friday, March 30, 2007 6:22 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] PARAGRAPHS

I have received  a paragraph say PARA.WORDS in a notepad.How can i get the 
content of PARA.WORDS into my universe system VOC file without again 
creating/typing  it with: 
ED VOC PARA.WORDS in the Universe instance .Is there any way to get the 
contents onto the VOC file.

Whwn I create a  paragraph in which location is it stored.

Anita 
=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you
---
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] PARAGRAPHS

2007-03-30 Thread Bjorn Behr
You can select  copy in NP, then ED in Universe  Insert  paste the
clipboard.

bjorn 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anita Panda
Sent: 30 March 2007 01:22 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] PARAGRAPHS

I have received  a paragraph say PARA.WORDS in a notepad.How can i get the
content of PARA.WORDS into my universe system VOC file without again
creating/typing  it with: 
ED VOC PARA.WORDS in the Universe instance .Is there any way to get the
contents onto the VOC file.

Whwn I create a  paragraph in which location is it stored.

Anita
=-=-=
Notice: The information contained in this e-mail message and/or attachments
to it may contain confidential or privileged information. If you are not the
intended recipient, any dissemination, use, review, distribution, printing or
copying of the information contained in this e-mail message and/or
attachments to it are strictly prohibited. If you have received this
communication in error, please notify us by reply e-mail or telephone and
immediately and permanently delete the message and any attachments. Thank you
---
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] PARAGRAPHS

2007-03-30 Thread Dan Fitzgerald
...with a side note that, if your paragraphs are going to be larger (ge 2k, 
say), you should put them in the VOCLIB file, and point to them from the 
VOC.




From: [EMAIL PROTECTED] [EMAIL PROTECTED]
Reply-To: u2-users@listserver.u2ug.org
To: u2-users@listserver.u2ug.org, u2-users@listserver.u2ug.org
Subject: RE: [U2] PARAGRAPHS
Date: Fri, 30 Mar 2007 07:53:19 -0400

I have received  a paragraph say PARA.WORDS in a notepad.How can i get 
the

content of PARA.WORDS into my universe system VOC file without again
creating/typing  it with:
ED VOC PARA.WORDS in the Universe instance .Is there any way to get the
contents onto the VOC file.

This is assuming that you have Notepad and your client (SBClient,
wIntegrate, etc.) on the same machine.

In Notepad, do Edit  Select All, then Edit  Copy to place the
information on the clipboard.

Go to the UniVerse window, type in ED VOC PARA.WORDS rtn. Type in the
letter I. Go to Edit  Paste. This will copy the contents of the
clipboard to the input buffer in the line editor. Hit rtn to go from the
Input mode to the Edit mode, and file the item.
If this is a PAragraph, the 1st line will need to start with the letters
PA.

Whwn I create a  paragraph in which location is it stored.

The actual item is stored in the VOC file. The VOC file is a cooked file
... that is, you cannot see the individual items in the file unless you are
using the UniVerse engine as the driver (hence, the ED VOC PARA.WORDS).

HTH

--
Regards,

Robert



mail2web.com  Enhanced email for the mobile individual based on Microsoft.
Exchange - http://link.mail2web.com/Personal/EnhancedEmail
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


_
i'm making a difference. Make every IM count for the cause of your choice. 
Join Now. 
http://clk.atdmt.com/MSN/go/msnnkwme008001msn/direct/01/?href=http://im.live.com/messenger/im/home/?source=hmtagline

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


Re: [U2] PARAGRAPHS

2007-03-30 Thread Ray Wurlod
Transfer the paragraph text to your account directory.
Within UniVerse execute COPYI FROM UFD TO VOC filename,paraname

UFD is a pointer to the current user file directory - in this case your 
account directory.
paraname in the above context is what you want to call the paragraph in your 
VOC, filename is the name of the file you transferred: if they are the same, 
just paraname will suffice.

Once the transfer has been confirmed as successful, you can delete the file 
from the account directory.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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/