I have a portal in a form that is in a tab panel to another form
on the form with the portal I need to add a record to the file based on the portal. So far this works fine except the portal is not refreshed until you click on another tab and then back to the tab with the portal to refresh the display in the portal. How can I do this from the method that adds the record so that the portal will be immediately updated?
Guess you tried SaveData(); ?
Well, OF COURSE I did!
(Just not in the right table!
)
What if the portal in the tabpanel is based on a global key? I use a method to go to the next or prev record (to set a key that makes the relationship with the portal).
I only see the contents of the first portal record, but when I go to the next record, he seems to loose the relationship.. Any suggestions?