× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Good point.  However, if you are going to write trigger programs you might 
want to look at using Referential Constraints and not have to do any 
triggers in that case.

Rob Berendt
-- 
"They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety." 
Benjamin Franklin 





"Booth Martin" <Booth@xxxxxxxxxxxx>
Sent by: midrange-l-bounces@xxxxxxxxxxxx
09/18/2003 10:51 PM
Please respond to Midrange Systems Technical Discussion
 
        To:     <midrange-l@xxxxxxxxxxxx>
        cc: 
        Fax to: 
        Subject:        RE: Sequence error in MR


Trigger programs.  Write trigger programs to prevent widows and orphans. 
Do
it once and forget it. Don't rely on your programmers getting it right 
every
time.

 

 As for the delete loop, wouldn't this be fairly simple:



>c ORDER chain (e) BLPART

>

>c                Dow %found(BLPART)

>c                Delete BLPART

>c ORDER chain (e) BLPART

>c                enddo

 

---------------------------------------------------------

Booth Martin   http://www.MartinVT.com

Booth@xxxxxxxxxxxx

---------------------------------------------------------

 

-------Original Message-------

 

From: Midrange Systems Technical Discussion

Date: Thursday, September 18, 2003 16:08:50

To: midrange-l@xxxxxxxxxxxx

Subject: RE: Sequence error in MR

 

Rick,

 

I think you will not delete any record the way you do it. You will get an 
NF
or EOF condition and the file pointer will be moved to EOF and remains 
there


 

So I use SETLL to reset the file pointer (just to be sure it is in the 
right
position) and then start deleting the records (by key).

 

Regards,

Carel Teijgeler.

 

*********** REPLY SEPARATOR ***********

 

On 18-9-03 at 15:04 rick.baird@xxxxxxxxxxxxxxx wrote:

 

>Carel,

>

>If you're going to use the cycle, why setll? just do it this way:

>

>fBONLPF IP E K DISK

>fBLPART UF E K DISK

>

>c ORDER Delete BLPART

>

>c Dow %found(BLPART)

>c ORDER Delete BLPART

>c enddo

 

 

 

_______________________________________________

This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing 
list

To post a message email: MIDRANGE-L@xxxxxxxxxxxx

To subscribe, unsubscribe, or change list options,

visit: http://lists.midrange.com/mailman/listinfo/midrange-l

or email: MIDRANGE-L-request@xxxxxxxxxxxx

Before posting, please take a moment to review the archives

at http://archive.midrange.com/midrange-l.

 

.
_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing 
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.