Weird button behavior in template

I have a template that I made a copy of. Then I edited a folder and some of the buttons in that folder. I did my edits in Designer 6.0.3. Then I refreshed the design of my database with this new template.

There are now 3 buttons (ones that I did not modify) that do not work in Client 6.0.1 but work great in 6.0.3 and 6.5. The code behind these buttons has been around since early in R5.

One, for example, just opens a phone list database:

Sub Click(Source As Button)

Dim ws As New notesuiworkspace

Call ws.OpenDatabase ("DomApp","shared\isisphone.nsf","People",,False,True)

End Sub

Nothing tricky there. Seems like a verson thing but I don’t understand why. Any ideas?

Thanks