× 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.



I have a trigger program to log any changes in a file. Here is snippit:





D OldRecord E DS ExtName(filea)

D Prefix(O_)

D Based(OldRecPtr)



D NewRecord E DS ExtName(filea)

D Prefix(N_)

D Based(NewRecPtr)





if n_name <> o_name;

writediff('name':o_name);

endif;

if n_salut <> o_SALUT ;

writediff('Salutation' : o_SALUT );

endif;



I repeat this logic for each field in the file. If I have a file with many
fields, it can be quite tedious.



I was wondering if this could be done a different way so that as I add more
files to this logging process, all I would have to do is change a file name
or something. I was thinking it would have something to do with pointer
logic, but not sure where to start.



Thanks.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.