RE: subform formula HELP Bill Fox 1.Mar.06 01:52 PM a Web browser Domino Designer 6.5.4Windows 2003
I think your problem is that the subform is loads right after the QueryOpen (I did a lot of testing with this at one time and I'm pretty sure that is correct) event so your @IsDocBeingEdited will not have any significance. Dynamic Loading of a subform can be a tricky issue. Because once the Form/SubForm are loaded the only way to get the SUbform to change is to close the document and reopen it. It would be really great if the SubForm formula would could be re-evaluated but I suspect the performance hit might be to great.