Hi!
I have a macro that when double click on a list it opens a form displaying the fields for that record. However I want that some of the controls appear locked so that the user can't change the value. To retrieve the record I use the macro action 'FindRecord' and I was trying to use the action 'SetValue' to lock these controls but if I do it before 'FindRecord' I get an error that it can't find the record and if I set the value after, it doesn't display anything on these fields. Any ideas of how I could perform these? I am trying to avoid to create an extra form for only displaying the fields in this case. Thanxs!
cheers,
alej
I have a macro that when double click on a list it opens a form displaying the fields for that record. However I want that some of the controls appear locked so that the user can't change the value. To retrieve the record I use the macro action 'FindRecord' and I was trying to use the action 'SetValue' to lock these controls but if I do it before 'FindRecord' I get an error that it can't find the record and if I set the value after, it doesn't display anything on these fields. Any ideas of how I could perform these? I am trying to avoid to create an extra form for only displaying the fields in this case. Thanxs!
cheers,
alej