After I already have this big form designed (many tabs, many fields), client decides he wants the form to come up in read-only mode and be able to click an "edit" button to make the whole thing editable. I know I could bring the form up with "browse using", and have an "edit" button close the form and reopen it with an edit.... But the form already takes quite a long time to load and I don't think he'll be happy with waiting for it to load again.
Is my only other option to assign the componentID to each field one-by-one on the form? No way to mass-assign the same componentID to a bunch of fields, right? Just want to make sure I'm not missing something I could be doing. Trade-off on form loading time vs. programming time to do the compID thing. Karen

