APPX Software
APPX Knowledge Base Support answers, product how-tos, and troubleshooting guidance
(Answer) (Category) FAQ's - APPX Software, Inc. : (Category) APPX Utility : (Category) APPX Development Environment : (Category) Input Processes :
How can I make a constrained field editable?
Setting the field to OK INPUT (or maybe Entry Level=0) will make the 
field editable. But, then you will need the following trick to actually 
get the changed value to save because APPX always restores the constraint 
field values just before rewriting the PCF record.


In Pre-Update
STORE   XXX HOLD    RECORD


In Post-Update
READ    XXX HOLD (with hold) 
RESTORE XXX HOLD    RECORD
REWRITE XXX HOLD
2004-Feb-13 8:45am
Previous: (Answer) How do I stop APPX from automatically displaying the next record during INQUIRY.
Next: (Answer) Which fields in the --- WIDGET file correspond to the GUI attr. input fields?
This document is: https://faq.appx.com/cgi-bin/fom.cgi?file=363
[Search] [Appearance]
This is a Faq-O-Matic 2.719.

Copyright 2003-2026 APPX Software, Inc. All rights reserved.