Essentially, this is what I'm faced with:
- I want to modify the InventTrans form
- By default, it has the entire InventTrans datasource set to AllowEdit = No
- I want to enable editing on ONE new Enum field (NoYes type)
Should I set the InventTrans datasource to AllowEdit = Yes and then painfully change 40+ fields in the datasource to be AllowEdit = No, OR is there a way to programmatically iterate through the fields of the datasource and set this property by name? (Please say there is, or an equally easy way to do this!)
Thanks in advance!