Question on Delete
Mike Palandri
palandri@4j.lane.edu
Thu, 26 Feb 1998 05:44:52 -0800
At 02:30 PM 2/25/98 +0000, Terry A. Pickering wrote:
>I don't know why I always have so much with these dang things! .....
>
>I have a quick screen (Alpha, 7.10F3) that has the following code in it.
>The screen has a primary record, then a detail with a cluster of 10
>records. The problem is when I try to delete an individual line in the
>cluster by fieldmarking. It always prompts for the id range and I can't get
>it to allow me to select the record by fieldmarking.
>
>In the example below, the "Modify/Existing Records" works fine. It allows
>me to use the cursor arrows to select the record to change, etc. The
Terry,
I think what you want to do is first use your "Modify Existing Records"
menu item to initiate fieldmarking, then fieldmark the record that you want
to delete. Press F7 to return to the action bar, which will leave that
record marked. Then use the "Delete Indiviual Line" item to run the Delete
Mark command, which should delete the marked record. BTW, in the SUB
system, I put both a "Change" and a "Mark for Delete" command on the menu
bar that both initiate fieldmarking, just so the user would see that both
options were there. A "Delete Marked Record" menu item runs the Delete
Mark command.
I have several examples if you want to take a look.
Mike