
Change subform view from continuous to single in code
The solution is to use two sub forms, layered on top of one another and to
display the single form when requested by the click of the edit button.
--
Steve Arbaugh
ATTAC Consulting Group
http://www.*-*-*.com/
Quote:
> Presently, I have a subform on a tabbed control. When the
> form/subform are open, the subform is in continuous for "read only"
> purposes. The user can click a cmdEdit button on any given record to
> change that record's data. What I'd like to be able to do is:
> 1. Change the subform from continous to single for that specific
> record within the tab control construct (to avoid all other records
> becoming edittable).
> 2. Allow edit capability and cycle current record (I can deal
> properties of each control on the subform for locked, etc.).
> 3. Detect when user leaves the subform by anything other than clicking
> the appropriate command button (subform's lost focus event??).
> 4. Return to continuous for the subform when finished (determined by
> command button or lost focus).
> Thanks again!!
> Al U.