Forum Post: RE: Is there away to make the textbox of a lookup read-only?

  • Thread starter Thread starter Orchid Corpin
  • Start date Start date
Status
Not open for further replies.
O

Orchid Corpin

Guest
Try this JQuery code. Change the R123456 with your lookup name. script $(document).ready(function() { $("#txtR123456").attr("readonly", true); }); /script Regards, Orchid

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