[progress Communities] [progress Openedge Abl] Forum Post: Making A Lookup Selector Field...

Status
Not open for further replies.
I

IramK

Guest
Hello, Just like any other field, I was trying to use the new kendo config way of making the lookup selector field readonly. This function does make the input field on the lookup field readonly, however a user can still click on the selector magnifying icon. This function works perfectly fine on other fields but not the lookup selector. Suggestion: Currently there is no client-side function that allows us to set a field as read-only and it would be a good idea to have this function available to us as given below. There is an rbf_setFieldDisabled() function but it does not help when we try to save a form where we want to retain some values on save. Also the way I think this read-only field could look for a lookup field is how you currently have it in the system when someone goes and selects the "Read only" option from the design of the page. Just in this case we dynamically have the option of setting this lookup field to read-only using a function. Let me know what you think. Suggested Function: rbf_setFieldReadOnly('integrationName'); Code: rbf_getFieldContext("R12345").getKendoConfig().readonly();

Continue reading...
 
Status
Not open for further replies.
Top