ListDict to Printer (old format) (AREV Specific)
At 18 MAY 2010 02:12:55PM Bob Laqua wrote:
Don't remember which ver but before 3.12, when I did a ListDict Table (p)
I got a nice formatted output shown below.
if field is a Data Dict Type then (shorted to fit)
Field Name T FMC SM Just Len Output Pattern Index Descr
———- — — — —- — ————– —– ————-
BlaBla F 0 S L 4
if field is a symbolic then
Field Name T FMC SM Just Len
BlaBla S S L 10
001 Rbasic Code for that Symbolic field002 formatted like a truncated BLIST output.003 like this.Any Ideas how to get this back.
Thanks
At 18 MAY 2010 10:01PM Warren Auyong wrote:
Yes, downgrade to v1.x
I hate that version, I don't like six feet or more of output on continuous form paper. Some dictionaries are symbolic heavy.
Hint: Try
SELECT DICT myfile WITH TYPE EQ 'S' BY @ID
BLIST DICT.myfile
At 19 MAY 2010 06:33AM Bob Laqua wrote:
good hint, but I am wanting to print several tables both F & S types and all formatted like it did before.
but you did give me another hint. can a older version of V45 be used.
and if so how can I get my hands (hdd) on it.
figures just last month i deleted all old 2.x backups to do some house cleaning.. I should know better.
At 19 MAY 2010 06:36PM Bob Laqua wrote:
No worries..
Started going through sysobj and what $v45.old
Yep its the old one.. works great..
The 9.6 billion light years of universe just sighed with relief.
At 20 MAY 2010 03:57AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] [url=http://www.sprezzatura.com/blog]The Sprezzatura Blog[/url] [i]World leaders in all things RevSoft[/i] [img]http://www.sprezzatura.com/zz.gif[/img] wrote:
You could just modify the LISTDICT.REP dictionary item in DICT.VOC to display exactly what you want, as you want it.
That probably better than moving in code from older versions.
World leaders in all things RevSoft
At 20 MAY 2010 08:11AM Dave Harmacek wrote:
I, too, used the v1.1 version in all later DOS versions.
Wish I had it for Arev32. The LISTDICT.REP format
just didn't do it for me.
Dave
At 20 MAY 2010 03:07PM Bob Laqua wrote:
The key is the older one (think its 2.x) works.
Which allows me to continue house cleaning & application revamp in preparation to see if arev32 might work for us.
When Mike took over I bought into the works program just to make sure I could help out with the revenue stream. But after the downturn in the economy I had to drop the works membership. Now its time to look into doing upgrades :) :(..
Thanks
Sprezzatura Group
At 26 MAY 2010 11:11AM Victor Engel wrote:
I remember years ago one of the staff was giving a presentation on various operator duties. She handed out some documentation describing the various daily processes that needed to be performed. One of the utilities in the document was LOOKDICT. Unfortunately for her, she replaced the T with a K. Boy was she embarrassed!