I created a Summary view for my table. I would like the user to be able to pick a summary record, have the named Popup View open, and they can edit the record. But when the Popup View opens, all the Action Bar buttons are disabled.
In the popup view’s On Load and On Current I tried to add an EditRecord. But that errors with “The command or action isn’t currently available: EditRecord” with Error Number: 2046 in the details.
Then I discovered that I could enable the Action Bar buttons with SetProperty \ control name: editActionBarButton \ Enabled \ True. It enables it, but then it does NOTHING when clicked!
I got around it by making a duplicate of the popup, adding a button that opens it. Then it opens with the action bar enabled and functional. But it seems I should not have to do this. I should be able to edit on that initial popup.
See the screen shot to visualize this.
Jim Brown