Click or drag to resize

IScriptingEventsOnCurrentProjectIdentityChanged Method

Called when a new object is selected by the user. Changes may happen indirectly.

Namespace:  SuperOffice.COM.ScriptEvents
Assembly:  Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntax
void OnCurrentProjectIdentityChanged()
Examples

Description

This text may be copied to the notepad, and saved as a *.vbs file.

VB
sub OnCurrentProjectIdentityChanged
  if currentproject.associate.identity = database.userassociateid then
    somessagebox "This is my project"
  end if
end sub

See Also