I want to use FLDCSRPRG to control the cursor movement on fields I have protected. The fields are protected because I need the user to prompt a lookup window and enter only correct selections from a specific table in these filds. However, If I protect the field with DSPATR(PR), the FLDCSRPRG does not work, the fields are skiped with tab or field exit. Any help would be greatly appreciated.
Software/Hardware used:
ASKED:
March 22, 2006 11:48 AM
UPDATED:
March 22, 2006 12:42 PM
The second option as described by ChuckM is pretty good. But, you will also want to set the display attribute to ND Non Display. This makes the screen look cleaner to the user. If the user accidentially enters something into the field, you can easily igore it. At least the user will think he or she is moving to the right field.
The second option as described by ChuckM is pretty good. But, you will also want to set the display attribute to ND Non Display. This makes the screen look cleaner to the user. If the user accidentially enters something into the field, you can easily igore it. At least the user will think he or she is moving to the right field.
Thanks much for the suggestions! It worked!