×
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.
"MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx> wrote on 07/11/2016
06:20:56 PM:
If the CUSTNAME field has usage "B" = both, how can I suppress the
underline for DISPLAY?
(There is no DSPATR for removing the underlines).
I thought that CHGINPDFT might do the trick. However I cannot
condition that on the mode DISPLAY or UPDATE.
Is the best method to describe each field twice?
No, do not describe each field twice. Here are a couple of actual
field definition which I use to do just what you want. Turn 41 and 42 on
for updatable fields and turn them off for display-only fields.
A S1ABVCDE R B 11 6REFFLD(ABVCDE ACSYABVT)
A CHGINPDFT(UL)
A CHECK(LC)
A COLOR(GRN)
A 31 DSPATR(PC)
A 41 DSPATR(UL)
A N41 DSPATR(PR)
A S1ABVDSC R B 11 14REFFLD(ABVDSC ACSYABVT)
A CHGINPDFT(UL)
A CHECK(LC)
A COLOR(GRN)
A 32 DSPATR(PC)
A 42 DSPATR(UL)
A N42 DSPATR(PR)
Sincerely,
Dave Clark
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.