RE: [U2] CSV output

2008-02-15 Thread Anthony Caufield
: Re: [U2] CSV output If you want to make the DICT entry more readable, put CHAR(009) in field 2 of your TAB dictionary record. Also, in field 4: if you put value marks between each tab then you can have three-line column headings (the UniVerse max) that will also be correctly tabbed: CHAR(009

RE: [U2] CSV output

2008-02-14 Thread Dennis Bartlett
Hi Is there any way to change the prompt to something like BR299? It would really help to know where I am, whilst hopping from branch to branch. Thanks --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] CSV output

2008-02-14 Thread roy
You can assign the prompt name to SYSTEM(4002) using basic and run it in the Login paragraph. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Bartlett Sent: Thursday, February 14, 2008 10:20 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] CSV

RE: [U2] CSV output

2008-02-14 Thread Ron Hutchings
Are you remembering back to the good old days of Pr1me and Information when that was user maintainable? From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Subject: RE: [U2] CSV output Date: Thu, 14 Feb 2008 17:20:23 +0200 Hi Is there any way to change the prompt to something like

Re: [U2] CSV output

2008-02-14 Thread MAJ Programming
- Original Message - From: Dennis Bartlett [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thursday, February 14, 2008 10:20 AM Subject: RE: [U2] CSV output Hi Is there any way to change the prompt to something like BR299? It would really help to know where I am, whilst

[U2] CSV output

2008-02-12 Thread Keith Johnson (DSLWN)
These might be useful. To save typing, I decided to use Q for QUOTE, C for COMMA and T for TAB. And since I thought it likely that I would use QUOTE COMMA QUOTE (or Q C Q) a lot, I also set up D (for DELIMITER) as below. Also q and d which use double quotes. Top of D in VOC, 20 lines, 108

RE: [U2] CSV output

2008-02-11 Thread Kevin Smith
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Bartlett Sent: Thursday, February 07, 2008 1:55 PM To: u2-users@listserver.u2ug.org Subject: [U2] CSV output If you are into kewl, crazy short cuts (and other clever devices) For those who are lazy

Re: [U2] CSV output

2008-02-11 Thread Louie Bergsagel
If you want to make the DICT entry more readable, put CHAR(009) in field 2 of your TAB dictionary record. Also, in field 4: if you put value marks between each tab then you can have three-line column headings (the UniVerse max) that will also be correctly tabbed:

[U2] CSV output

2008-02-07 Thread Dennis Bartlett
If you are into kewl, crazy short cuts (and other clever devices) For those who are lazy to write fancy routines to create CSV files, I've created two dict items, namely COMMA and QUOTE, as follows: COMMA 001: I 002: , 003: 004: , 005: 1T QUOTE 001: I 002: '' 003: 004: 005:1T To