×
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.
For READC:
Add a new field, such as "ACTION" and when F8 is chosen, make the value
of ACTION = 'F8ON'.
Then on the next cycle you can check to see if ACTION = 'F8ON'. If it
is on, use the new values to update your record. Also, don't forget to
make ACTION = " ".
I prefer to not use READC because of this and similar issues.
I add a hidden field to the subfile record which is a data structure of
all the data fields. Then when I process the subfile, I read every
subfile record and compare contents to the original values in the data
structure and make the needed changes.
On 2/22/2013 10:54 PM, Nisha Ramesh wrote:
I have a subfile which has an option f8 to clear the fields...when an f8 is
taken,am clearing the filelds and updating the subfile record format..after
clearing when an enter is taken, i want to update the file with blank
values. But since i havent changed anything on the subfile,the readc is not
reading any record from the subfile...pls help
As an Amazon Associate we earn from qualifying purchases.
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.