Hi Bruce-
Per the earlier discussion about the browse that has view/insert/change/delete as columns in the browse. Would it be possible to add an option to include the record id in the action? If you recall, this browse creates records in a separate table and I need the ID when inserting a new record. If I click on the row first before pressing the insert it works. I am currently overriding the value::Insert routine code as follows:
packet = clip(packet) & p_web.CreateStdBrowseButton(Net:Web:SmallInsertButton,'BrowseBenefits',p_web.AddBrowseValue('BrowseBenefits','PRitm',PRitm:Key_PRItemID),,loc:FormPopup,'UpdateBenefit') & '<13,10>'
(though I had to duplicate the entire routine)
Thanks,
Gordon