CopyRow of DICT.CUSTOMER (AREV Specific)
At 12 JAN 1998 04:04:13AM Chris wrote:
I am trying to copy dictionary items into a file.
Eg:
copyrow dict.customer.new * to: (dict.customerGives:
error while copying row"%Fields%"to the "DICT.CUSTOMER" fieldThe %Fields record did not exist in dict.customer.new
before the copy but did after.
Any suggestions.
At 12 JAN 1998 05:17AM Andrew P McAuley wrote:
this is to be expected - %FIELDS% is a protected field built on the fly as dict items are created. Ignore the message.
amcauley@sprezzatura.com
World Leaders in all things RevSoft
At 12 JAN 1998 01:37PM Chris wrote:
Unfortunately, I have dozens of them in an upgrade.
Users will not be too impressed Escaping out of each one.
It worked fine under ARev1.
At 12 JAN 1998 01:54PM Andrew P Mcauley wrote:
OK - before doing the copy
Select dict.filename with @id not "%]"then perform the copy…
amcauley@sprezzatura.com
World Leaders in all things RevSoft
At 13 JAN 1998 08:49AM Aaron Kaplan wrote:
Try using the (E option.
COPYROW DICT.SOMETHING * TO:(DICT.SOMETHINGELSE (Eapk@sprezzatura.com