Help with GREV needed!!!! (AREV Specific)
At 07 JAN 1998 03:24:26PM Matt Baker wrote:
Problem with Grev, the copy command does not copy dictionary item and only the @id info. The copy command normally copies the dictionary and all data fields. Any suggestions????
At 08 JAN 1998 11:29AM Victor wrote:
It would be helpful if you could go into more detail about exactly what you are doing.
At 08 JAN 1998 04:12PM Norman Bonello wrote:
When you COPY as below you will only copy data records
COPY REV.FILE * TO:(NEW.REV.FILEThis will copy all records in REV.FILE to NEW.REV.FILE. Note thatNEW.REV.FILE must exist.If you need to copy Dictonary Records you need to use the following:
COPY DICT REV.FILE * TO:(DICT NEW.REV.FILEThis will copy all Dictonary Records from REV.FILE to NEW.REV.FILENote: If you require to COPY the WHOLE File (Dict+Data) try using the
MOVE Command.Try looking up commands by typing HELP at Colon Prompt.Norman Bonello
nrbone@usa.net
At 09 JAN 1998 11:23AM Matt Baker wrote:
I have found the problem! The developer changed a program by mistake and the program was not coping the dictionary to the new file.
Thanks for you response
Matt
At 09 JAN 1998 11:27AM Matt Baker wrote:
Thanks:
That was the problem. The developer changed the program and left out the coping of the dict items to the new file! :)
Thanks.
Matt Baker