Blist (AREV Specific)
At 01 SEP 1999 10:13:38AM Dale Walker wrote:
Having upgraded to 3.12 I noticed a change in Blist.
I used blist in a unconventional way in 2.12. If I wanted to get a printout of data in a record I would
BLIST RECORDNAME KEY
This would give me complete data in each of the fields. However, When I try this in 3.12 I only get the first two characters of the data unless it was a decimal, had a "-" in front of the value, or there was a string of data separated by value marks.
Is there any way I can get Blist to show the complete value?
Dale
At 01 SEP 1999 10:27AM Bill Titus wrote:
Why not "COPYROW filename recordname (P)" instead?
At 01 SEP 1999 10:41AM Dale Walker wrote:
Thanks,
Dale