Problem with @Command( [EditProfileDocument]) in Windows 7

Hi there,

Need your help… We are in the process of testing our LN apps (version 8.0.2, and 8.5.2) on Windows 7 environment.

During our testing, our apps using profile document, upon clicking the button to edit the profile document, nothing happens, no new window/tab is launching, it stays to the current view last selected.

Could this be a bug on Windows 7 or just need to tinker some minor settings both in LN and Windows? thanks in advance!

Subject: Need help pls…

Hi there LN Gurus,

Have you encountered similar case? We also tried to convert using LScript.

Here’s the simple code to open and edit profile document:

Sub Initialize

Dim uiwrkspace As New NotesUIWorkspace

Call uiwrkspace.EditProfile _

(“Administrative Profile”)

End Sub

But still nothing happens in Windows 7. This is working in Win XP. Badly need your help pls… thanks in advance…