Hi all,I m trying to create a workflow application on web.I have created Controlled Access Sections so that only an authorized person can edit that section…but as usual it are not working on the web.Can somebody tell how can i do the same thing for Web as in Client??
Instead of sections, I use subforms. Each section has an edit subform and a read only subform that has computed for display fields. Use different fields names. Like on the edit subform I may have FName. On the Read subform, I have FNameD.
When the form opens, I have the status and current user fields hidden at the top. Then, I use computed subforms to display the correct subform. This has worked great for me for several years. It also keeps from having a lot of hide when fields.
The only downside is you have two subforms to change when you edit the format.