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



What I have done is:
-define define dataStructure1 with only the fields I care about.
-define dataFMT01 like dataStructure1.
-before the exfmt: "dataFMT01 = dataStructure1;"
-after the exfmt: "if dataStructure1 <> dataFMT01;"

Like this:
D dataStructure1 ds
D FIELD1
D FIELD2
D FIELD3
D FIELD4
D dataFMT01 s like(dataStructure1)
...
dataFMT01 = dataStructure1;
exfmt FMT01;
if dataStructure1 = dataFMT01;
exsr updateFile;
endif;
....



On 2/7/2013 12:28 AM, Nisha Ramesh wrote:
I have a dspf with 25 fields..(not a subfile). I want to do a db update
only when user change some field in screen. If he just hit enter without
any change,i dont want to update. So how can i know this..since i have many
fields in dspf,comparing one by one is difficult..any other approach?pls
help



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.