Hello,
I have a nested set of invoice-per-vendor forms.
Main form: vendors
child: invoices
grandchild: invoice details
I am using this form for the user to ONLY review existing invoices- no data entry/editing should be happening here.
I set the locked property to 'yes' for the textbox control that shows the invoice number on the child form. This accoplishes what I want- it keeps the user from editing the invoice number. However, this has the unwanted effect of keeping the user from being able to jump to a specific invoice by typing in the desired invoice number and hitting enter. Right now, the user has to scroll through the invoice list to find the one they want because the field is locked and does not allow any typing in it.
I may be misunderstanding the Locked property, but as far as I can see, I cannot prevent data editing and have the jump-to search funcitonality on one form at the same time. Are there any workarounds for this? Does anyone know of a way for me to have the control both locked and 'type-in searchable'?
Thank you!!
I have a nested set of invoice-per-vendor forms.
Main form: vendors
child: invoices
grandchild: invoice details
I am using this form for the user to ONLY review existing invoices- no data entry/editing should be happening here.
I set the locked property to 'yes' for the textbox control that shows the invoice number on the child form. This accoplishes what I want- it keeps the user from editing the invoice number. However, this has the unwanted effect of keeping the user from being able to jump to a specific invoice by typing in the desired invoice number and hitting enter. Right now, the user has to scroll through the invoice list to find the one they want because the field is locked and does not allow any typing in it.
I may be misunderstanding the Locked property, but as far as I can see, I cannot prevent data editing and have the jump-to search funcitonality on one form at the same time. Are there any workarounds for this? Does anyone know of a way for me to have the control both locked and 'type-in searchable'?
Thank you!!