Focal Point
[CLOSED] Delete the record.

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/41610386

April 02, 2009, 12:59 PM
Raghuraman K
[CLOSED] Delete the record.
I am tring delete one recond in child segment. but i can't. can you please tell me how delte the record from focus file.

This message has been edited. Last edited by: Kerry,


Raghuraman K
April 02, 2009, 01:06 PM
Maintain Wizard
MAINTAIN FILE CAR
FOR ALL NEXT COUNTRY CAR INTO STK
WHERE CAR EQ 'BMW'
FOR ALL DELETE COUNTRY CAR FROM STK
END
April 02, 2009, 01:15 PM
Raghuraman K
i have run the below code and received the error.

MAINTAIN FILE CCLLN
FOR ALL NEXT PONBLL INTO STK
WHERE PONBLL EQ '202567'
FOR ALL DELETE PONBLL FROM STK
END
(FOC03702) Warning. No position on parents of segment : 4 :


Raghuraman K
April 02, 2009, 02:20 PM
Maintain Wizard
With Maintain you must list the Key fields from each segment from the parent down to the target segment.

Mark