Hi Bruce-
I have a slightly unusual browse. This browse has view, insert, change and delete buttons in the browse. These buttons are hidden / shown based on values found in the view (hot fields). In this case the actual maintenance is a popup using a memory form which in turn writes out the values used in the browse. All buttons are displaying correctly except the view button after pressing the delete. It appears that the loc:Popup value is being left at 1 after the delete and therefore the view button goes away. See the following generated code from the value::View routine:
else ! default settings for column
packet = clip(packet) & p_web.DivHeader('BrowseBenefits_View_'&PRitm:PRItemID,,net:crc)
If Loc:Popup = 0
packet = clip(packet) & p_web.CreateStdBrowseButton(Net:Web:SmallViewButton,'BrowseBenefits',p_web.AddBrowseValue('BrowseBenefits','PRitm',PRitm:Key_PRItemID),,loc:FormPopup,'UpdateBenefit') & '<13,10>'
End
End
If I refresh the entire page with the browser or If I manually add code loc:Looup = 0 at the top of the browse it fixes the problem. Is this what you intended?
Thanks,
Gordon