fiogf49gjkf0d Hi,
I am adding a new attachment through a .NEt extension app. If attachment added succesfully, I want the attachment tab to be updated automatically and show the newly added attachment in the grid. I tried to refresh all open forms, but it does not solve the problem. I still have to hit F5 to update the attachment grid. (I have SLX 7.53)
How to solve this?
This is what I tried: The code which I used to refresh the forms, taken from this thread:
http://slxdeveloper.com/forum.aspx?forumid=2000&postid=26818#26818
For i = 0 to Application.Forms.Count-1 MsgBox("here: " + Application.Forms.Item(i).Name) If not (Application.Forms.Item(i) is Nothing) then Application.Forms.Item(i).Refresh End if Next
Thanks,
- Veronka
|