CLUSTER DELETE
Mark Stewart
stewm@canada.com
24 Feb 2000 09:25:31 -0800
I think your trying not to delete the entire contents of the cluster. To do this you can use the DESIGNER 01 procedure like you said. Then make another designer procedure invoke from the the ACTION field or ACTIONMENU and call it DTL or somthing.
In this new designer procedure put something like:
PROCEDURE DESIGNER DLT
BEGIN
INFO "Use the up/down arrow keys to select a record and press [RETURN] t*
LET T_DELETE_FLAG = "X"
PUSH FIELDMARK
END
In your designer 01 you could put if T_DELETE_FLAG = "X" of the record your trying to get rid of THEN DELETE <filename/tablename> PUT <filename/tablename>.
Put a RESET AT STARTUP on your new temporary (T_DELETE_FLAG) value too that helps sometimes. Do forger to put the field statement for your new field in there too to show the X to mark your record for deletion.
That's one way you could do it.
VMS is a pretty good operating system...I havn't heard many people badmouth it.
Mark Stewart
Consultants Club Corp., Canada
Then in your update procedure
On Thu, 24 February 2000, "ALAN LAPWORTH" wrote:
>
> HELP!!!
>
> How do I delete a specific line within a cluster while I'm using field mark?
> I'm already using the designer 1 procedure for the append.
>
> And to make matters worse we are using a VMS platform.
>
>
> Here's hoping
> Alan Lapworth
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
> Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
> This list is closed, thus to post to the list, you must be a subscriber.
__________________________________________________________
Get your FREE personalized e-mail at http://www.canada.com
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.