BlogSphere - Response: Re: Notes 7 crashes when ....
I found that the crashing code is in the OnchangeEvent of the field AlbumPictureChoice.
The crashing line is the last of these:
Set MediaPlayer = uidoc.GetObject("Windows Media Player")
MediaPlayer.open(strWinTemp & "\" & rtItem.Name)
Unfortunately I have no idea how to fix it. Why does it only crash on saving but not when changing the value?
Documents