Re: [U2] Catalog Command

2007-03-08 Thread john reid
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrew Lakeland Sent: Wednesday, March 07, 2007 9:16 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] catalog command Compile first. BASIC BP SUB CATALOG BP *SUB Or CATALOG BP SUB -Original

[U2] catalog command

2007-03-07 Thread Anita Panda
Hi I have created one BP file containing the main procedure (say Main)and another BP file which contains the subroutine (say SUB). I tried cataloging the subroutine but couldnot it raised the following error Unable to open BP.O/SUB for cataloging.Also I want to view all the cataloged files. Can

Re: [U2] catalog command

2007-03-07 Thread Ray Wurlod
is full. - Original Message - From: Anita Panda [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Subject: [U2] catalog command Date: Wed, 7 Mar 2007 18:26:07 +0530 Hi I have created one BP file containing the main procedure (say Main)and another BP file which contains

Re: [U2] catalog command

2007-03-07 Thread MAJ Programming
: Wednesday, March 07, 2007 7:56 AM Subject: [U2] catalog command Hi I have created one BP file containing the main procedure (say Main)and another BP file which contains the subroutine (say SUB). I tried cataloging the subroutine but couldnot it raised the following error Unable to open BP.O/SUB

RE: [U2] catalog command

2007-03-07 Thread Mark Eastwood
Did you Compile the BP Program (BASIC BP XXX)? I have created one BP file containing the main procedure (say Main)and another BP file which contains the subroutine (say SUB). I tried cataloging the subroutine but couldnot it raised the following error Unable to open BP.O/SUB for

RE: [U2] catalog command

2007-03-07 Thread Andrew Lakeland
Compile first. BASIC BP SUB CATALOG BP *SUB Or CATALOG BP SUB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anita Panda Sent: 07 March 2007 13:56 To: u2-users@listserver.u2ug.org Subject: [U2] catalog command Hi I have created

RE: [U2] catalog command

2007-03-07 Thread Louie Gouws
I have created one BP file containing the main procedure (say Main)and another BP file which contains the subroutine (say SUB). I tried cataloging the subroutine but couldnot it raised the following error Unable to open BP.O/SUB for cataloging.Also I want to view all the cataloged

RE: [U2] catalog command

2007-03-07 Thread Louie Gouws
Sorry this is just a test -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anita Panda Sent: 07 March 2007 14:56 To: u2-users@listserver.u2ug.org Subject: [U2] catalog command Hi I have created one BP file containing the main procedure (say Main

RE: [U2] catalog command

2007-03-07 Thread Norman Morgan
-Original Message- Sidebar to ms Anita's questions: We've lived through all of the quirks of the evolution of our beloved MV database and programming language. It's second nature to us. Virtually all of our techniques preceed those developed in other databases and languages.

RE: [U2] catalog command

2007-03-07 Thread Tom Dodds
, 2007 8:09 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] catalog command Almost certainly this is related to permissions on the account directory. Either you can not create a BP.O subdirectory (lacking write permission to the account directory) or a file called SUB within BP.O (lacking write

RE: [U2] Catalog Command

2007-03-07 Thread Brutzman, Bill
command Compile first. BASIC BP SUB CATALOG BP *SUB Or CATALOG BP SUB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anita Panda Sent: 07 March 2007 13:56 To: u2-users@listserver.u2ug.org Subject: [U2] catalog command Hi I have

RE: [U2] catalog command

2007-03-07 Thread Louie Gouws
Anita, It looked like the example in my post was a bit scrambled It must read: In U2 environment in Windows File = BP Folder = BP With records OR items OR programs (in this case)

RE: [U2] catalog command

2007-03-07 Thread Stevenson, Charles
You've got to feel for Anita. She's a good candidate for the U2 Incubator CD that U2UG is pushing for. We want a single spot where a new techie can go to install an instance of the personal edition (or something close to it) along with explanations, examples, and pointers to resources. Stay

Re: [U2] catalog command

2007-03-07 Thread Allen Egerton
Ray Wurlod wrote: Almost certainly this is related to permissions on the account directory. Either you can not create a BP.O subdirectory (lacking write permission to the account directory) or a file called SUB within BP.O (lacking write permission to the BP.O subdirectory). Or, a slight

Re: Getting started resources (was [U2] catalog command)

2007-03-07 Thread Thomas Derwin
Well said, Mark. Your simple 5-step example could save a newcomer hours of trial and error. Until the full-blown Incubator and Learning Pack is available, this would be a perfect addition to the U2UG web site. Maybe there are some draft pieces already written that could be posted. Perhaps other

Re: Getting started resources (was [U2] catalog command)

2007-03-07 Thread Michael Rajkowski
Thomas wrote: Perhaps other members of the list can suggest some online resources for getting started that could be added to the U2UG Links page, too. What about the manuals? Found on page 3-3 of Developing UniBasic Applications it has: In This Chapter This chapter introduces the tools that

RE: [U2] Catalog Command

2007-03-07 Thread Bill Haskett
Anita: Try the following link for publications: http://jes.com/picklist.html The publications all refer to PICK, which has been known to be a dirty word in the U2 space. But these publications are great, if you need them. Hope this helps. Bill --- u2-users mailing list

Re: Getting started resources (was [U2] catalog command)

2007-03-07 Thread Brian Leach
Rajkowski[EMAIL PROTECTED] Sent: 07/03/07 20:18:37 To: u2-users@listserver.u2ug.orgu2-users@listserver.u2ug.org Cc: [EMAIL PROTECTED][EMAIL PROTECTED], u2-users@listserver.u2ug.orgu2-users@listserver.u2ug.org Subject: Re: Getting started resources (was [U2] catalog command

Re: [U2] catalog command

2007-03-07 Thread MAJ Programming
One of my clients gave me the book Pick for Humans ISBN 007707243. Don't know if it's out of print. - Original Message - From: Norman Morgan [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, March 07, 2007 9:49 AM Subject: RE: [U2] catalog command -Original